Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c566 int __lustre_unpack_msg(struct lustre_msg *m, int len) in __lustre_unpack_msg() function
589 EXPORT_SYMBOL(__lustre_unpack_msg);
594 rc = __lustre_unpack_msg(req->rq_reqmsg, len); in ptlrpc_unpack_req_msg()
606 rc = __lustre_unpack_msg(req->rq_repmsg, len); in ptlrpc_unpack_rep_msg()
Dsec.c987 rc = __lustre_unpack_msg(req->rq_repdata, req->rq_repdata_len); in do_cli_unwrap_reply()
2032 rc = __lustre_unpack_msg(msg, req->rq_reqdata_len); in sptlrpc_svc_unwrap_request()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_net.h2588 int __lustre_unpack_msg(struct lustre_msg *m, int len);