Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/
H A Dzio_checksum.c329 return (SET_ERROR(ECKSUM)); in zio_checksum_error()
332 return (SET_ERROR(ECKSUM)); in zio_checksum_error()
376 return (SET_ERROR(ECKSUM)); in zio_checksum_error()
379 (error = zio_handle_fault_injection(zio, ECKSUM)) != 0) { in zio_checksum_error()
H A Dbptree.c247 if (err == EIO || err == ECKSUM || in bptree_iterate()
H A Dvdev_raidz.c1895 rc->rc_error = SET_ERROR(ECKSUM); in raidz_parity_verify()
2019 rc->rc_error = SET_ERROR(ECKSUM); in vdev_raidz_combrec()
2122 ASSERT(rc->rc_error != ECKSUM); /* child has no bp */ in vdev_raidz_io_done()
2316 zio->io_error = SET_ERROR(ECKSUM); in vdev_raidz_io_done()
H A Dzil.c222 error = SET_ERROR(ECKSUM); in zil_read_log_block()
237 error = SET_ERROR(ECKSUM); in zil_read_log_block()
747 return ((error == ECKSUM || error == ENOENT) ? 0 : error); in zil_check_log_chain()
H A Ddmu_traverse.c388 if (hard && (err == EIO || err == ECKSUM)) { in traverse_visitbp()
H A Dzfs_fm.c175 zio->io_error == ECKSUM && in zfs_ereport_start()
H A Ddsl_scan.c1516 if (err == EIO || err == ECKSUM) { in dsl_scan_sync()
1756 if (zio->io_error && (zio->io_error != ECKSUM || in dsl_scan_scrub_done()
H A Dsa.c365 return ((error == ECKSUM) ? EIO : error); in sa_attr_op()
1109 return ((error == ECKSUM) ? EIO : error); in sa_setup()
H A Dzvol.c1310 if (error == ECKSUM) in zvol_strategy()
1417 if (error == ECKSUM) in zvol_read()
H A Ddmu_send.c1779 ra->err = SET_ERROR(ECKSUM); in receive_read()
2372 return (SET_ERROR(ECKSUM)); in receive_read_payload_and_next_header()
2561 return (SET_ERROR(ECKSUM)); in receive_read_record()
H A Dzio.c2987 if (error == ECKSUM && in zio_checksum_verify()
3019 static int zio_error_rank[] = { 0, ENXIO, ECKSUM, EIO }; in zio_worst_error()
3181 if (zio->io_error != ECKSUM && vd != NULL && !vdev_is_dead(vd)) in zio_done()
H A Ddmu_objset.c329 if (err == ECKSUM) in dmu_objset_open_impl()
H A Dzfs_vnops.c626 if (error == ECKSUM) in zfs_read()
4582 if (err == ECKSUM) in zfs_fillpage()
H A Dzfs_acl.c1128 if (error == ECKSUM) in zfs_acl_node_read()
H A Dvdev.c2809 if (zio->io_error == ECKSUM) in vdev_stat_update()
/titanic_50/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_50/usr/src/cmd/zinject/
H A Dzinject.c158 #define ECKSUM EBADE macro
748 error = ECKSUM; in main()
939 if (error == ECKSUM) { in main()
/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Dzio.h249 #define ECKSUM EBADE macro
/titanic_50/usr/src/uts/common/fs/zev/
H A Dzev_checksums.c417 if (error == ECKSUM) in zev_safe_read()
/titanic_50/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c3439 case ECKSUM: in zfs_receive_one()