Home
last modified time | relevance | path

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

/linux-4.1.27/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.c626 INIT_LIST_HEAD(&request->rq_replay_list); in __ptlrpc_request_bufs_pack()
1357 list_empty(&req->rq_replay_list)) { in after_reply()
1381 rq_replay_list); in after_reply()
2251 list_del_init(&request->rq_replay_list); in __ptlrpc_free_req()
2255 LASSERTF(list_empty(&request->rq_replay_list), "req %p\n", request); in __ptlrpc_free_req()
2437 list_del_init(&req->rq_replay_list); in ptlrpc_free_request()
2450 if (list_empty(&req->rq_replay_list)) { in ptlrpc_request_committed()
2496 rq_replay_list) { in ptlrpc_free_committed()
2518 list_move_tail(&req->rq_replay_list, in ptlrpc_free_committed()
2532 rq_replay_list) { in ptlrpc_free_committed()
[all …]
Dimport.c604 req = list_entry(tmp, struct ptlrpc_request, rq_replay_list); in ptlrpc_first_transno()
615 req = list_entry(tmp, struct ptlrpc_request, rq_replay_list); in ptlrpc_first_transno()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_net.h1368 struct list_head rq_replay_list; member