Searched defs:dm_thin_device (Results 1 – 1 of 1) sorted by relevance
212 struct dm_thin_device { struct213 struct list_head list;214 struct dm_pool_metadata *pmd;215 dm_thin_id id;217 int open_count;218 bool changed:1;219 bool aborted_with_changes:1;220 uint64_t mapped_blocks;221 uint64_t transaction_id;222 uint32_t creation_time;[all …]