Searched refs:cluster_bits (Results 1 – 9 of 9) sorted by relevance
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 031.out | 12 cluster_bits 16 40 cluster_bits 16 68 cluster_bits 16 103 cluster_bits 16 136 cluster_bits 16 169 cluster_bits 16
|
| H A D | 163 | 51 1 << (h.cluster_bits*2 - entry_size)) 61 cluster = fd.read(1 << h.cluster_bits) 71 reftable = fd.read(h.refcount_table_clusters << h.cluster_bits)
|
| H A D | 061.out | 12 cluster_bits 16 36 cluster_bits 16 70 cluster_bits 16 94 cluster_bits 16 126 cluster_bits 16 155 cluster_bits 16 181 cluster_bits 16 205 cluster_bits 16 231 cluster_bits 16 250 cluster_bits 16 [all …]
|
| H A D | 303.out | 33 cluster_bits 16 116 "cluster_bits": 16,
|
| H A D | qcow2_format.py | 398 self.cluster_size = 1 << self.cluster_bits
|
| /openbmc/qemu/tests/image-fuzzer/qcow2/ |
| H A D | layout.py | 96 cluster_bits, self.image_size = self._size_params() 97 self.cluster_size = 1 << cluster_bits 108 self.create_header(cluster_bits, backing_file_name) 121 def create_header(self, cluster_bits, backing_file_name=None): argument 128 ['>I', 20, cluster_bits, 'cluster_bits'], 528 cluster_bits = random.randrange(9, 21) 529 cluster_size = 1 << cluster_bits 531 return (cluster_bits, img_size)
|
| H A D | fuzz.py | 182 def cluster_bits(current): function
|
| /openbmc/qemu/docs/interop/ |
| H A D | qcow2.rst | 38 20 - 23: cluster_bits 40 within a cluster (1 << cluster_bits is the cluster size). 47 Note: if the image has Extended L2 Entries then cluster_bits 600 Compressed Clusters Descriptor ``(x = 62 - (cluster_bits - 8))``:: 603 cluster or sector boundary! If cluster_bits is
|
| H A D | qed_spec.rst | 181 table_bits table_bits cluster_bits
|