Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2-refcount.c2311 uint64_t refcount1, refcount2; in compare_refcounts() local
2323 refcount2 = s->get_refcount(refcount_table, i); in compare_refcounts()
2325 if (refcount1 > 0 || refcount2 > 0) { in compare_refcounts()
2329 if (refcount1 != refcount2) { in compare_refcounts()
2334 } else if (refcount1 > refcount2 && (fix & BDRV_FIX_LEAKS)) { in compare_refcounts()
2336 } else if (refcount1 < refcount2 && (fix & BDRV_FIX_ERRORS)) { in compare_refcounts()
2343 refcount1 < refcount2 ? "ERROR" : in compare_refcounts()
2345 i, refcount1, refcount2); in compare_refcounts()
2349 refcount_diff(refcount1, refcount2), in compare_refcounts()
2350 refcount1 > refcount2, in compare_refcounts()
[all …]