Searched refs:refcount_table_size2 (Results 1 – 1 of 1) sorted by relevance
40 int ret, refcount_table_size2, i; in qcow2_refcount_init() local43 refcount_table_size2 = s->refcount_table_size * sizeof(uint64_t); in qcow2_refcount_init()44 s->refcount_table = qemu_malloc(refcount_table_size2); in qcow2_refcount_init()47 s->refcount_table, refcount_table_size2); in qcow2_refcount_init()48 if (ret != refcount_table_size2) in qcow2_refcount_init()