Searched refs:blk_zone_range (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/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-6.1.9/block/ |
D | blk-zoned.c | 371 const struct blk_zone_range *zrange) in blkdev_truncate_zone_range() 395 struct blk_zone_range zrange; in blkdev_zone_mgmt_ioctl() 412 if (copy_from_user(&zrange, argp, sizeof(struct blk_zone_range))) in blkdev_zone_mgmt_ioctl()
|