Lines Matching defs:zone
3 * Simple zone file system for zoned block devices.
19 * the zone group directory names and a decimal zone number for file names.
25 * Zone types: ZONEFS_ZTYPE_SEQ is used for all sequential zone types
35 static inline enum zonefs_ztype zonefs_zone_type(struct blk_zone *zone)
37 if (zone->type == BLK_ZONE_TYPE_CONVENTIONAL)
50 * In-memory per-file inode zone data.
65 /* Write pointer offset in the zone (sequential zones only, bytes) */
75 * In memory zone group information: all zones of a group are exposed
76 * as files, one file per zone.
203 * Mount options for zone write pointer error handling.
205 #define ZONEFS_MNTOPT_ERRORS_RO (1 << 0) /* Make zone file readonly */
206 #define ZONEFS_MNTOPT_ERRORS_ZRO (1 << 1) /* Make zone file offline */
207 #define ZONEFS_MNTOPT_ERRORS_ZOL (1 << 2) /* Make zone file offline */