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