Searched refs:refcount_array_byte_size (Results 1 – 1 of 1) sorted by relevance
1456 static uint64_t refcount_array_byte_size(BDRVQcow2State *s, uint64_t entries) in refcount_array_byte_size() function1486 old_byte_size = size_to_clusters(s, refcount_array_byte_size(s, *size)) in realloc_refcount_array()1488 new_byte_size = size_to_clusters(s, refcount_array_byte_size(s, new_size)) in realloc_refcount_array()2839 memset(refcount_table, 0, refcount_array_byte_size(s, nb_clusters)); in qcow2_check_refcounts()