Home
last modified time | relevance | path

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

/external/qemu/
Dblock-qcow2.c2257 int old_table_size; in grow_refcount_table() local
2305 old_table_size = s->refcount_table_size; in grow_refcount_table()
2311 free_clusters(bs, old_table_offset, old_table_size * sizeof(uint64_t)); in grow_refcount_table()