Home
last modified time | relevance | path

Searched defs:dm_thin_device (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/md/
H A Ddm-thin-metadata.c232 struct dm_thin_device { struct
233 struct list_head list;
234 struct dm_pool_metadata *pmd;
235 dm_thin_id id;
237 int open_count;
238 bool changed:1;
239 bool aborted_with_changes:1;
240 uint64_t mapped_blocks;
241 uint64_t transaction_id;
242 uint32_t creation_time;
[all …]