Searched refs:lustre_pack_reply_flags (Results 1 – 3 of 3) sorted by relevance
/drivers/staging/lustre/lustre/ptlrpc/ |
D | pack_generic.c | 345 int lustre_pack_reply_flags(struct ptlrpc_request *req, int count, __u32 *lens, in lustre_pack_reply_flags() function 373 EXPORT_SYMBOL(lustre_pack_reply_flags); 378 return lustre_pack_reply_flags(req, count, lens, bufs, 0); in lustre_pack_reply()
|
D | service.c | 1090 rc = lustre_pack_reply_flags(reqcopy, 1, NULL, NULL, LPRFL_EARLY_REPLY); in ptlrpc_at_send_early_reply()
|
/drivers/staging/lustre/lustre/include/ |
D | lustre_net.h | 2552 int lustre_pack_reply_flags(struct ptlrpc_request *, int count, __u32 *lens,
|