Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dsec_null.c315 rs = req->rq_reply_state; in null_alloc_rs()
335 req->rq_reply_state = rs; in null_alloc_rs()
352 struct ptlrpc_reply_state *rs = req->rq_reply_state; in null_authorize()
Dsec_plain.c797 rs = req->rq_reply_state; in plain_alloc_rs()
818 req->rq_reply_state = rs; in plain_alloc_rs()
835 struct ptlrpc_reply_state *rs = req->rq_reply_state; in plain_authorize()
883 struct ptlrpc_reply_state *rs = req->rq_reply_state; in plain_svc_unwrap_bulk()
917 struct ptlrpc_reply_state *rs = req->rq_reply_state; in plain_svc_wrap_bulk()
Dsec.c2000 req->rq_reply_state = rs; in sptlrpc_svc_alloc_rs()
2004 req->rq_reply_state = NULL; in sptlrpc_svc_alloc_rs()
2009 (req->rq_reply_state && req->rq_reply_state->rs_msg)); in sptlrpc_svc_alloc_rs()
2032 LASSERT(rc || req->rq_reply_state->rs_repdata_len); in sptlrpc_svc_wrap_reply()
Dpack_generic.c309 LASSERT(req->rq_reply_state == NULL); in lustre_pack_reply_v2()
322 rs = req->rq_reply_state; in lustre_pack_reply_v2()
333 req->rq_reply_state = rs; in lustre_pack_reply_v2()
Dservice.c803 } else if (req->rq_reply_state && req->rq_reply_state->rs_prealloc) { in ptlrpc_server_drop_request()
1056 reqcopy->rq_reply_state = NULL; in ptlrpc_at_send_early_reply()
Dniobuf.c351 struct ptlrpc_reply_state *rs = req->rq_reply_state; in ptlrpc_send_reply()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_net.h1439 struct ptlrpc_reply_state *rq_reply_state; member
2612 LASSERT(req->rq_reply_state); in lustre_shrink_reply()
2753 if (req->rq_reply_state == NULL) in ptlrpc_req_drop_rs()
2755 ptlrpc_rs_decref(req->rq_reply_state); in ptlrpc_req_drop_rs()
2756 req->rq_reply_state = NULL; in ptlrpc_req_drop_rs()
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_lib.c686 rs = req->rq_reply_state; in target_send_reply()