Searched refs:lustre_init_msg_v2 (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | sec_plain.c | 573 lustre_init_msg_v2(req->rq_reqbuf, PLAIN_PACK_SEGMENTS, buflens, NULL); in plain_alloc_reqbuf() 815 lustre_init_msg_v2(rs->rs_repbuf, PLAIN_PACK_SEGMENTS, buflens, NULL); in plain_alloc_rs()
|
D | pack_generic.c | 173 void lustre_init_msg_v2(struct lustre_msg_v2 *msg, int count, __u32 *lens, in lustre_init_msg_v2() function 196 EXPORT_SYMBOL(lustre_init_msg_v2); 211 lustre_init_msg_v2(req->rq_reqmsg, count, lens, bufs); in lustre_pack_request_v2() 336 lustre_init_msg_v2(rs->rs_msg, count, lens, bufs); in lustre_pack_reply_v2()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lustre_net.h | 2543 void lustre_init_msg_v2(struct lustre_msg_v2 *msg, int count, __u32 *lens,
|