Home
last modified time | relevance | path

Searched defs:dm_snapshot (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/md/
Ddm-snap.c49 struct dm_snapshot { struct
50 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 …]