Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dsec_plain.c209 req->rq_reqdata_len = lustre_msg_size_v2(msg->lm_bufcount, in plain_ctx_sign()
557 alloc_len = lustre_msg_size_v2(PLAIN_PACK_SEGMENTS, buflens); in plain_alloc_reqbuf()
610 alloc_len = lustre_msg_size_v2(PLAIN_PACK_SEGMENTS, buflens); in plain_alloc_repbuf()
651 newmsg_size = lustre_msg_size_v2(req->rq_reqmsg->lm_bufcount, in plain_enlarge_reqbuf()
658 newbuf_size = lustre_msg_size_v2(req->rq_reqbuf->lm_bufcount, in plain_enlarge_reqbuf()
796 rs_size += lustre_msg_size_v2(PLAIN_PACK_SEGMENTS, buflens); in plain_alloc_rs()
848 len = lustre_msg_size_v2(msg->lm_bufcount, msg->lm_buflens); in plain_authorize()
997 plain_at_offset = lustre_msg_size_v2(PLAIN_PACK_SEGMENTS, buflens); in sptlrpc_plain_init()
Dpack_generic.c136 int lustre_msg_size_v2(int count, __u32 *lengths) in lustre_msg_size_v2() function
147 EXPORT_SYMBOL(lustre_msg_size_v2);
169 return lustre_msg_size_v2(count, lens); in lustre_msg_size()
183 return lustre_msg_size_v2(msg->lm_bufcount, msg->lm_buflens); in lustre_packed_msg_size()
220 reqlen = lustre_msg_size_v2(count, lens); in lustre_pack_request_v2()
334 msg_len = lustre_msg_size_v2(count, lens); in lustre_pack_reply_v2()
468 return lustre_msg_size_v2(msg->lm_bufcount, msg->lm_buflens); in lustre_shrink_msg_v2()
Dsec.c1612 oldmsg_size = lustre_msg_size_v2(msg->lm_bufcount, msg->lm_buflens); in _sptlrpc_enlarge_msg_inplace()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_net.h2591 int lustre_msg_size_v2(int count, __u32 *lengths);