Searched refs:newctx (Results 1 – 1 of 1) sorted by relevance
448 struct ptlrpc_cli_ctx *newctx) in sptlrpc_req_ctx_switch() argument462 newctx, newctx->cc_vcred.vc_uid, sec2target_str(newctx->cc_sec), in sptlrpc_req_ctx_switch()464 newctx->cc_sec, newctx->cc_sec->ps_policy->sp_name); in sptlrpc_req_ctx_switch()482 req->rq_cli_ctx = newctx; in sptlrpc_req_ctx_switch()516 struct ptlrpc_cli_ctx *newctx; in sptlrpc_req_replace_dead_ctx() local533 newctx = req->rq_cli_ctx; in sptlrpc_req_replace_dead_ctx()534 LASSERT(newctx); in sptlrpc_req_replace_dead_ctx()536 if (unlikely(newctx == oldctx && in sptlrpc_req_replace_dead_ctx()543 newctx, newctx->cc_flags); in sptlrpc_req_replace_dead_ctx()552 rc = sptlrpc_req_ctx_switch(req, oldctx, newctx); in sptlrpc_req_replace_dead_ctx()[all …]