Searched refs:reftable (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 163 | 57 def check_reftable(fd, h, reftable): argument 58 for offset in split_by_n(reftable, entry_size): 71 reftable = fd.read(h.refcount_table_clusters << h.cluster_bits) 74 check_reftable(fd, h, reftable)
|
H A D | 305.out | 14 qcow2: Marking image as corrupt: Refblock offset 0x20600 unaligned (reftable index: 0x1); further c…
|
H A D | 060.out | 153 === Testing unaligned reftable entry === 156 qcow2: Marking image as corrupt: Refblock offset 0x22a00 unaligned (reftable index: 0); further cor… 295 IMGFMT: Marking image as corrupt: Refblock offset 0xffff2a00 unaligned (reftable index: 0); further… 338 qcow2: Marking image as corrupt: Refblock offset 0x2a00 unaligned (reftable index: 0); further corr… 343 qcow2: Marking image as corrupt: Refblock offset 0x2a00 unaligned (reftable index: 0); further corr… 394 qcow2: Marking image as corrupt: Refblock offset 0x200 unaligned (reftable index: 0x2); further cor…
|
H A D | 108.out | 111 === Check rebuilt reftable location === 131 --- Will the reftable occupy a hole specifically left for it? ---
|
/openbmc/qemu/block/ |
H A D | qcow2-refcount.c | 3105 (RefblockFinishOp)(BlockDriverState *bs, uint64_t **reftable, 3116 alloc_refblock(BlockDriverState *bs, uint64_t **reftable, in alloc_refblock() argument 3137 new_reftable = g_try_realloc(*reftable, new_reftable_size * in alloc_refblock() 3147 *reftable = new_reftable; in alloc_refblock() 3151 if (!refblock_empty && !(*reftable)[reftable_index]) { in alloc_refblock() 3157 (*reftable)[reftable_index] = offset; in alloc_refblock() 3170 flush_refblock(BlockDriverState *bs, uint64_t **reftable, in flush_refblock() argument 3179 if (reftable_index < *reftable_size && (*reftable)[reftable_index]) { in flush_refblock() 3180 offset = (*reftable)[reftable_index]; in flush_refblock()
|
/openbmc/openbmc/poky/meta/recipes-devtools/git/ |
H A D | git_2.44.0.bb | 20 file://reftable/LICENSE;md5=1a6424cafc4c9c88c689848e165af33b \
|