Searched defs:dm_thin_device (Results 1 – 1 of 1) sorted by relevance
203 struct dm_thin_device { struct204 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 …]