Searched defs:thin_c (Results 1 – 1 of 1) sorted by relevance
306 struct thin_c { struct307 struct list_head list;308 struct dm_dev *pool_dev;309 struct dm_dev *origin_dev;310 sector_t origin_size;311 dm_thin_id dev_id;313 struct pool *pool;314 struct dm_thin_device *td;315 struct mapped_device *thin_md;317 bool requeue_mode:1;[all …]