Home
last modified time | relevance | path

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

/openbmc/qemu/include/block/
H A Dblock-common.h525 BDRV_FIX_LEAKS = 1, enumerator
/openbmc/qemu/block/
H A Dparallels.c761 fix & BDRV_FIX_LEAKS ? "Repairing" : "ERROR", in parallels_check_leak()
765 if (fix & BDRV_FIX_LEAKS) { in parallels_check_leak()
1401 ret = bdrv_check(bs, &res, BDRV_FIX_ERRORS | BDRV_FIX_LEAKS); in parallels_open()
H A Dqcow2-refcount.c1965 } else if (fix & BDRV_FIX_LEAKS) { in check_oflag_copied()
2334 } else if (refcount1 > refcount2 && (fix & BDRV_FIX_LEAKS)) { in compare_refcounts()
2846 if (fix & BDRV_FIX_LEAKS) { in qcow2_check_refcounts()
2853 compare_refcounts(bs, res, BDRV_FIX_LEAKS, &rebuild, in qcow2_check_refcounts()
H A Dqcow2.c1873 BDRV_FIX_ERRORS | BDRV_FIX_LEAKS); in qcow2_do_open()
/openbmc/qemu/
H A Dqemu-img.c772 fix = BDRV_FIX_LEAKS; in img_check()
774 fix = BDRV_FIX_LEAKS | BDRV_FIX_ERRORS; in img_check()