Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2.h54 #define QCOW_MAX_REFTABLE_SIZE (8 * MiB) macro
H A Dqcow2-refcount.c551 if (total_refblock_count_u64 > QCOW_MAX_REFTABLE_SIZE) { in qcow2_refcount_area()
573 if (table_size > QCOW_MAX_REFTABLE_SIZE) { in qcow2_refcount_area()
3130 if (new_reftable_size > QCOW_MAX_REFTABLE_SIZE / REFTABLE_ENTRY_SIZE) { in alloc_refblock()
H A Dqcow2.c1547 s->cluster_size, QCOW_MAX_REFTABLE_SIZE, in qcow2_do_open()