Home
last modified time | relevance | path

Searched refs:current_epoch_nr (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/block/drbd/
Ddrbd_worker.c1313 p->barrier = connection->send.current_epoch_nr; in drbd_send_barrier()
1338 connection->send.current_epoch_nr = epoch; in re_init_if_first_write()
1348 if (connection->send.current_epoch_nr != epoch) { in maybe_send_barrier()
1351 connection->send.current_epoch_nr = epoch; in maybe_send_barrier()
2049 connection->send.current_epoch_nr; in wait_for_work()
2054 connection->send.current_epoch_nr + 1); in wait_for_work()
Ddrbd_int.h781 int current_epoch_nr; member
Ddrbd_main.c2635 connection->send.current_epoch_nr = 0; in conn_create()