Lines Matching defs:thin_c
288 struct thin_c { struct
289 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;
300 spinlock_t lock;
301 struct list_head deferred_cells;
302 struct bio_list deferred_bio_list;
303 struct bio_list retry_on_resume_list;
304 struct rb_root sort_bio_list; /* sorted list of deferred bios */
310 atomic_t refcount;
311 struct completion can_destroy;