Searched refs:rq_reply_off (Results 1 – 6 of 6) sorted by relevance
359 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()
141 req->rq_reply_off = ev->offset; in reply_in_callback()151 req->rq_reply_off = ev->offset; in reply_in_callback()
1047 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()
864 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()
432 req->rq_xid, req->rq_reply_off); in ptlrpc_send_reply()
1418 unsigned int rq_reply_off; member