Searched refs:lustre_init_msg_v2 (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | sec_plain.c | 574 lustre_init_msg_v2(req->rq_reqbuf, PLAIN_PACK_SEGMENTS, buflens, NULL); in plain_alloc_reqbuf() 816 lustre_init_msg_v2(rs->rs_repbuf, PLAIN_PACK_SEGMENTS, buflens, NULL); in plain_alloc_rs()
|
D | pack_generic.c | 191 void lustre_init_msg_v2(struct lustre_msg_v2 *msg, int count, __u32 *lens, in lustre_init_msg_v2() function 213 EXPORT_SYMBOL(lustre_init_msg_v2); 228 lustre_init_msg_v2(req->rq_reqmsg, count, lens, bufs); in lustre_pack_request_v2() 353 lustre_init_msg_v2(rs->rs_msg, count, lens, bufs); in lustre_pack_reply_v2()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_net.h | 2574 void lustre_init_msg_v2(struct lustre_msg_v2 *msg, int count, __u32 *lens,
|