Lines Matching full:zone

19 device using one regular file per zone as backing storage. This driver does not
23 Using zloop, zoned block devices with a configurable capacity, zone size and
24 number of conventional zones can be created. The storage for each zone of the
25 device is implemented using a regular file with a maximum size equal to the zone
26 size. The size of a file backing a conventional zone is always equal to the zone
27 size. The size of a file backing a sequential zone indicates the amount of data
29 indicates the position of the write pointer of the zone.
31 When resetting a sequential zone, its backing file size is truncated to zero.
32 Conversely, for a zone finish operation, the backing file is truncated to the
33 zone capacity. With this, a zloop zoned block device can be configured with a
38 The zoned loop block device driver implements a complete zone transition state
73 capacity_mb Device total capacity in MiB. A smaller last zone is not
75 the zone size is rounded down to the closest multiple of
76 the zone size.
78 zone_size_mb Device zone size in MiB. Default: 256 MiB.
79 zone_capacity_mb Device zone capacity (must always be equal to or lower
80 than the zone size. Default: zone size.
88 containing the zone files of the device.
90 The device directory containing the zone files is always
91 named with the device ID. E.g. the default zone file
99 zone_append Enable or disable a zloop device native zone append
102 If native zone append support is disabled, the block layer
105 ordered_zone_append Enable zloop mitigation of zone append reordering.
113 each zone file to the size recorded during the last flush
132 added. If a zone configuration change is detected, an error will be returned and
142 MB and a zone capacity of 63 MB::
148 For the device created (/dev/zloop0), the zone backing files are all created
168 NAME ZONED ZONE-SZ ZONE-NR ZONE-AMAX ZONE-OMAX ZONE-APP ZONE-WGRAN