Searched defs:old_table_size (Results 1 - 1 of 1) sorted by relevance

/external/qemu/block/
H A Dqcow2-refcount.c398 uint64_t old_table_size = s->refcount_table_size; local
407 qcow2_free_clusters(bs, old_table_offset, old_table_size * sizeof(uint64_t));

Completed in 126 milliseconds