Home
last modified time | relevance | path

Searched refs:rq_reply_state (Results 1 – 8 of 8) sorted by relevance

/drivers/staging/lustre/lustre/ptlrpc/
Dsec_null.c313 rs = req->rq_reply_state; in null_alloc_rs()
333 req->rq_reply_state = rs; in null_alloc_rs()
350 struct ptlrpc_reply_state *rs = req->rq_reply_state; in null_authorize()
Dsec_plain.c804 rs = req->rq_reply_state; in plain_alloc_rs()
825 req->rq_reply_state = rs; in plain_alloc_rs()
842 struct ptlrpc_reply_state *rs = req->rq_reply_state; in plain_authorize()
893 struct ptlrpc_reply_state *rs = req->rq_reply_state; in plain_svc_unwrap_bulk()
927 struct ptlrpc_reply_state *rs = req->rq_reply_state; in plain_svc_wrap_bulk()
Dsec.c2029 req->rq_reply_state = rs; in sptlrpc_svc_alloc_rs()
2033 req->rq_reply_state = NULL; in sptlrpc_svc_alloc_rs()
2038 (req->rq_reply_state && req->rq_reply_state->rs_msg)); in sptlrpc_svc_alloc_rs()
2061 LASSERT(rc || req->rq_reply_state->rs_repdata_len); in sptlrpc_svc_wrap_reply()
Dpack_generic.c307 LASSERT(!req->rq_reply_state); in lustre_pack_reply_v2()
320 rs = req->rq_reply_state; in lustre_pack_reply_v2()
331 req->rq_reply_state = rs; in lustre_pack_reply_v2()
Dservice.c812 } else if (req->rq_reply_state && req->rq_reply_state->rs_prealloc) { in ptlrpc_server_drop_request()
1078 reqcopy->rq_reply_state = NULL; in ptlrpc_at_send_early_reply()
Dniobuf.c339 struct ptlrpc_reply_state *rs = req->rq_reply_state; in ptlrpc_send_reply()
/drivers/staging/lustre/lustre/include/
Dlustre_net.h712 #define rq_reply_state rq_srv.sr_reply_state macro
2096 LASSERT(req->rq_reply_state); in lustre_shrink_reply()
2242 if (!req->rq_reply_state) in ptlrpc_req_drop_rs()
2244 ptlrpc_rs_decref(req->rq_reply_state); in ptlrpc_req_drop_rs()
2245 req->rq_reply_state = NULL; in ptlrpc_req_drop_rs()
/drivers/staging/lustre/lustre/ldlm/
Dldlm_lib.c695 rs = req->rq_reply_state; in target_send_reply()