Home
last modified time | relevance | path

Searched refs:lustre_msg_size (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_sec.h630 int lustre_msg_size);
654 int lustre_msg_size);
Dlustre_net.h2590 int lustre_msg_size(__u32 magic, int count, __u32 *lengths);
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c130 size = lustre_msg_size(LUSTRE_MSG_MAGIC_V2, 1, &pblen); in lustre_msg_early_size()
155 int lustre_msg_size(__u32 magic, int count, __u32 *lens) in lustre_msg_size() function
175 EXPORT_SYMBOL(lustre_msg_size);
387 lustre_msg_size(req->rq_reqmsg->lm_magic, count, lens)); in lustre_pack_reply_flags()
1553 req->rq_replen = lustre_msg_size(req->rq_reqmsg->lm_magic, count, in ptlrpc_request_set_replen()
1562 req->rq_replen = lustre_msg_size(req->rq_reqmsg->lm_magic, count, lens); in ptlrpc_req_set_repsize()
Dlayout.c2215 return lustre_msg_size(pill->rc_req->rq_import->imp_msg_magic, in req_capsule_msg_size()