Searched refs:blk_zone_range (Results 1 – 7 of 7) sorted by relevance
| /kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
| D | blkzoned.h | 59 struct blk_zone_range { struct 64 #define BLKRESETZONE _IOW(0x12, 131, struct blk_zone_range) argument 67 #define BLKOPENZONE _IOW(0x12, 134, struct blk_zone_range) 68 #define BLKCLOSEZONE _IOW(0x12, 135, struct blk_zone_range) 69 #define BLKFINISHZONE _IOW(0x12, 136, struct blk_zone_range)
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
| D | blkzoned.h | 59 struct blk_zone_range { struct 64 #define BLKRESETZONE _IOW(0x12, 131, struct blk_zone_range) argument 67 #define BLKOPENZONE _IOW(0x12, 134, struct blk_zone_range) 68 #define BLKCLOSEZONE _IOW(0x12, 135, struct blk_zone_range) 69 #define BLKFINISHZONE _IOW(0x12, 136, struct blk_zone_range)
|
| /kernel/linux/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)
|
| /kernel/linux/linux-6.6/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)
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| D | blkzoned.h | 41 struct blk_zone_range { struct 46 #define BLKRESETZONE _IOW(0x12, 131, struct blk_zone_range) argument
|
| /kernel/linux/linux-5.10/block/ |
| D | blk-zoned.c | 319 const struct blk_zone_range *zrange) in blkdev_truncate_zone_range() 343 struct blk_zone_range zrange; in blkdev_zone_mgmt_ioctl() 360 if (copy_from_user(&zrange, argp, sizeof(struct blk_zone_range))) in blkdev_zone_mgmt_ioctl()
|
| /kernel/linux/linux-6.6/block/ |
| D | blk-zoned.c | 360 blk_mode_t mode, const struct blk_zone_range *zrange) in blkdev_truncate_zone_range() 383 struct blk_zone_range zrange; in blkdev_zone_mgmt_ioctl() 396 if (copy_from_user(&zrange, argp, sizeof(struct blk_zone_range))) in blkdev_zone_mgmt_ioctl()
|