Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/block/drbd/
Ddrbd_req.c336 list_for_each_entry_continue(req, &connection->transfer_log, tl_requests) { in advance_conn_req_next()
341 if (&req->tl_requests == &connection->transfer_log) in advance_conn_req_next()
362 list_for_each_entry_continue(req, &connection->transfer_log, tl_requests) { in advance_conn_req_ack_pending()
367 if (&req->tl_requests == &connection->transfer_log) in advance_conn_req_ack_pending()
388 list_for_each_entry_continue(req, &connection->transfer_log, tl_requests) { in advance_conn_req_not_net_done()
393 if (&req->tl_requests == &connection->transfer_log) in advance_conn_req_not_net_done()
1353 list_add_tail(&req->tl_requests, &first_peer_device(device)->connection->transfer_log); in drbd_send_and_submit()
Ddrbd_debugfs.c311 list_for_each_entry(req, &connection->transfer_log, tl_requests) { in seq_print_resource_transfer_log_summary()
326 if (&req->tl_requests == &connection->transfer_log) in seq_print_resource_transfer_log_summary()
Ddrbd_main.c195 list_for_each_entry(r, &connection->transfer_log, tl_requests) { in tl_release()
240 list_for_each_entry(req, &connection->transfer_log, tl_requests) in tl_release()
243 list_for_each_entry_safe_from(req, r, &connection->transfer_log, tl_requests) { in tl_release()
271 list_for_each_entry_safe(req, r, &connection->transfer_log, tl_requests) in _tl_restart()
305 list_for_each_entry_safe(req, r, &connection->transfer_log, tl_requests) { in tl_abort_disk_io()
2630 INIT_LIST_HEAD(&connection->transfer_log); in conn_create()
Ddrbd_int.h717 struct list_head transfer_log; /* all requests not yet fully processed */ member