Searched refs:ECKSUM (Results 1 – 17 of 17) sorted by relevance
222 return (SET_ERROR(ECKSUM)); in zio_checksum_error()225 return (SET_ERROR(ECKSUM)); in zio_checksum_error()267 return (SET_ERROR(ECKSUM)); in zio_checksum_error()270 (error = zio_handle_fault_injection(zio, ECKSUM)) != 0) { in zio_checksum_error()
1912 rc->rc_error = SET_ERROR(ECKSUM); in raidz_parity_verify()2036 rc->rc_error = SET_ERROR(ECKSUM); in vdev_raidz_combrec()2139 ASSERT(rc->rc_error != ECKSUM); /* child has no bp */ in vdev_raidz_io_done()2335 zio->io_error = SET_ERROR(ECKSUM); in vdev_raidz_io_done()
228 error = SET_ERROR(ECKSUM); in zil_read_log_block()242 error = SET_ERROR(ECKSUM); in zil_read_log_block()744 return ((error == ECKSUM || error == ENOENT) ? 0 : error); in zil_check_log_chain()
175 zio->io_error == ECKSUM && in zfs_ereport_start()
369 return ((error == ECKSUM) ? EIO : error); in sa_attr_op()1118 return ((error == ECKSUM) ? EIO : error); in sa_setup()
1352 if (error == ECKSUM)1461 if (error == ECKSUM)
2900 static int zio_error_rank[] = { 0, ENXIO, ECKSUM, EIO }; in zio_worst_error()3065 if (zio->io_error != ECKSUM && vd != NULL && !vdev_is_dead(vd)) in zio_done()
292 if (err == ECKSUM) in dmu_objset_open_impl()
1654 if (zio->io_error && (zio->io_error != ECKSUM || in dsl_scan_scrub_done()
1702 ra.err = SET_ERROR(ECKSUM); in dmu_recv_stream()
1125 if (error == ECKSUM) in zfs_acl_node_read()
757 if (error == ECKSUM) in zfs_read()4841 if (err == ECKSUM) in zfs_fillpage()
2880 if (zio->io_error == ECKSUM) in vdev_stat_update()
160 #ifndef ECKSUM161 #define ECKSUM EBADE macro647 error = ECKSUM; in main()838 if (error == ECKSUM) { in main()
31 #define ECKSUM 666 macro1282 rc->rc_error = ECKSUM; in raidz_parity_verify()1385 rc->rc_error = ECKSUM; in vdev_raidz_combrec()1516 ASSERT(rc->rc_error != ECKSUM); /* child has no bp */ in vdev_raidz_read()1692 error = ECKSUM; in vdev_raidz_read()
234 #define ECKSUM 122 macro
3059 case ECKSUM: in zfs_receive_one()