Searched refs:drbd_epoch (Results 1 – 3 of 3) sorted by relevance
291 struct drbd_epoch { struct320 struct drbd_epoch *epoch; /* for writes */660 struct drbd_epoch *current_epoch;
61 static enum finish_epoch drbd_may_finish_epoch(struct drbd_connection *, struct drbd_epoch *, enum …1172 struct drbd_epoch *epoch, in drbd_may_finish_epoch()1176 struct drbd_epoch *next_epoch; in drbd_may_finish_epoch()1213 next_epoch = list_entry(epoch->list.next, struct drbd_epoch, list); in drbd_may_finish_epoch()1574 struct drbd_epoch *epoch; in receive_Barrier()1595 epoch = kmalloc_obj(struct drbd_epoch, GFP_NOIO); in receive_Barrier()1608 epoch = kmalloc_obj(struct drbd_epoch, GFP_NOIO); in receive_Barrier()
2559 connection->current_epoch = kzalloc_obj(struct drbd_epoch); in conn_create()