current_epoch_nr  766 drivers/block/drbd/drbd_int.h 		int current_epoch_nr;
current_epoch_nr 2695 drivers/block/drbd/drbd_main.c 	connection->send.current_epoch_nr = 0;
current_epoch_nr 1657 drivers/block/drbd/drbd_req.c 	if (net_req->epoch == connection->send.current_epoch_nr) {
current_epoch_nr 1375 drivers/block/drbd/drbd_worker.c 	p->barrier = connection->send.current_epoch_nr;
current_epoch_nr 1405 drivers/block/drbd/drbd_worker.c 		connection->send.current_epoch_nr = epoch;
current_epoch_nr 1416 drivers/block/drbd/drbd_worker.c 	if (connection->send.current_epoch_nr != epoch) {
current_epoch_nr 1419 drivers/block/drbd/drbd_worker.c 		connection->send.current_epoch_nr = epoch;
current_epoch_nr 2126 drivers/block/drbd/drbd_worker.c 			connection->send.current_epoch_nr;
current_epoch_nr 2131 drivers/block/drbd/drbd_worker.c 					connection->send.current_epoch_nr + 1);