Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/drbd/
Ddrbd_req.c351 list_for_each_entry_continue(req, &connection->transfer_log, tl_requests) { in advance_conn_req_next()
356 if (&req->tl_requests == &connection->transfer_log) in advance_conn_req_next()
377 list_for_each_entry_continue(req, &connection->transfer_log, tl_requests) { in advance_conn_req_ack_pending()
382 if (&req->tl_requests == &connection->transfer_log) in advance_conn_req_ack_pending()
403 list_for_each_entry_continue(req, &connection->transfer_log, tl_requests) { in advance_conn_req_not_net_done()
408 if (&req->tl_requests == &connection->transfer_log) in advance_conn_req_not_net_done()
1271 list_add_tail(&req->tl_requests, &first_peer_device(device)->connection->transfer_log); in drbd_send_and_submit()
Ddrbd_debugfs.c316 list_for_each_entry(req, &connection->transfer_log, tl_requests) { in seq_print_resource_transfer_log_summary()
331 if (&req->tl_requests == &connection->transfer_log) in seq_print_resource_transfer_log_summary()
Ddrbd_main.c203 list_for_each_entry(r, &connection->transfer_log, tl_requests) { in tl_release()
248 list_for_each_entry(req, &connection->transfer_log, tl_requests) in tl_release()
251 list_for_each_entry_safe_from(req, r, &connection->transfer_log, tl_requests) { in tl_release()
279 list_for_each_entry_safe(req, r, &connection->transfer_log, tl_requests) in _tl_restart()
313 list_for_each_entry_safe(req, r, &connection->transfer_log, tl_requests) { in tl_abort_disk_io()
2628 INIT_LIST_HEAD(&connection->transfer_log); in conn_create()
Ddrbd_int.h737 struct list_head transfer_log; /* all requests not yet fully processed */ member