Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/md/
Ddm-zoned.h54 struct dmz_dev { struct
55 struct block_device *bdev;
56 struct dmz_metadata *metadata;
57 struct dmz_reclaim *reclaim;
59 uuid_t uuid;
61 sector_t capacity;
63 unsigned int dev_idx;
65 unsigned int nr_zones;
66 unsigned int zone_offset;
68 unsigned int flags;
[all …]
Ddm-zoned-target.c581 bool dmz_bdev_is_dying(struct dmz_dev *dmz_dev) in dmz_bdev_is_dying()
603 bool dmz_check_bdev(struct dmz_dev *dmz_dev) in dmz_check_bdev()