Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2-refcount.c538 uint64_t total_refblock_count_u64, additional_refblock_count; in qcow2_refcount_area() local
550 !exact_size, &total_refblock_count_u64); in qcow2_refcount_area()
551 if (total_refblock_count_u64 > QCOW_MAX_REFTABLE_SIZE) { in qcow2_refcount_area()
554 total_refblock_count = total_refblock_count_u64; in qcow2_refcount_area()