Lines Matching full:clusters
9 …clusters start; this allows the header to be extensible and store extra information about the imag…
20 uint32_t table_size; /* for L1 and L2 tables, in clusters */
21 uint32_t header_size; /* in clusters */
38 …'header_size'' is the number of clusters used by the header and any additional information stored …
45 …onstraints. The string must be stored within the first ''header_size'' clusters. The backing fil…
80 A table is made up of one or more contiguous clusters. The table_size header field determines tabl…
82 The logical image size must be less than or equal to the maximum possible size of clusters rooted b…
96 ===Unallocated L2 tables and data clusters===
99 Writes to an unallocated area cause a new data clusters to be allocated, and a new L2 table if that…
101 ===Zero data clusters===
102 Zero data clusters are a space-efficient way of storing zeroed regions of the image.
104 …erence between an unallocated and a zero data cluster is that zero data clusters stop the reading …