Home
last modified time | relevance | path

Searched refs:rq_packed_final (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dsec_null.c357 if (likely(req->rq_packed_final)) { in null_authorize()
Dsec_plain.c862 if (likely(req->rq_packed_final)) { in plain_authorize()
Dpack_generic.c330 req->rq_packed_final = 1; in lustre_pack_reply_v2()
Dservice.c1318 reqcopy->rq_packed_final = 0; in ptlrpc_at_send_early_reply()
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_lockd.c370 if (!req->rq_packed_final) { in ldlm_callback_reply()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_net.h1319 rq_packed_final:1, /* packed final reply */ member