Searched refs:newctx (Results 1 – 1 of 1) sorted by relevance
407 struct ptlrpc_cli_ctx *newctx) in sptlrpc_req_ctx_switch() argument421 newctx, newctx->cc_vcred.vc_uid, sec2target_str(newctx->cc_sec), in sptlrpc_req_ctx_switch()423 newctx->cc_sec, newctx->cc_sec->ps_policy->sp_name); in sptlrpc_req_ctx_switch()441 req->rq_cli_ctx = newctx; in sptlrpc_req_ctx_switch()475 struct ptlrpc_cli_ctx *newctx; in sptlrpc_req_replace_dead_ctx() local492 newctx = req->rq_cli_ctx; in sptlrpc_req_replace_dead_ctx()493 LASSERT(newctx); in sptlrpc_req_replace_dead_ctx()495 if (unlikely(newctx == oldctx && in sptlrpc_req_replace_dead_ctx()502 newctx, newctx->cc_flags); in sptlrpc_req_replace_dead_ctx()511 rc = sptlrpc_req_ctx_switch(req, oldctx, newctx); in sptlrpc_req_replace_dead_ctx()[all …]