Home
last modified time | relevance | path

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

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