Lines Matching defs:thin_c
336 struct thin_c { struct
337 struct list_head list;
338 struct dm_dev *pool_dev;
339 struct dm_dev *origin_dev;
340 sector_t origin_size;
341 dm_thin_id dev_id;
343 struct pool *pool;
344 struct dm_thin_device *td;
345 struct mapped_device *thin_md;
347 bool requeue_mode:1;
348 spinlock_t lock;
349 struct list_head deferred_cells;
350 struct bio_list deferred_bio_list;
351 struct bio_list retry_on_resume_list;
352 struct rb_root sort_bio_list; /* sorted list of deferred bios */
379 struct thin_c *tc; argument