Lines Matching refs:snapshots
326 struct list_head snapshots; member
467 list_for_each_entry(s, &o->snapshots, list) { in __find_snapshots_sharing_cow()
542 list_for_each_entry(l, &o->snapshots, list) in __insert_snapshot()
582 INIT_LIST_HEAD(&o->snapshots); in register_snapshot()
619 if (o && list_empty(&o->snapshots)) { in unregister_snapshot()
856 list_for_each_entry(snap, &o->snapshots, list) in __minimum_chunk_size()
2429 static int __origin_write(struct list_head *snapshots, sector_t sector, in __origin_write() argument
2442 list_for_each_entry(snap, snapshots, list) { in __origin_write()
2563 list_for_each_entry(s, &o->snapshots, list) in do_origin()
2568 r = __origin_write(&o->snapshots, bio->bi_iter.bi_sector, bio); in do_origin()
2602 if (__origin_write(&o->snapshots, sector + n, NULL) == in origin_write_extent()