Searched refs:rq_exp_list (Results 1 – 4 of 4) sorted by relevance
962 if (!list_empty(&req->rq_exp_list)) { in ptlrpc_request_change_export()965 list_del_init(&req->rq_exp_list); in ptlrpc_request_change_export()972 list_add(&req->rq_exp_list, &export->exp_hp_rpcs); in ptlrpc_request_change_export()1518 list_add(&req->rq_exp_list, in ptlrpc_server_hpreq_init()1538 list_del_init(&req->rq_exp_list); in ptlrpc_server_hpreq_fini()
337 INIT_LIST_HEAD(&req->rq_exp_list); in request_in_callback()
630 INIT_LIST_HEAD(&request->rq_exp_list); in __ptlrpc_request_bufs_pack()2241 LASSERTF(list_empty(&request->rq_exp_list), "req %p\n", request); in __ptlrpc_free_req()3109 INIT_LIST_HEAD(&req->rq_exp_list); in ptlrpcd_alloc_work()
1279 struct list_head rq_exp_list; member