Searched refs:lustre_msg_size_v2 (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | sec_plain.c | 209 req->rq_reqdata_len = lustre_msg_size_v2(msg->lm_bufcount, in plain_ctx_sign() 556 alloc_len = lustre_msg_size_v2(PLAIN_PACK_SEGMENTS, buflens); in plain_alloc_reqbuf() 609 alloc_len = lustre_msg_size_v2(PLAIN_PACK_SEGMENTS, buflens); in plain_alloc_repbuf() 650 newmsg_size = lustre_msg_size_v2(req->rq_reqmsg->lm_bufcount, in plain_enlarge_reqbuf() 657 newbuf_size = lustre_msg_size_v2(req->rq_reqbuf->lm_bufcount, in plain_enlarge_reqbuf() 795 rs_size += lustre_msg_size_v2(PLAIN_PACK_SEGMENTS, buflens); in plain_alloc_rs() 847 len = lustre_msg_size_v2(msg->lm_bufcount, msg->lm_buflens); in plain_authorize() 996 plain_at_offset = lustre_msg_size_v2(PLAIN_PACK_SEGMENTS, buflens); in sptlrpc_plain_init()
|
D | pack_generic.c | 118 int lustre_msg_size_v2(int count, __u32 *lengths) in lustre_msg_size_v2() function 129 EXPORT_SYMBOL(lustre_msg_size_v2); 151 return lustre_msg_size_v2(count, lens); in lustre_msg_size() 165 return lustre_msg_size_v2(msg->lm_bufcount, msg->lm_buflens); in lustre_packed_msg_size() 203 reqlen = lustre_msg_size_v2(count, lens); in lustre_pack_request_v2() 317 msg_len = lustre_msg_size_v2(count, lens); in lustre_pack_reply_v2() 452 return lustre_msg_size_v2(msg->lm_bufcount, msg->lm_buflens); in lustre_shrink_msg_v2()
|
D | sec.c | 1556 oldmsg_size = lustre_msg_size_v2(msg->lm_bufcount, msg->lm_buflens); in _sptlrpc_enlarge_msg_inplace()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lustre_net.h | 2560 int lustre_msg_size_v2(int count, __u32 *lengths);
|