Searched refs:lustre_pack_reply (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | niobuf.c | 461 rc = lustre_pack_reply(req, 1, NULL, NULL); in ptlrpc_send_error()
|
D | pack_generic.c | 392 int lustre_pack_reply(struct ptlrpc_request *req, int count, __u32 *lens, in lustre_pack_reply() function 397 EXPORT_SYMBOL(lustre_pack_reply);
|
D | layout.c | 1817 rc = lustre_pack_reply(pill->rc_req, count, in req_capsule_server_pack()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_lockd.c | 371 rc = lustre_pack_reply(req, 1, NULL, NULL); in ldlm_callback_reply()
|
/linux-4.1.27/drivers/staging/lustre/lustre/osc/ |
D | osc_lock.c | 883 lustre_pack_reply(req, 1, NULL, NULL); in osc_ldlm_glimpse_ast()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_net.h | 2578 int lustre_pack_reply(struct ptlrpc_request *, int count, __u32 *lens,
|