|
@@ -137,8 +137,10 @@ struct blk_zone_range {
|
|
|
* sector specified in the report request structure.
|
|
|
* @BLKRESETZONE: Reset the write pointer of the zones in the specified
|
|
|
* sector range. The sector range must be zone aligned.
|
|
|
+ * @BLKGETZONESZ: Get the device zone size in number of 512 B sectors.
|
|
|
*/
|
|
|
#define BLKREPORTZONE _IOWR(0x12, 130, struct blk_zone_report)
|
|
|
#define BLKRESETZONE _IOW(0x12, 131, struct blk_zone_range)
|
|
|
+#define BLKGETZONESZ _IOW(0x12, 132, __u32)
|
|
|
|
|
|
#endif /* _UAPI_BLKZONED_H */
|