Searched defs:dm_thin_device (Results 1 – 2 of 2) sorted by relevance
231 struct dm_thin_device { struct232 struct list_head list;233 struct dm_pool_metadata *pmd;234 dm_thin_id id;236 int open_count;237 bool changed:1;238 bool aborted_with_changes:1;239 uint64_t mapped_blocks;240 uint64_t transaction_id;241 uint32_t creation_time;[all …]
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 …]