Searched refs:rq_svc_ctx (Results 1 – 4 of 4) sorted by relevance
301 req->rq_svc_ctx = &null_svc_ctx; in null_accept()302 atomic_inc(&req->rq_svc_ctx->sc_refcount); in null_accept()328 rs->rs_svc_ctx = req->rq_svc_ctx; in null_alloc_rs()329 atomic_inc(&req->rq_svc_ctx->sc_refcount); in null_alloc_rs()
1741 req->rq_svc_ctx, &flavor); in sptlrpc_target_export_check()1775 req->rq_svc_ctx, in sptlrpc_target_export_check()1785 req->rq_svc_ctx); in sptlrpc_target_export_check()1920 LASSERT(req->rq_svc_ctx == NULL); in sptlrpc_svc_unwrap_request()1951 LASSERT(req->rq_svc_ctx || rc == SECSVC_DROP); in sptlrpc_svc_unwrap_request()1976 LASSERT(req->rq_svc_ctx); in sptlrpc_svc_alloc_rs()1977 LASSERT(req->rq_svc_ctx->sc_policy); in sptlrpc_svc_alloc_rs()1979 policy = req->rq_svc_ctx->sc_policy; in sptlrpc_svc_alloc_rs()2025 LASSERT(req->rq_svc_ctx); in sptlrpc_svc_wrap_reply()2026 LASSERT(req->rq_svc_ctx->sc_policy); in sptlrpc_svc_wrap_reply()[all …]
774 req->rq_svc_ctx = &plain_svc_ctx; in plain_accept()775 atomic_inc(&req->rq_svc_ctx->sc_refcount); in plain_accept()810 rs->rs_svc_ctx = req->rq_svc_ctx; in plain_alloc_rs()811 atomic_inc(&req->rq_svc_ctx->sc_refcount); in plain_alloc_rs()
1368 struct ptlrpc_svc_ctx *rq_svc_ctx; /**< server's half ctx */ member