Home
last modified time | relevance | path

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

/linux-4.1.27/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.c798 rs = req->rq_reply_state; in plain_alloc_rs()
819 req->rq_reply_state = rs; in plain_alloc_rs()
836 struct ptlrpc_reply_state *rs = req->rq_reply_state; in plain_authorize()
884 struct ptlrpc_reply_state *rs = req->rq_reply_state; in plain_svc_unwrap_bulk()
918 struct ptlrpc_reply_state *rs = req->rq_reply_state; in plain_svc_wrap_bulk()
Dsec.c2107 req->rq_reply_state = rs; in sptlrpc_svc_alloc_rs()
2111 req->rq_reply_state = NULL; in sptlrpc_svc_alloc_rs()
2116 (req->rq_reply_state && req->rq_reply_state->rs_msg)); in sptlrpc_svc_alloc_rs()
2139 LASSERT(rc || req->rq_reply_state->rs_repdata_len); in sptlrpc_svc_wrap_reply()
Dlayout.c2383 struct ptlrpc_reply_state *rs = pill->rc_req->rq_reply_state, *nrs; in req_capsule_server_grow()
2398 pill->rc_req->rq_reply_state = NULL; in req_capsule_server_grow()
2403 pill->rc_req->rq_reply_state = rs; in req_capsule_server_grow()
2406 nrs = pill->rc_req->rq_reply_state; in req_capsule_server_grow()
Dservice.c186 struct ptlrpc_reply_state *rs = req->rq_reply_state; in ptlrpc_save_lock()
940 } else if (req->rq_reply_state && req->rq_reply_state->rs_prealloc) { in ptlrpc_server_drop_request()
1314 reqcopy->rq_reply_state = NULL; in ptlrpc_at_send_early_reply()
Dniobuf.c355 struct ptlrpc_reply_state *rs = req->rq_reply_state; in ptlrpc_send_reply()
Dpack_generic.c326 LASSERT(req->rq_reply_state == NULL); in lustre_pack_reply_v2()
339 rs = req->rq_reply_state; in lustre_pack_reply_v2()
350 req->rq_reply_state = rs; in lustre_pack_reply_v2()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_net.h1445 struct ptlrpc_reply_state *rq_reply_state; member
2653 LASSERT(req->rq_reply_state); in lustre_shrink_reply()
2794 if (req->rq_reply_state == NULL) in ptlrpc_req_drop_rs()
2796 ptlrpc_rs_decref(req->rq_reply_state); in ptlrpc_req_drop_rs()
2797 req->rq_reply_state = NULL; in ptlrpc_req_drop_rs()
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_lib.c689 rs = req->rq_reply_state; in target_send_reply()