Searched refs:refblock (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/block/ |
H A D | qcow2-refcount.c | 3107 void *refblock, bool refblock_empty, 3118 void *refblock, bool refblock_empty, bool *allocated, in alloc_refblock() argument 3172 void *refblock, bool refblock_empty, bool *allocated, in flush_refblock() argument 3189 ret = bdrv_pwrite(bs->file, offset, s->cluster_size, refblock, 0); in flush_refblock() 3243 void *refblock; in walk_over_reftable() local 3256 &refblock); in walk_over_reftable() 3273 qcow2_cache_put(s->refcount_block_cache, &refblock); in walk_over_reftable() 3282 refcount = s->get_refcount(refblock, refblock_index); in walk_over_reftable() 3286 qcow2_cache_put(s->refcount_block_cache, &refblock); in walk_over_reftable() 3307 qcow2_cache_put(s->refcount_block_cache, &refblock); in walk_over_reftable() [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 108.out | 23 === Repairing unreferenced data cluster in new refblock area === 47 === Repairing refblock beyond the image end === 79 --- Signed overflow after the refblock --- 95 --- Unsigned overflow after the refblock ---
|
H A D | 060.out | 333 === Discarding with an unaligned refblock === 364 === Discarding an out-of-bounds refblock === 375 === Discarding a non-covered in-bounds refblock === 386 === Discarding a refblock covered by an unaligned refblock ===
|