Searched defs:dm_thin_device (Results 1 – 1 of 1) sorted by relevance
197 struct dm_thin_device { struct198 struct list_head list;199 struct dm_pool_metadata *pmd;200 dm_thin_id id;202 int open_count;203 bool changed:1;204 bool aborted_with_changes:1;205 uint64_t mapped_blocks;206 uint64_t transaction_id;207 uint32_t creation_time;[all …]