Home
last modified time | relevance | path

Searched refs:ECKSUM (Results 1 – 20 of 20) sorted by relevance

/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzio_checksum.c222 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()
H A Dbptree.c246 if (err == EIO || err == ECKSUM || in bptree_iterate()
H A Dvdev_raidz.c1894 rc->rc_error = SET_ERROR(ECKSUM); in raidz_parity_verify()
2018 rc->rc_error = SET_ERROR(ECKSUM); in vdev_raidz_combrec()
2121 ASSERT(rc->rc_error != ECKSUM); /* child has no bp */ in vdev_raidz_io_done()
2315 zio->io_error = SET_ERROR(ECKSUM); in vdev_raidz_io_done()
H A Dzil.c221 error = SET_ERROR(ECKSUM); in zil_read_log_block()
236 error = SET_ERROR(ECKSUM); in zil_read_log_block()
746 return ((error == ECKSUM || error == ENOENT) ? 0 : error); in zil_check_log_chain()
H A Dzfs_fm.c175 zio->io_error == ECKSUM && in zfs_ereport_start()
H A Ddmu_traverse.c387 if (hard && (err == EIO || err == ECKSUM)) { in traverse_visitbp()
H A Ddsl_scan.c1496 if (err == EIO || err == ECKSUM) { in dsl_scan_sync()
1735 if (zio->io_error && (zio->io_error != ECKSUM || in dsl_scan_scrub_done()
H A Dzvol.c1309 if (error == ECKSUM) in zvol_strategy()
1416 if (error == ECKSUM) in zvol_read()
H A Dsa.c364 return ((error == ECKSUM) ? EIO : error); in sa_attr_op()
1110 return ((error == ECKSUM) ? EIO : error); in sa_setup()
H A Ddmu_send.c1759 ra->err = SET_ERROR(ECKSUM); in receive_read()
2351 return (SET_ERROR(ECKSUM)); in receive_read_payload_and_next_header()
2497 return (SET_ERROR(ECKSUM)); in receive_read_record()
H A Dzio.c2919 if (error == ECKSUM && in zio_checksum_verify()
2951 static int zio_error_rank[] = { 0, ENXIO, ECKSUM, EIO }; in zio_worst_error()
3113 if (zio->io_error != ECKSUM && vd != NULL && !vdev_is_dead(vd)) in zio_done()
H A Ddmu_objset.c328 if (err == ECKSUM) in dmu_objset_open_impl()
H A Dzfs_vnops.c625 if (error == ECKSUM) in zfs_read()
4581 if (err == ECKSUM) in zfs_fillpage()
H A Dzfs_acl.c1128 if (error == ECKSUM) in zfs_acl_node_read()
H A Dvdev.c2799 if (zio->io_error == ECKSUM) in vdev_stat_update()
/titanic_41/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_zvol.c179 if (error == ECKSUM) in sbd_zvol_alloc_read_bufs()
409 if (error == ECKSUM) in sbd_zvol_copy_read()
455 if (error == ECKSUM) in sbd_zvol_copy_write()
/titanic_41/usr/src/cmd/zinject/
H A Dzinject.c158 #define ECKSUM EBADE macro
643 error = ECKSUM; in main()
834 if (error == ECKSUM) { in main()
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dzio.h246 #define ECKSUM EBADE macro
/titanic_41/usr/src/uts/common/fs/zev/
H A Dzev_checksums.c417 if (error == ECKSUM) in zev_safe_read()
/titanic_41/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c3415 case ECKSUM: in zfs_receive_one()