Home
last modified time | relevance | path

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

/qemu/block/
H A Dqed-check.c149 check->result->check_errors++; in qed_check_l1_table()
162 check->result->check_errors++; in qed_check_l1_table()
177 check->result->check_errors++; in qed_check_l1_table()
207 if (result->corruptions > 0 || result->check_errors > 0) { in qed_check_mark_clean()
H A Dparallels.c669 res->check_errors++; in parallels_check_data_off()
686 res->check_errors++; in parallels_check_data_off()
709 res->check_errors++; in parallels_check_outside_image()
751 res->check_errors++; in parallels_check_leak()
776 res->check_errors++; in parallels_check_leak()
858 res->check_errors++; in parallels_check_duplicate()
865 res->check_errors++; in parallels_check_duplicate()
872 res->check_errors++; in parallels_check_duplicate()
891 res->check_errors++; in parallels_check_duplicate()
988 res->check_errors++; in parallels_co_check()
H A Dqcow2-refcount.c1650 res->check_errors++; in fix_l2_entry_by_zero()
1680 res->check_errors++; in check_refcounts_l2()
1887 res->check_errors++; in check_refcounts_l1()
1895 res->check_errors++; in check_refcounts_l1()
2013 res->check_errors++; in check_oflag_copied()
2215 res->check_errors++; in calculate_refcounts()
2319 res->check_errors++; in compare_refcounts()
2663 res->check_errors++; in rebuild_refcount_structure()
2687 res->check_errors++; in rebuild_refcount_structure()
2794 res->check_errors++; in qcow2_check_refcounts()
[all …]
H A Dqcow2-snapshot.c449 result->check_errors++; in qcow2_check_read_snapshot_table()
471 result->check_errors++; in qcow2_check_read_snapshot_table()
493 result->check_errors++; in qcow2_check_read_snapshot_table()
520 result->check_errors++; in qcow2_check_read_snapshot_table()
563 result->check_errors++; in qcow2_check_fix_snapshot_table()
H A Dvdi.c292 res->check_errors++; in vdi_co_check()
H A Dqcow2.c597 out->check_errors += src->check_errors; in qcow2_add_check_result()
636 if (fix && result->check_errors == 0 && result->corruptions == 0) { in qcow2_co_check_locked()
1859 if (ret < 0 || result.check_errors) { in qcow2_do_open()
/qemu/include/block/
H A Dblock-common.h517 int check_errors; member
/qemu/
H A Dqemu-img.c630 if (!(check->corruptions || check->leaks || check->check_errors)) { in dump_human_image_check()
647 if (check->check_errors) { in dump_human_image_check()
651 check->check_errors); in dump_human_image_check()
687 check->check_errors = result.check_errors; in collect_image_check()
876 if (ret || check->check_errors) { in img_check()