Searched refs:drbd_epoch (Results 1 – 3 of 3) sorted by relevance
385 struct drbd_epoch { struct418 struct drbd_epoch *epoch; /* for writes */749 struct drbd_epoch *current_epoch;
70 static enum finish_epoch drbd_may_finish_epoch(struct drbd_connection *, struct drbd_epoch *, enum …1226 struct drbd_epoch *epoch, in drbd_may_finish_epoch()1230 struct drbd_epoch *next_epoch; in drbd_may_finish_epoch()1267 next_epoch = list_entry(epoch->list.next, struct drbd_epoch, list); in drbd_may_finish_epoch()1521 struct drbd_epoch *epoch; in receive_Barrier()1542 epoch = kmalloc(sizeof(struct drbd_epoch), GFP_NOIO); in receive_Barrier()1555 epoch = kmalloc(sizeof(struct drbd_epoch), GFP_NOIO); in receive_Barrier()
2625 connection->current_epoch = kzalloc(sizeof(struct drbd_epoch), GFP_KERNEL); in conn_create()