Searched refs:refcount_table (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/block/ |
H A D | qcow2-refcount.c | 117 if (s->refcount_table == NULL) { in qcow2_refcount_init() 139 g_free(s->refcount_table); in qcow2_refcount_close() 718 g_free(s->refcount_table); in qcow2_refcount_area() 719 s->refcount_table = new_table; in qcow2_refcount_area() 1664 void **refcount_table, in check_refcounts_l2() argument 2210 if (!*refcount_table) { in calculate_refcounts() 2788 void *refcount_table = NULL; in qcow2_check_refcounts() local 2899 g_free(refcount_table); in qcow2_check_refcounts() 3505 old_reftable = s->refcount_table; in qcow2_change_refcount_order() 3506 s->refcount_table = new_reftable; in qcow2_change_refcount_order() [all …]
|
H A D | qcow2.h | 353 uint64_t *refcount_table; member 903 void **refcount_table, 1028 void **refcount_table,
|
H A D | qcow2-bitmap.c | 657 void **refcount_table, in qcow2_check_bitmaps_refcounts() argument 669 ret = qcow2_inc_refcounts_imrt(bs, res, refcount_table, refcount_table_size, in qcow2_check_bitmaps_refcounts() 688 refcount_table, refcount_table_size, in qcow2_check_bitmaps_refcounts() 715 refcount_table, refcount_table_size, in qcow2_check_bitmaps_refcounts()
|
H A D | qcow2.c | 3523 uint64_t *refcount_table; in qcow2_co_create() local 3764 refcount_table = g_malloc0(2 * cluster_size); in qcow2_co_create() 3765 refcount_table[0] = cpu_to_be64(2 * cluster_size); in qcow2_co_create() 3766 ret = blk_co_pwrite(blk, cluster_size, 2 * cluster_size, refcount_table, 0); in qcow2_co_create() 3767 g_free(refcount_table); in qcow2_co_create() 4953 g_free(s->refcount_table); in make_completely_empty() 4954 s->refcount_table = new_reftable; in make_completely_empty() 4972 s->refcount_table[0] = 2 * s->cluster_size; in make_completely_empty()
|
/openbmc/qemu/tests/image-fuzzer/qcow2/ |
H A D | layout.py | 105 self.refcount_table = FieldsList() 119 self.refcount_table, self.refcount_blocks) 462 self.refcount_table = FieldsList(rfc_table)
|
/openbmc/qemu/docs/interop/ |
H A D | qcow2.txt | 470 refcount_block = load_cluster(refcount_table[refcount_table_index]);
|