Searched refs:rq_reply_off (Results 1 – 6 of 6) sorted by relevance
361 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()
1005 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()
141 req->rq_reply_off = ev->offset; in reply_in_callback()151 req->rq_reply_off = ev->offset; in reply_in_callback()
863 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()
428 req->rq_xid, req->rq_reply_off); in ptlrpc_send_reply()
1412 unsigned int rq_reply_off; member