Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqed-check.c92 check->result->corruptions_fixed++; in qed_check_l2_table()
134 check->result->corruptions_fixed++; in qed_check_l1_table()
H A Dparallels.c609 res->corruptions_fixed++; in parallels_check_unclean()
690 res->corruptions_fixed++; in parallels_check_data_off()
722 res->corruptions_fixed++; in parallels_check_outside_image()
896 res->corruptions_fixed++; in parallels_check_duplicate()
H A Dqcow2-refcount.c1646 res->corruptions_fixed++; in fix_l2_entry_by_zero()
2004 res->corruptions_fixed++; in check_oflag_copied()
2070 res->corruptions_fixed += l2_dirty; in check_oflag_copied()
2158 res->corruptions_fixed++; in check_refblocks()
2337 num_fixed = &res->corruptions_fixed; in compare_refcounts()
2868 res->corruptions_fixed += old_res.corruptions - res->corruptions; in qcow2_check_refcounts()
H A Dqcow2-snapshot.c526 result->corruptions_fixed += nb_clusters_reduced; in qcow2_check_read_snapshot_table()
569 result->corruptions_fixed += result->corruptions; in qcow2_check_fix_snapshot_table()
H A Dvhdx.c2177 result->corruptions_fixed++; in vhdx_co_check()
H A Dqcow2.c598 out->corruptions_fixed += src->corruptions_fixed; in qcow2_add_check_result()
/openbmc/qemu/include/block/
H A Dblock-common.h518 int corruptions_fixed; member
/openbmc/qemu/
H A Dqemu-img.c692 check->corruptions_fixed = result.corruptions_fixed; in collect_image_check()
693 check->has_corruptions_fixed = result.corruptions_fixed != 0; in collect_image_check()
836 if (check->corruptions_fixed || check->leaks_fixed) { in img_check()
837 int corruptions_fixed, leaks_fixed; in img_check() local
842 corruptions_fixed = check->corruptions_fixed; in img_check()
852 check->corruptions_fixed); in img_check()
861 check->corruptions_fixed = corruptions_fixed; in img_check()