Home
last modified time | relevance | path

Searched refs:refcount_table_size2 (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/block/
H A Dqcow2-refcount.c104 unsigned int refcount_table_size2, i; in qcow2_refcount_init() local
113 refcount_table_size2 = s->refcount_table_size * REFTABLE_ENTRY_SIZE; in qcow2_refcount_init()
114 s->refcount_table = g_try_malloc(refcount_table_size2); in qcow2_refcount_init()
123 refcount_table_size2, s->refcount_table, 0); in qcow2_refcount_init()