Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/block/drbd/
Ddrbd_req.c366 list_for_each_entry_continue(req, &connection->transfer_log, tl_requests) { in advance_conn_req_next()
371 if (&req->tl_requests == &connection->transfer_log) in advance_conn_req_next()
392 list_for_each_entry_continue(req, &connection->transfer_log, tl_requests) { in advance_conn_req_ack_pending()
397 if (&req->tl_requests == &connection->transfer_log) in advance_conn_req_ack_pending()
418 list_for_each_entry_continue(req, &connection->transfer_log, tl_requests) { in advance_conn_req_not_net_done()
423 if (&req->tl_requests == &connection->transfer_log) in advance_conn_req_not_net_done()
1383 list_add_tail(&req->tl_requests, &first_peer_device(device)->connection->transfer_log); in drbd_send_and_submit()
Ddrbd_debugfs.c309 list_for_each_entry(req, &connection->transfer_log, tl_requests) { in seq_print_resource_transfer_log_summary()
324 if (&req->tl_requests == &connection->transfer_log) in seq_print_resource_transfer_log_summary()
Ddrbd_main.c206 list_for_each_entry(r, &connection->transfer_log, tl_requests) { in tl_release()
251 list_for_each_entry(req, &connection->transfer_log, tl_requests) in tl_release()
254 list_for_each_entry_safe_from(req, r, &connection->transfer_log, tl_requests) { in tl_release()
282 list_for_each_entry_safe(req, r, &connection->transfer_log, tl_requests) in _tl_restart()
316 list_for_each_entry_safe(req, r, &connection->transfer_log, tl_requests) { in tl_abort_disk_io()
2679 INIT_LIST_HEAD(&connection->transfer_log); in conn_create()
Ddrbd_int.h724 struct list_head transfer_log; /* all requests not yet fully processed */ member