Home
last modified time | relevance | path

Searched refs:rq_replay_list (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Drecover.c111 rq_replay_list); in ptlrpc_replay_next()
124 rq_replay_list); in ptlrpc_replay_next()
144 rq_replay_list); in ptlrpc_replay_next()
Dclient.c640 INIT_LIST_HEAD(&request->rq_replay_list); in __ptlrpc_request_bufs_pack()
1314 list_empty(&req->rq_replay_list)) { in after_reply()
1338 rq_replay_list); in after_reply()
2227 list_del_init(&request->rq_replay_list); in __ptlrpc_free_req()
2231 LASSERTF(list_empty(&request->rq_replay_list), "req %p\n", request); in __ptlrpc_free_req()
2391 list_del_init(&req->rq_replay_list); in ptlrpc_free_request()
2404 if (list_empty(&req->rq_replay_list)) { in ptlrpc_request_committed()
2450 rq_replay_list) { in ptlrpc_free_committed()
2472 list_move_tail(&req->rq_replay_list, in ptlrpc_free_committed()
2486 rq_replay_list) { in ptlrpc_free_committed()
[all …]
Dimport.c596 req = list_entry(tmp, struct ptlrpc_request, rq_replay_list); in ptlrpc_first_transno()
607 req = list_entry(tmp, struct ptlrpc_request, rq_replay_list); in ptlrpc_first_transno()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_net.h1362 struct list_head rq_replay_list; member