Home
last modified time | relevance | path

Searched refs:check_errors (Results 1 – 4 of 4) 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 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()
/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/qemu/include/block/
H A Dblock-common.h528 int check_errors; member