Home
last modified time | relevance | path

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

12

/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_constants.py29 ECKSUM = 97 # EINTEGRITY variable
33 ECKSUM = errno.EBADE variable
H A Dexceptions.py25 ECKSUM,
331 errno = ECKSUM
H A D_error_translation.py37 ECKSUM,
472 if ret == ECKSUM:
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/os/linux/sys/
H A Derrno.h40 #define ECKSUM EBADE macro
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Derrno.h51 #define ECKSUM EBADE macro
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzio_checksum.c443 return (SET_ERROR(ECKSUM)); in zio_checksum_error_impl()
447 return (SET_ERROR(ECKSUM)); in zio_checksum_error_impl()
522 return (SET_ERROR(ECKSUM)); in zio_checksum_error_impl()
544 error = zio_handle_fault_injection(zio, ECKSUM); in zio_checksum_error()
H A Dvdev_raidz.c1949 rc->rc_error = SET_ERROR(ECKSUM); in raidz_parity_verify()
2137 SET_ERROR(ECKSUM); in raidz_reconstruct()
2153 return (ECKSUM); in raidz_reconstruct()
2286 return (ECKSUM); in vdev_raidz_combrec()
2320 ASSERT(rc->rc_error != ECKSUM); /* child has no bp */ in vdev_raidz_io_done_write_impl()
2364 ASSERT(rc->rc_error != ECKSUM); /* child has no bp */ in vdev_raidz_io_done_reconstruct_known_missing()
2546 if (zio->io_error == ECKSUM && in vdev_raidz_io_done()
H A Dbptree.c250 if (err == EIO || err == ECKSUM || in bptree_iterate()
H A Dzio_inject.c271 if (zio->io_priority == ZIO_PRIORITY_REBUILD && error == ECKSUM) in zio_handle_fault_injection()
H A Dvdev_indirect.c1562 return (SET_ERROR(ECKSUM)); in vdev_indirect_splits_enumerate_all()
1594 return (SET_ERROR(ECKSUM)); in vdev_indirect_splits_enumerate_randomly()
H A Dzfs_vnops.c277 if (error == ECKSUM) in zfs_read()
H A Dzio.c511 &zio->io_bookmark, ot, ECKSUM); in zio_decrypt()
534 &zio->io_bookmark, ot, ECKSUM); in zio_decrypt()
574 if (ret == ECKSUM) { in zio_decrypt()
4262 if (error == ECKSUM && in zio_checksum_verify()
4300 static int zio_error_rank[] = { 0, ENXIO, ECKSUM, EIO }; in zio_worst_error()
4603 if (zio->io_error != ECKSUM && zio->io_vd != NULL && in zio_done()
H A Ddsl_crypt.c2702 return (SET_ERROR(ECKSUM)); in spa_do_crypt_objset_mac_abd()
2749 return (SET_ERROR(ECKSUM)); in spa_do_crypt_mac_abd()
2828 ret = zio_handle_decrypt_injection(spa, zb, ot, ECKSUM); in spa_do_crypt_abd()
H A Dzil.c262 error = SET_ERROR(ECKSUM); in zil_read_log_block()
277 error = SET_ERROR(ECKSUM); in zil_read_log_block()
977 return ((error == ECKSUM || error == ENOENT) ? 0 : error); in zil_check_log_chain()
H A Ddmu_traverse.c426 if ((td->td_flags & TRAVERSE_HARD) && (err == EIO || err == ECKSUM)) { in traverse_visitbp()
H A Dvdev_rebuild.c717 if (err == ENOENT || err == EOVERFLOW || err == ECKSUM) { in vdev_rebuild_load()
H A Ddmu_tx.c501 if (err == EIO || err == ECKSUM || err == ENXIO) { in dmu_tx_hold_zap_impl()
H A Dsa.c363 return ((error == ECKSUM) ? EIO : error); in sa_attr_op()
1117 return ((error == ECKSUM) ? EIO : error); in sa_setup()
/f-stack/freebsd/contrib/openzfs/cmd/zinject/
H A Dzinject.c847 error = ECKSUM; in main()
1065 if (error == ECKSUM) { in main()
1246 error = ECKSUM; in main()
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dccompile.h159 #define ECKSUM EINTEGRITY macro
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzio_crypt.c425 ret = SET_ERROR(encrypt ? EIO : ECKSUM); in zio_do_crypt_uio_opencrypto()
1192 return (SET_ERROR(ECKSUM)); in zio_crypt_do_indirect_mac_checksum_impl()
1213 if (ret == ECKSUM) { in zio_crypt_do_indirect_mac_checksum()
H A Dzvol_os.c699 if (error == ECKSUM) in zvol_geom_bio_strategy()
779 if (error == ECKSUM) in zvol_cdev_read()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c466 ret = SET_ERROR(ECKSUM); in zio_do_crypt_uio()
1335 return (SET_ERROR(ECKSUM)); in zio_crypt_do_indirect_mac_checksum_impl()
1356 if (ret == ECKSUM) { in zio_crypt_do_indirect_mac_checksum()
H A Dzvol_os.c281 if (error == ECKSUM) in zvol_read()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/draid/
H A Ddraid.c991 error == ECKSUM ? "Invalid checksum" : in draid_verify()

12