Searched defs:thin_c (Results 1 – 1 of 1) sorted by relevance
336 struct thin_c { struct337 struct list_head list;338 struct dm_dev *pool_dev;339 struct dm_dev *origin_dev;340 sector_t origin_size;341 dm_thin_id dev_id;343 struct pool *pool;344 struct dm_thin_device *td;345 struct mapped_device *thin_md;347 bool requeue_mode:1;[all …]