Home
last modified time | relevance | path

Searched refs:__lustre_unpack_msg (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c550 int __lustre_unpack_msg(struct lustre_msg *m, int len) in __lustre_unpack_msg() function
573 EXPORT_SYMBOL(__lustre_unpack_msg);
579 rc = __lustre_unpack_msg(req->rq_reqmsg, len); in ptlrpc_unpack_req_msg()
592 rc = __lustre_unpack_msg(req->rq_repmsg, len); in ptlrpc_unpack_rep_msg()
Dsec.c945 rc = __lustre_unpack_msg(req->rq_repdata, req->rq_repdata_len); in do_cli_unwrap_reply()
1924 rc = __lustre_unpack_msg(msg, req->rq_reqdata_len); in sptlrpc_svc_unwrap_request()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_net.h2557 int __lustre_unpack_msg(struct lustre_msg *m, int len);