| /freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
| H A D | _constants.py | 30 ECKSUM = 97 # EINTEGRITY variable 34 ECKSUM = errno.EBADE variable
|
| H A D | exceptions.py | 26 ECKSUM, 333 errno = ECKSUM
|
| H A D | _error_translation.py | 38 ECKSUM, 476 if ret == ECKSUM:
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | zio_checksum.c | 458 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 D | bptree.c | 253 if (err == EIO || err == ECKSUM || in bptree_iterate()
|
| H A D | zio.c | 627 &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 D | vdev_mirror.c | 786 ASSERT3U(zio->io_error, ==, ECKSUM); in vdev_mirror_io_done() 828 zio->io_error = SET_ERROR(ECKSUM); in vdev_mirror_io_done()
|
| H A D | vdev_raidz.c | 2789 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 D | vdev_indirect.c | 1556 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 D | dsl_crypt.c | 2737 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 D | zil.c | 293 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 D | dmu_recv.c | 1564 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 D | dmu_traverse.c | 469 if ((td->td_flags & TRAVERSE_HARD) && (err == EIO || err == ECKSUM)) { in traverse_visitbp()
|
| H A D | zio_inject.c | 290 if (zio->io_priority == ZIO_PRIORITY_REBUILD && error == ECKSUM) in zio_handle_fault_injection()
|
| H A D | vdev_rebuild.c | 743 if (err == ENOENT || err == EOVERFLOW || err == ECKSUM) { in vdev_rebuild_load()
|
| /freebsd/sys/contrib/openzfs/lib/libspl/include/os/linux/sys/ |
| H A D | errno.h | 41 #define ECKSUM EBADE macro
|
| /freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | errno.h | 52 #define ECKSUM EBADE macro
|
| /freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | ccompile.h | 63 #define ECKSUM EINTEGRITY macro
|
| /freebsd/sys/contrib/openzfs/cmd/zinject/ |
| H A D | zinject.c | 225 { ECKSUM, "checksum" }, 1253 if (error == ECKSUM) { in main() 1489 error = ECKSUM; in main()
|
| /freebsd/sys/cddl/boot/zfs/ |
| H A D | zfssubr.c | 1402 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 D | zio_crypt.c | 412 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 D | zvol_os.c | 691 if (error == ECKSUM) in zvol_strategy_impl() 834 if (error == ECKSUM) in zvol_cdev_read()
|
| /freebsd/sys/contrib/openzfs/cmd/ |
| H A D | zhack.c | 1056 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 D | zio_crypt.c | 477 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 D | draid.c | 995 error == ECKSUM ? "Invalid checksum" : in draid_verify()
|