Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/block/drbd/
Ddrbd_worker.c1291 p->barrier = connection->send.current_epoch_nr; in drbd_send_barrier()
1316 connection->send.current_epoch_nr = epoch; in re_init_if_first_write()
1326 if (connection->send.current_epoch_nr != epoch) { in maybe_send_barrier()
1329 connection->send.current_epoch_nr = epoch; in maybe_send_barrier()
2027 connection->send.current_epoch_nr; in wait_for_work()
2032 connection->send.current_epoch_nr + 1); in wait_for_work()
Ddrbd_int.h782 int current_epoch_nr; member
Ddrbd_main.c2635 connection->send.current_epoch_nr = 0; in conn_create()