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

/linux-master/include/uapi/linux/
H A Dblkzoned.h137 * struct blk_zone_range - BLKRESETZONE/BLKOPENZONE/
143 struct blk_zone_range { struct
166 #define BLKRESETZONE _IOW(0x12, 131, struct blk_zone_range)
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-master/block/
H A Dblk-zoned.c357 blk_mode_t mode, const struct blk_zone_range *zrange)
380 struct blk_zone_range zrange;
393 if (copy_from_user(&zrange, argp, sizeof(struct blk_zone_range)))

Completed in 90 milliseconds