Home
last modified time | relevance | path

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

/Linux-v6.6/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;
71 int snapshot_overflowed;
74 int active;
76 atomic_t pending_exceptions_count;
[all …]