Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dsec_null.c359 req->rq_reply_off = lustre_msg_early_size(); in null_authorize()
361 req->rq_reply_off = 0; in null_authorize()
367 req->rq_reply_off = 0; in null_authorize()
Devents.c141 req->rq_reply_off = ev->offset; in reply_in_callback()
151 req->rq_reply_off = ev->offset; in reply_in_callback()
Dsec.c1047 LASSERT(req->rq_reply_off + req->rq_nob_received <= req->rq_repbuf_len); in sptlrpc_cli_unwrap_reply()
1049 if (req->rq_reply_off == 0 && in sptlrpc_cli_unwrap_reply()
1055 if (req->rq_reply_off % 8 != 0) { in sptlrpc_cli_unwrap_reply()
1056 CERROR("reply at odd offset %u\n", req->rq_reply_off); in sptlrpc_cli_unwrap_reply()
1061 (req->rq_repbuf + req->rq_reply_off); in sptlrpc_cli_unwrap_reply()
1115 if (req->rq_reply_off != 0) { in sptlrpc_cli_unwrap_early_reply()
1116 CERROR("early reply with offset %u\n", req->rq_reply_off); in sptlrpc_cli_unwrap_early_reply()
Dsec_plain.c864 req->rq_reply_off = plain_at_offset; in plain_authorize()
866 req->rq_reply_off = 0; in plain_authorize()
874 req->rq_reply_off = 0; in plain_authorize()
Dniobuf.c432 req->rq_xid, req->rq_reply_off); in ptlrpc_send_reply()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_net.h1418 unsigned int rq_reply_off; member