Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2-refcount.c1482 int64_t old_byte_size, new_byte_size; in realloc_refcount_array() local
1486 old_byte_size = size_to_clusters(s, refcount_array_byte_size(s, *size)) in realloc_refcount_array()
1491 if (new_byte_size == old_byte_size) { in realloc_refcount_array()
1507 if (new_byte_size > old_byte_size) { in realloc_refcount_array()
1508 memset((char *)new_ptr + old_byte_size, 0, in realloc_refcount_array()
1509 new_byte_size - old_byte_size); in realloc_refcount_array()