Home
last modified time | relevance | path

Searched refs:blk_zone_range (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/linux/
H A Dblkzoned.h170 struct blk_zone_range { struct
203 #define BLKRESETZONE _IOW(0x12, 131, struct blk_zone_range)
206 #define BLKOPENZONE _IOW(0x12, 134, struct blk_zone_range)
207 #define BLKCLOSEZONE _IOW(0x12, 135, struct blk_zone_range)
208 #define BLKFINISHZONE _IOW(0x12, 136, struct blk_zone_range)
/linux/block/
H A Dblk-zoned.c421 struct blk_zone_range *zrange) in blkdev_reset_zone()
456 struct blk_zone_range zrange; in blkdev_zone_mgmt_ioctl()
468 if (copy_from_user(&zrange, argp, sizeof(struct blk_zone_range))) in blkdev_zone_mgmt_ioctl()