Searched defs:dm_thin_device (Results 1 – 1 of 1) 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 …]
Completed in 10 milliseconds