Home
last modified time | relevance | path

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

/openbmc/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.c1567 res->check_errors++; in qcow2_inc_refcounts_imrt()
1650 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()
1969 repair = !res->check_errors && !res->corruptions && !res->leaks; in check_oflag_copied()
2000 res->check_errors++; in check_oflag_copied()
2013 res->check_errors++; in check_oflag_copied()
2058 res->check_errors++; in check_oflag_copied()
2066 res->check_errors++; in check_oflag_copied()
[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.c294 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()
1874 if (ret < 0 || result.check_errors) { in qcow2_do_open()
/openbmc/u-boot/drivers/misc/
H A Daspeed-fsi.c251 static int check_errors(struct fsi_master_aspeed *aspeed, int err) in check_errors() function
293 ret = check_errors(aspeed, ret); in aspeed_fsi_read()
311 ret = check_errors(aspeed, ret); in aspeed_fsi_write()
/openbmc/linux/drivers/fsi/
H A Dfsi-master-aspeed.c221 static int check_errors(struct fsi_master_aspeed *aspeed, int err) in check_errors() function
284 ret = check_errors(aspeed, ret); in aspeed_master_read()
319 ret = check_errors(aspeed, ret); in aspeed_master_write()
/openbmc/qemu/include/block/
H A Dblock-common.h517 int check_errors; member
/openbmc/linux/drivers/net/dsa/sja1105/
H A Dsja1105_dynamic_config.c1180 bool check_errors) in sja1105_dynamic_config_poll_valid() argument
1204 if (check_errors && cmd.errors) in sja1105_dynamic_config_poll_valid()
1224 bool check_errors) in sja1105_dynamic_config_wait_complete() argument
1233 check_errors); in sja1105_dynamic_config_wait_complete()
/openbmc/linux/drivers/edac/
H A Dsynopsys_edac.c638 static void check_errors(struct mem_ctl_info *mci) in check_errors() function
903 mci->edac_check = check_errors; in mc_init()
/openbmc/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()