Home
last modified time | relevance | path

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

/linux-5.10/include/uapi/linux/
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)
/linux-5.10/block/
Dblk-zoned.c330 struct blk_zone_range zrange; in blkdev_zone_mgmt_ioctl()
349 if (copy_from_user(&zrange, argp, sizeof(struct blk_zone_range))) in blkdev_zone_mgmt_ioctl()