Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dblkzoned.h143 struct blk_zone_range { struct
166 #define BLKRESETZONE _IOW(0x12, 131, struct blk_zone_range) argument
169 #define BLKOPENZONE _IOW(0x12, 134, struct blk_zone_range)
170 #define BLKCLOSEZONE _IOW(0x12, 135, struct blk_zone_range)
171 #define BLKFINISHZONE _IOW(0x12, 136, struct blk_zone_range)
/openbmc/linux/block/
H A Dblk-zoned.c360 blk_mode_t mode, const struct blk_zone_range *zrange) in blkdev_truncate_zone_range()
383 struct blk_zone_range zrange; in blkdev_zone_mgmt_ioctl()
396 if (copy_from_user(&zrange, argp, sizeof(struct blk_zone_range))) in blkdev_zone_mgmt_ioctl()
/openbmc/qemu/block/
H A Dfile-posix.c2146 struct blk_zone_range range; in handle_aiocb_zone_mgmt()