Home
last modified time | relevance | path

Searched defs:thin_c (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/md/
Ddm-thin.c339 struct thin_c { struct
340 struct list_head list;
341 struct dm_dev *pool_dev;
342 struct dm_dev *origin_dev;
343 sector_t origin_size;
344 dm_thin_id dev_id;
346 struct pool *pool;
347 struct dm_thin_device *td;
348 struct mapped_device *thin_md;
350 bool requeue_mode:1;
[all …]
/kernel/linux/linux-5.10/drivers/md/
Ddm-thin.c338 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;
[all …]