Searched refs:BDRV_FIX_ERRORS (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/block/ |
H A D | parallels.c | 605 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 D | qcow2-snapshot.c | 458 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 D | qcow2-refcount.c | 1778 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 D | qcow2.c | 1873 BDRV_FIX_ERRORS | BDRV_FIX_LEAKS); in qcow2_do_open()
|
/openbmc/qemu/include/block/ |
H A D | block-common.h | 526 BDRV_FIX_ERRORS = 2, enumerator
|
/openbmc/qemu/ |
H A D | qemu-img.c | 774 fix = BDRV_FIX_LEAKS | BDRV_FIX_ERRORS; in img_check()
|