Searched refs:drbd_may_finish_epoch (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/block/drbd/ |
H A D | drbd_receiver.c | 60 static enum finish_epoch drbd_may_finish_epoch(struct drbd_connection *, struct drbd_epoch *, enum epoch_event); 1354 * drbd_may_finish_epoch() - Applies an epoch_event to the epoch's state, eventually finishes it. 1359 static enum finish_epoch drbd_may_finish_epoch(struct drbd_connection *connection, in drbd_may_finish_epoch() function 1769 rv = drbd_may_finish_epoch(connection, connection->current_epoch, EV_GOT_BARRIER_NR); in receive_Barrier() 2243 drbd_may_finish_epoch(peer_device->connection, peer_req->epoch, EV_PUT + (cancel ? EV_CLEANUP : 0)); in e_end_block() 2719 drbd_may_finish_epoch(connection, peer_req->epoch, EV_PUT | EV_CLEANUP); in receive_Data()
|