Home
last modified time | relevance | path

Searched refs:ptlrpc_reply_state (Results 1 – 13 of 13) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dptlrpc_internal.h239 struct ptlrpc_reply_state *
241 void lustre_put_emerg_rs(struct ptlrpc_reply_state *rs);
Dsec_null.c308 struct ptlrpc_reply_state *rs; in null_alloc_rs()
338 void null_free_rs(struct ptlrpc_reply_state *rs) in null_free_rs()
350 struct ptlrpc_reply_state *rs = req->rq_reply_state; in null_authorize()
Dsec_plain.c784 struct ptlrpc_reply_state *rs; in plain_alloc_rs()
824 void plain_free_rs(struct ptlrpc_reply_state *rs) in plain_free_rs()
836 struct ptlrpc_reply_state *rs = req->rq_reply_state; in plain_authorize()
884 struct ptlrpc_reply_state *rs = req->rq_reply_state; in plain_svc_unwrap_bulk()
918 struct ptlrpc_reply_state *rs = req->rq_reply_state; in plain_svc_wrap_bulk()
Dservice.c186 struct ptlrpc_reply_state *rs = req->rq_reply_state; in ptlrpc_save_lock()
324 static void rs_batch_add(struct rs_batch *b, struct ptlrpc_reply_state *rs) in rs_batch_add()
369 void ptlrpc_dispatch_difficult_reply(struct ptlrpc_reply_state *rs) in ptlrpc_dispatch_difficult_reply()
385 ptlrpc_schedule_difficult_reply(struct ptlrpc_reply_state *rs) in ptlrpc_schedule_difficult_reply()
404 struct ptlrpc_reply_state *rs, *nxt; in ptlrpc_commit_replies()
2026 ptlrpc_handle_rs(struct ptlrpc_reply_state *rs) in ptlrpc_handle_rs()
2262 struct ptlrpc_reply_state *rs; in ptlrpc_main()
2484 struct ptlrpc_reply_state *rs; in ptlrpc_hr_main()
2487 struct ptlrpc_reply_state, in ptlrpc_hr_main()
2924 struct ptlrpc_reply_state *rs; in ptlrpc_service_purge_all()
[all …]
Dpack_generic.c273 struct ptlrpc_reply_state *
276 struct ptlrpc_reply_state *rs = NULL; in lustre_get_emerg_rs()
297 struct ptlrpc_reply_state, rs_list); in lustre_get_emerg_rs()
310 void lustre_put_emerg_rs(struct ptlrpc_reply_state *rs) in lustre_put_emerg_rs()
323 struct ptlrpc_reply_state *rs; in lustre_pack_reply_v2()
499 void lustre_free_reply_state(struct ptlrpc_reply_state *rs) in lustre_free_reply_state()
Dsec.c2081 struct ptlrpc_reply_state *rs; in sptlrpc_svc_alloc_rs()
2094 msglen + sizeof(struct ptlrpc_reply_state)) { in sptlrpc_svc_alloc_rs()
2097 msglen + sizeof(struct ptlrpc_reply_state), in sptlrpc_svc_alloc_rs()
2147 void sptlrpc_svc_free_rs(struct ptlrpc_reply_state *rs) in sptlrpc_svc_free_rs()
Devents.c384 struct ptlrpc_reply_state *rs = cbid->cbid_arg; in reply_out_callback()
Dniobuf.c355 struct ptlrpc_reply_state *rs = req->rq_reply_state; in ptlrpc_send_reply()
Dlayout.c2383 struct ptlrpc_reply_state *rs = pill->rc_req->rq_reply_state, *nrs; in req_capsule_server_grow()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_net.h408 struct ptlrpc_reply_state { struct
1445 struct ptlrpc_reply_state *rq_reply_state;
2523 void ptlrpc_dispatch_difficult_reply(struct ptlrpc_reply_state *rs);
2524 void ptlrpc_schedule_difficult_reply(struct ptlrpc_reply_state *rs);
2587 void lustre_free_reply_state(struct ptlrpc_reply_state *rs);
2777 ptlrpc_rs_addref(struct ptlrpc_reply_state *rs) in ptlrpc_rs_addref()
2784 ptlrpc_rs_decref(struct ptlrpc_reply_state *rs) in ptlrpc_rs_decref()
Dlustre_sec.h51 struct ptlrpc_reply_state;
750 void (*free_rs) (struct ptlrpc_reply_state *rs);
1086 void sptlrpc_svc_free_rs(struct ptlrpc_reply_state *rs);
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_lib.c682 struct ptlrpc_reply_state *rs; in target_send_reply()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dgenops.c1491 struct ptlrpc_reply_state *rs; in print_export_data()
1492 struct ptlrpc_reply_state *first_reply = NULL; in print_export_data()