Home
last modified time | relevance | path

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

12

/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_constants.py30 ECKSUM = 97 # EINTEGRITY variable
34 ECKSUM = errno.EBADE variable
H A Dexceptions.py26 ECKSUM,
333 errno = ECKSUM
H A D_error_translation.py38 ECKSUM,
476 if ret == ECKSUM:
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzio_checksum.c458 return (SET_ERROR(ECKSUM)); in zio_checksum_error_impl()
463 return (SET_ERROR(ECKSUM)); in zio_checksum_error_impl()
467 return (SET_ERROR(ECKSUM)); in zio_checksum_error_impl()
536 return (SET_ERROR(ECKSUM)); in zio_checksum_error_impl()
583 error = zio_handle_fault_injection(zio, ECKSUM); in zio_checksum_error()
H A Dbptree.c253 if (err == EIO || err == ECKSUM || in bptree_iterate()
H A Dzio.c627 &zio->io_bookmark, ot, ECKSUM); in zio_decrypt()
651 &zio->io_bookmark, ot, ECKSUM); in zio_decrypt()
691 if (ret == ECKSUM) { in zio_decrypt()
1189 return (errors ? ECKSUM : 0); in zfs_blkptr_verify()
1195 return (errors ? ECKSUM : 0); in zfs_blkptr_verify()
1217 return (errors ? ECKSUM : 0); in zfs_blkptr_verify()
1231 return (errors ? ECKSUM : 0); in zfs_blkptr_verify()
1290 return (errors ? ECKSUM : 0); in zfs_blkptr_verify()
5254 if (error == ECKSUM && in zio_checksum_verify()
5306 if (error == ECKSUM) { in zio_dio_checksum_verify()
[all …]
H A Dvdev_mirror.c786 ASSERT3U(zio->io_error, ==, ECKSUM); in vdev_mirror_io_done()
828 zio->io_error = SET_ERROR(ECKSUM); in vdev_mirror_io_done()
H A Dvdev_raidz.c2789 if (zio->io_flags & ZIO_FLAG_DIO_READ && ret == ECKSUM) { in raidz_checksum_verify()
2856 rc->rc_error = SET_ERROR(ECKSUM); in raidz_parity_verify()
3442 SET_ERROR(ECKSUM); in raidz_reconstruct()
3466 return (ECKSUM); in raidz_reconstruct()
3628 return (ECKSUM); in vdev_raidz_combrec()
3664 ASSERT(rc->rc_error != ECKSUM); /* child has no bp */ in vdev_raidz_io_done_write_impl()
3668 ASSERT(rc->rc_shadow_error != ECKSUM); in vdev_raidz_io_done_write_impl()
3721 if (rc->rc_error == ECKSUM) { in vdev_raidz_io_done_reconstruct_known_missing()
3993 if (zio->io_error == ECKSUM && in vdev_raidz_io_done()
H A Dvdev_indirect.c1556 return (SET_ERROR(ECKSUM)); in vdev_indirect_splits_enumerate_all()
1588 return (SET_ERROR(ECKSUM)); in vdev_indirect_splits_enumerate_randomly()
1843 if (zio->io_flags & ZIO_FLAG_DIO_READ && ret == ECKSUM) { in vdev_indirect_io_done()
H A Ddsl_crypt.c2737 return (SET_ERROR(ECKSUM)); in spa_do_crypt_objset_mac_abd()
2753 return (SET_ERROR(ECKSUM)); in spa_do_crypt_objset_mac_abd()
2793 return (SET_ERROR(ECKSUM)); in spa_do_crypt_mac_abd()
2866 ret = zio_handle_decrypt_injection(spa, zb, ot, ECKSUM); in spa_do_crypt_abd()
H A Dzil.c293 error = SET_ERROR(ECKSUM); in zil_read_log_block()
306 error = SET_ERROR(ECKSUM); in zil_read_log_block()
544 error = SET_ERROR(ECKSUM); in zil_parse()
552 error = SET_ERROR(ECKSUM); in zil_parse()
1328 return ((error == ECKSUM || error == ENOENT) ? 0 : error); in zil_check_log_chain()
H A Ddmu_recv.c1564 return (SET_ERROR(ECKSUM)); in do_corrective_recv()
2459 if (err != ECKSUM) { in receive_process_write_record()
2856 return (SET_ERROR(ECKSUM)); in receive_read_payload_and_next_header()
2996 return (SET_ERROR(ECKSUM)); in receive_read_record()
H A Ddmu_traverse.c469 if ((td->td_flags & TRAVERSE_HARD) && (err == EIO || err == ECKSUM)) { in traverse_visitbp()
H A Dzio_inject.c290 if (zio->io_priority == ZIO_PRIORITY_REBUILD && error == ECKSUM) in zio_handle_fault_injection()
H A Dvdev_rebuild.c743 if (err == ENOENT || err == EOVERFLOW || err == ECKSUM) { in vdev_rebuild_load()
/freebsd/sys/contrib/openzfs/lib/libspl/include/os/linux/sys/
H A Derrno.h41 #define ECKSUM EBADE macro
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Derrno.h52 #define ECKSUM EBADE macro
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dccompile.h63 #define ECKSUM EINTEGRITY macro
/freebsd/sys/contrib/openzfs/cmd/zinject/
H A Dzinject.c225 { ECKSUM, "checksum" },
1253 if (error == ECKSUM) { in main()
1489 error = ECKSUM; in main()
/freebsd/sys/cddl/boot/zfs/
H A Dzfssubr.c1402 rc->rc_error = ECKSUM; in raidz_parity_verify()
1509 rc->rc_error = ECKSUM; in vdev_raidz_combrec()
1642 ASSERT(rc->rc_error != ECKSUM); /* child has no bp */ in vdev_raidz_read()
1822 error = ECKSUM; in vdev_raidz_read()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzio_crypt.c412 ret = SET_ERROR(encrypt ? EIO : ECKSUM); in zio_do_crypt_uio_opencrypto()
1181 return (SET_ERROR(ECKSUM)); in zio_crypt_do_indirect_mac_checksum_impl()
1202 if (ret == ECKSUM) { in zio_crypt_do_indirect_mac_checksum()
H A Dzvol_os.c691 if (error == ECKSUM) in zvol_strategy_impl()
834 if (error == ECKSUM) in zvol_cdev_read()
/freebsd/sys/contrib/openzfs/cmd/
H A Dzhack.c1056 err = ECKSUM; in zhack_repair_test_cksum()
1066 err = ECKSUM; in zhack_repair_test_cksum()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c477 ret = SET_ERROR(ECKSUM); in zio_do_crypt_uio()
1350 return (SET_ERROR(ECKSUM)); in zio_crypt_do_indirect_mac_checksum_impl()
1371 if (ret == ECKSUM) { in zio_crypt_do_indirect_mac_checksum()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Ddraid.c995 error == ECKSUM ? "Invalid checksum" : in draid_verify()

12