Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
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)
/linux-6.3-rc2/block/
A Dblk-zoned.c366 const struct blk_zone_range *zrange) in blkdev_truncate_zone_range()
389 struct blk_zone_range zrange; in blkdev_zone_mgmt_ioctl()
402 if (copy_from_user(&zrange, argp, sizeof(struct blk_zone_range))) in blkdev_zone_mgmt_ioctl()

Completed in 4 milliseconds