Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Ddm-thin-metadata.c203 struct dm_thin_device { struct
204 struct list_head list;
205 struct dm_pool_metadata *pmd;
206 dm_thin_id id;
208 int open_count;
209 bool changed:1;
210 bool aborted_with_changes:1;
211 uint64_t mapped_blocks;
212 uint64_t transaction_id;
213 uint32_t creation_time;
[all …]