Home
last modified time | relevance | path

Searched refs:lustre_pack_reply (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dniobuf.c457 rc = lustre_pack_reply(req, 1, NULL, NULL); in ptlrpc_send_error()
Dpack_generic.c375 int lustre_pack_reply(struct ptlrpc_request *req, int count, __u32 *lens, in lustre_pack_reply() function
380 EXPORT_SYMBOL(lustre_pack_reply);
Dlayout.c1816 rc = lustre_pack_reply(pill->rc_req, count, in req_capsule_server_pack()
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_lockd.c348 rc = lustre_pack_reply(req, 1, NULL, NULL); in ldlm_callback_reply()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_net.h2547 int lustre_pack_reply(struct ptlrpc_request *, int count, __u32 *lens,
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_lock.c883 lustre_pack_reply(req, 1, NULL, NULL); in osc_ldlm_glimpse_ast()