Searched defs:dm_thin_device (Results 1 – 1 of 1) sorted by relevance
228 struct dm_thin_device { struct229 struct list_head list;230 struct dm_pool_metadata *pmd;231 dm_thin_id id;233 int open_count;234 bool changed:1;235 bool aborted_with_changes:1;236 uint64_t mapped_blocks;237 uint64_t transaction_id;238 uint32_t creation_time;[all …]