Searched refs:blk_zone_range (Results 1 – 2 of 2) sorted by relevance
/linux-5.10/include/uapi/linux/ |
D | blkzoned.h | 143 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/ |
D | blk-zoned.c | 330 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()
|