Searched refs:rq_svc_ctx (Results 1 – 4 of 4) sorted by relevance
299 req->rq_svc_ctx = &null_svc_ctx; in null_accept()300 atomic_inc(&req->rq_svc_ctx->sc_refcount); in null_accept()326 rs->rs_svc_ctx = req->rq_svc_ctx; in null_alloc_rs()327 atomic_inc(&req->rq_svc_ctx->sc_refcount); in null_alloc_rs()
1807 req->rq_svc_ctx, &flavor); in sptlrpc_target_export_check()1841 req->rq_svc_ctx, in sptlrpc_target_export_check()1851 req->rq_svc_ctx); in sptlrpc_target_export_check()2028 LASSERT(req->rq_svc_ctx == NULL); in sptlrpc_svc_unwrap_request()2059 LASSERT(req->rq_svc_ctx || rc == SECSVC_DROP); in sptlrpc_svc_unwrap_request()2084 LASSERT(req->rq_svc_ctx); in sptlrpc_svc_alloc_rs()2085 LASSERT(req->rq_svc_ctx->sc_policy); in sptlrpc_svc_alloc_rs()2087 policy = req->rq_svc_ctx->sc_policy; in sptlrpc_svc_alloc_rs()2132 LASSERT(req->rq_svc_ctx); in sptlrpc_svc_wrap_reply()2133 LASSERT(req->rq_svc_ctx->sc_policy); in sptlrpc_svc_wrap_reply()[all …]
775 req->rq_svc_ctx = &plain_svc_ctx; in plain_accept()776 atomic_inc(&req->rq_svc_ctx->sc_refcount); in plain_accept()811 rs->rs_svc_ctx = req->rq_svc_ctx; in plain_alloc_rs()812 atomic_inc(&req->rq_svc_ctx->sc_refcount); in plain_alloc_rs()
1374 struct ptlrpc_svc_ctx *rq_svc_ctx; /**< server's half ctx */ member