Home
last modified time | relevance | path

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

/linux-3.3/drivers/md/
Ddm-snap.c47 struct dm_snapshot { struct
48 struct rw_semaphore lock;
50 struct dm_dev *origin;
51 struct dm_dev *cow;
53 struct dm_target *ti;
56 struct list_head list;
62 int valid;
65 int active;
67 atomic_t pending_exceptions_count;
69 mempool_t *pending_pool;
[all …]