Searched defs:dm_snapshot (Results 1 – 1 of 1) sorted by relevance
49 struct dm_snapshot { struct50 struct rw_semaphore lock;52 struct dm_dev *origin;53 struct dm_dev *cow;55 struct dm_target *ti;58 struct list_head list;64 int valid;67 int active;69 atomic_t pending_exceptions_count;72 sector_t exception_start_sequence;[all …]