Home
last modified time | relevance | path

Searched refs:corruptions (Results 1 – 23 of 23) sorted by relevance

/qemu/block/
H A Dqed-check.c48 unsigned int corruptions = 0; in qed_set_used_clusters() local
53 corruptions++; in qed_set_used_clusters()
60 check->result->corruptions += corruptions; in qed_set_used_clusters()
61 return corruptions == 0; in qed_set_used_clusters()
94 check->result->corruptions++; in qed_check_l2_table()
136 check->result->corruptions++; in qed_check_l1_table()
207 if (result->corruptions > 0 || result->check_errors > 0) { in qed_check_mark_clean()
H A Dqcow2-refcount.c1554 res->corruptions++; in qcow2_inc_refcounts_imrt()
1579 res->corruptions++; in qcow2_inc_refcounts_imrt()
1645 res->corruptions--; in fix_l2_entry_by_zero()
1912 res->corruptions++; in check_refcounts_l1()
1929 res->corruptions++; in check_refcounts_l1()
1990 res->corruptions++; in check_oflag_copied()
2102 res->corruptions++; in check_refblocks()
2239 res->corruptions++; in calculate_refcounts()
2833 res->corruptions = 0; in qcow2_check_refcounts()
2867 if (res->corruptions < old_res.corruptions) { in qcow2_check_refcounts()
[all …]
H A Dqcow2-snapshot.c503 result->corruptions += nb_clusters_reduced + extra_data_dropped; in qcow2_check_read_snapshot_table()
527 result->corruptions -= nb_clusters_reduced; in qcow2_check_read_snapshot_table()
541 result->corruptions++; in qcow2_check_read_snapshot_table()
558 if (result->corruptions && (fix & BDRV_FIX_ERRORS)) { in qcow2_check_fix_snapshot_table()
569 result->corruptions_fixed += result->corruptions; in qcow2_check_fix_snapshot_table()
570 result->corruptions = 0; in qcow2_check_fix_snapshot_table()
H A Dparallels.c606 res->corruptions++; in parallels_check_unclean()
677 res->corruptions++; in parallels_check_data_off()
719 res->corruptions++; in parallels_check_outside_image()
839 res->corruptions++; in parallels_check_duplicate()
H A Dvdi.c309 res->corruptions++; in vdi_co_check()
314 res->corruptions++; in vdi_co_check()
322 res->corruptions++; in vdi_co_check()
H A Dqcow2-bitmap.c679 res->corruptions++; in qcow2_check_bitmaps_refcounts()
697 res->corruptions++; in qcow2_check_bitmaps_refcounts()
706 res->corruptions++; in qcow2_check_bitmaps_refcounts()
H A Dqcow2.c595 out->corruptions += src->corruptions; in qcow2_add_check_result()
636 if (fix && result->check_errors == 0 && result->corruptions == 0) { in qcow2_co_check_locked()
H A Dvhdx.c2180 vhdx_check_bat_entries(bs, &result->corruptions); in vhdx_co_check()
H A Dvmdk.c3010 result->corruptions++; in vmdk_co_check()
/qemu/tests/qemu-iotests/
H A D108.out16 4 corruptions
40 1 corruptions
57 1 corruptions
74 2 corruptions
90 1 corruptions
106 1 corruptions
124 1 corruptions
146 1 corruptions
187 1 corruptions
H A D138.out13 === Check leaks-fixed/corruptions-fixed report
23 "corruptions-fixed": 1,
H A D060.out50 2 corruptions
86 2 corruptions
201 3 corruptions
223 5 corruptions
243 4 corruptions
265 4 corruptions
280 2 corruptions
309 0 corruptions
328 1 corruptions
359 0 corruptions
[all …]
H A D261.out60 2 corruptions
197 2 corruptions
224 1 corruptions
253 2 corruptions
355 65536 corruptions
H A D070.out14 1 corruptions
H A D217.out38 2 corruptions
H A D214.out27 4 corruptions
H A D039.out35 1 corruptions
H A D112.out138 3 corruptions
H A D271.out551 1 corruptions
567 1 corruptions
/qemu/tests/qemu-iotests/tests/
H A Dparallels-checks.out26 0 corruptions
54 1 corruptions
125 1 corruptions
/qemu/include/block/
H A Dblock-common.h515 int corruptions; member
/qemu/
H A Dqemu-img.c630 if (!(check->corruptions || check->leaks || check->check_errors)) { in dump_human_image_check()
633 if (check->corruptions) { in dump_human_image_check()
637 check->corruptions); in dump_human_image_check()
688 check->corruptions = result.corruptions; in collect_image_check()
689 check->has_corruptions = result.corruptions != 0; in collect_image_check()
886 if (check->corruptions) { in img_check()
/qemu/qapi/
H A Dblock-core.json377 # @corruptions: number of corruptions found during the check if any
381 # @corruptions-fixed: number of corruptions fixed during the check if
402 '*image-end-offset': 'int', '*corruptions': 'int', '*leaks': 'int',
403 '*corruptions-fixed': 'int', '*leaks-fixed': 'int',