Searched refs:rq_ctx_chain (Results 1 – 3 of 3) sorted by relevance
394 if (!list_empty(&req->rq_ctx_chain)) { in sptlrpc_req_put_ctx()396 list_del_init(&req->rq_ctx_chain); in sptlrpc_req_put_ctx()569 if (!list_empty(&req->rq_ctx_chain)) in req_off_ctx_list()570 list_del_init(&req->rq_ctx_chain); in req_off_ctx_list()708 if (list_empty(&req->rq_ctx_chain)) in sptlrpc_req_refresh_ctx()709 list_add(&req->rq_ctx_chain, &ctx->cc_req_list); in sptlrpc_req_refresh_ctx()870 INIT_LIST_HEAD(&req->rq_ctx_chain); in sptlrpc_import_check_ctx()878 LASSERT(list_empty(&req->rq_ctx_chain)); in sptlrpc_import_check_ctx()
641 INIT_LIST_HEAD(&request->rq_ctx_chain); in __ptlrpc_request_bufs_pack()
1369 struct list_head rq_ctx_chain; /**< link to waited ctx */ member