Lines Matching +full:0 +full:x12
33 BLK_ZONE_TYPE_CONVENTIONAL = 0x1,
34 BLK_ZONE_TYPE_SEQWRITE_REQ = 0x2,
35 BLK_ZONE_TYPE_SEQWRITE_PREF = 0x3,
62 * Conditions 0x5 to 0xC are reserved by the current ZBC/ZAC spec and should
66 BLK_ZONE_COND_NOT_WP = 0x0,
67 BLK_ZONE_COND_EMPTY = 0x1,
68 BLK_ZONE_COND_IMP_OPEN = 0x2,
69 BLK_ZONE_COND_EXP_OPEN = 0x3,
70 BLK_ZONE_COND_CLOSED = 0x4,
71 BLK_ZONE_COND_READONLY = 0xD,
72 BLK_ZONE_COND_FULL = 0xE,
73 BLK_ZONE_COND_OFFLINE = 0xF,
82 BLK_ZONE_REP_CAPACITY = (1 << 0),
133 struct blk_zone zones[0];
165 #define BLKREPORTZONE _IOWR(0x12, 130, struct blk_zone_report)
166 #define BLKRESETZONE _IOW(0x12, 131, struct blk_zone_range)
167 #define BLKGETZONESZ _IOR(0x12, 132, __u32)
168 #define BLKGETNRZONES _IOR(0x12, 133, __u32)
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)