Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2-refcount.c2620 int reftable_size_changed = 0; in rebuild_refcount_structure() local
2657 reftable_size_changed = in rebuild_refcount_structure()
2662 if (reftable_size_changed < 0) { in rebuild_refcount_structure()
2664 ret = reftable_size_changed; in rebuild_refcount_structure()
2672 assert(reftable_size_changed); in rebuild_refcount_structure()
2699 reftable_size_changed = in rebuild_refcount_structure()
2705 if (reftable_size_changed < 0) { in rebuild_refcount_structure()
2707 ret = reftable_size_changed; in rebuild_refcount_structure()
2715 } while (reftable_size_changed); in rebuild_refcount_structure()