Home
last modified time | relevance | path

Searched refs:snapshots (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/
H A Ddm-snap.c26 #define DM_MSG_PREFIX "snapshots"
56 /* List of snapshots per Origin */
238 * Hash table mapping origin volumes to lists of snapshots and
322 /* List of snapshots for this origin */
323 struct list_head snapshots; member
435 * Returns number of snapshots registered using the supplied cow device, plus:
462 list_for_each_entry(s, &o->snapshots, list) { in __find_snapshots_sharing_cow()
539 list_for_each_entry(l, &o->snapshots, list) in __insert_snapshot()
579 INIT_LIST_HEAD(&o->snapshots); in register_snapshot()
616 if (o && list_empty(&o->snapshots)) { in unregister_snapshot()
2444 __origin_write(struct list_head *snapshots, sector_t sector, struct bio *bio) __origin_write() argument
[all...]
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-snap.c27 #define DM_MSG_PREFIX "snapshots"
57 /* List of snapshots per Origin */
234 * Hash table mapping origin volumes to lists of snapshots and
320 /* List of snapshots for this origin */
321 struct list_head snapshots; member
435 * Returns number of snapshots registered using the supplied cow device, plus:
462 list_for_each_entry(s, &o->snapshots, list) { in __find_snapshots_sharing_cow()
537 list_for_each_entry(l, &o->snapshots, list) in __insert_snapshot()
577 INIT_LIST_HEAD(&o->snapshots); in register_snapshot()
614 if (o && list_empty(&o->snapshots)) { in unregister_snapshot()
2432 __origin_write(struct list_head *snapshots, sector_t sector, struct bio *bio) __origin_write() argument
[all...]

Completed in 5 milliseconds