snapshots         318 drivers/md/dm-snap.c 	struct list_head snapshots;
snapshots         457 drivers/md/dm-snap.c 	list_for_each_entry(s, &o->snapshots, list) {
snapshots         534 drivers/md/dm-snap.c 	list_for_each_entry(l, &o->snapshots, list)
snapshots         574 drivers/md/dm-snap.c 		INIT_LIST_HEAD(&o->snapshots);
snapshots         611 drivers/md/dm-snap.c 	if (o && list_empty(&o->snapshots)) {
snapshots         855 drivers/md/dm-snap.c 		list_for_each_entry(snap, &o->snapshots, list)
snapshots        2419 drivers/md/dm-snap.c static int __origin_write(struct list_head *snapshots, sector_t sector,
snapshots        2432 drivers/md/dm-snap.c 	list_for_each_entry (snap, snapshots, list) {
snapshots        2552 drivers/md/dm-snap.c 			list_for_each_entry(s, &o->snapshots, list)
snapshots        2557 drivers/md/dm-snap.c 		r = __origin_write(&o->snapshots, bio->bi_iter.bi_sector, bio);
snapshots        2591 drivers/md/dm-snap.c 		if (__origin_write(&o->snapshots, sector + n, NULL) ==