Home
last modified time | relevance | path

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

/qemu/block/
H A Dparallels.c605 fix & BDRV_FIX_ERRORS ? "Repairing" : "ERROR"); in parallels_check_unclean()
607 if (fix & BDRV_FIX_ERRORS) { in parallels_check_unclean()
678 if (fix & BDRV_FIX_ERRORS) { in parallels_check_data_off()
694 fix & BDRV_FIX_ERRORS ? "Repairing" : "ERROR"); in parallels_check_data_off()
718 fix & BDRV_FIX_ERRORS ? "Repairing" : "ERROR", i); in parallels_check_outside_image()
720 if (fix & BDRV_FIX_ERRORS) { in parallels_check_outside_image()
837 fix & BDRV_FIX_ERRORS ? "Repairing" : "ERROR", i); in parallels_check_duplicate()
841 if (!(fix & BDRV_FIX_ERRORS)) { in parallels_check_duplicate()
1401 ret = bdrv_check(bs, &res, BDRV_FIX_ERRORS | BDRV_FIX_LEAKS); in parallels_open()
H A Dqcow2-snapshot.c458 if (s->nb_snapshots > QCOW_MAX_SNAPSHOTS && (fix & BDRV_FIX_ERRORS)) { in qcow2_check_read_snapshot_table()
488 ret = qcow2_do_read_snapshots(bs, fix & BDRV_FIX_ERRORS, in qcow2_check_read_snapshot_table()
513 assert(fix & BDRV_FIX_ERRORS); in qcow2_check_read_snapshot_table()
543 fix & BDRV_FIX_ERRORS ? "Repairing" : "ERROR", i); in qcow2_check_read_snapshot_table()
558 if (result->corruptions && (fix & BDRV_FIX_ERRORS)) { in qcow2_check_fix_snapshot_table()
H A Dqcow2-refcount.c1778 fix & BDRV_FIX_ERRORS ? "Repairing" : "ERROR", in check_refcounts_l2()
1780 if (fix & BDRV_FIX_ERRORS) { in check_refcounts_l2()
1962 if (fix & BDRV_FIX_ERRORS) { in check_oflag_copied()
2119 fix & BDRV_FIX_ERRORS ? "Repairing" : "ERROR", i); in check_refblocks()
2121 if (fix & BDRV_FIX_ERRORS) { in check_refblocks()
2336 } else if (refcount1 < refcount2 && (fix & BDRV_FIX_ERRORS)) { in compare_refcounts()
2820 if (rebuild && (fix & BDRV_FIX_ERRORS)) { in qcow2_check_refcounts()
H A Dqcow2.c1858 BDRV_FIX_ERRORS | BDRV_FIX_LEAKS); in qcow2_do_open()
/qemu/include/block/
H A Dblock-common.h526 BDRV_FIX_ERRORS = 2, enumerator
/qemu/
H A Dqemu-img.c774 fix = BDRV_FIX_LEAKS | BDRV_FIX_ERRORS; in img_check()