Lines Matching defs:thin_c
306 struct thin_c { struct
307 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;
318 spinlock_t lock;
319 struct list_head deferred_cells;
320 struct bio_list deferred_bio_list;
321 struct bio_list retry_on_resume_list;
322 struct rb_root sort_bio_list; /* sorted list of deferred bios */
349 struct thin_c *tc; argument