Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2-refcount.c1456 static uint64_t refcount_array_byte_size(BDRVQcow2State *s, uint64_t entries) in refcount_array_byte_size() function
1486 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()