Searched defs:thin_c (Results 1 – 1 of 1) sorted by relevance
288 struct thin_c { struct289 struct list_head list;290 struct dm_dev *pool_dev;291 struct dm_dev *origin_dev;292 sector_t origin_size;293 dm_thin_id dev_id;295 struct pool *pool;296 struct dm_thin_device *td;297 struct mapped_device *thin_md;299 bool requeue_mode:1;[all …]