Searched defs:dm_thin_device (Results 1 – 1 of 1) sorted by relevance
219 struct dm_thin_device { struct220 struct list_head list;221 struct dm_pool_metadata *pmd;222 dm_thin_id id;224 int open_count;225 bool changed:1;226 bool aborted_with_changes:1;227 uint64_t mapped_blocks;228 uint64_t transaction_id;229 uint32_t creation_time;[all …]