Lines Matching defs:thin_c
296 struct thin_c { struct
297 struct list_head list;
298 struct dm_dev *pool_dev;
299 struct dm_dev *origin_dev;
300 sector_t origin_size;
301 dm_thin_id dev_id;
303 struct pool *pool;
304 struct dm_thin_device *td;
305 struct mapped_device *thin_md;
307 bool requeue_mode:1;
308 spinlock_t lock;
309 struct list_head deferred_cells;
310 struct bio_list deferred_bio_list;
311 struct bio_list retry_on_resume_list;
312 struct rb_root sort_bio_list; /* sorted list of deferred bios */
318 atomic_t refcount;
319 struct completion can_destroy;