Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/ptlrpc/
Dsec_null.c361 req->rq_reply_off = lustre_msg_early_size(); in null_authorize()
363 req->rq_reply_off = 0; in null_authorize()
369 req->rq_reply_off = 0; in null_authorize()
Dsec.c1005 LASSERT(req->rq_reply_off + req->rq_nob_received <= req->rq_repbuf_len); in sptlrpc_cli_unwrap_reply()
1007 if (req->rq_reply_off == 0 && in sptlrpc_cli_unwrap_reply()
1013 if (req->rq_reply_off % 8 != 0) { in sptlrpc_cli_unwrap_reply()
1014 CERROR("reply at odd offset %u\n", req->rq_reply_off); in sptlrpc_cli_unwrap_reply()
1019 (req->rq_repbuf + req->rq_reply_off); in sptlrpc_cli_unwrap_reply()
1073 if (req->rq_reply_off != 0) { in sptlrpc_cli_unwrap_early_reply()
1074 CERROR("early reply with offset %u\n", req->rq_reply_off); in sptlrpc_cli_unwrap_early_reply()
Devents.c141 req->rq_reply_off = ev->offset; in reply_in_callback()
151 req->rq_reply_off = ev->offset; in reply_in_callback()
Dsec_plain.c863 req->rq_reply_off = plain_at_offset; in plain_authorize()
865 req->rq_reply_off = 0; in plain_authorize()
873 req->rq_reply_off = 0; in plain_authorize()
Dniobuf.c428 req->rq_xid, req->rq_reply_off); in ptlrpc_send_reply()
/drivers/staging/lustre/lustre/include/
Dlustre_net.h1412 unsigned int rq_reply_off; member