| /freebsd-13-stable/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
| HD | _constants.py | 29 ECKSUM = 97 # EINTEGRITY variable 33 ECKSUM = errno.EBADE variable
|
| HD | exceptions.py | 25 ECKSUM, 331 errno = ECKSUM
|
| HD | _error_translation.py | 37 ECKSUM, 472 if ret == ECKSUM:
|
| /freebsd-13-stable/sys/contrib/openzfs/lib/libspl/include/os/linux/sys/ |
| HD | errno.h | 40 #define ECKSUM EBADE macro
|
| /freebsd-13-stable/sys/contrib/openzfs/include/os/linux/spl/sys/ |
| HD | errno.h | 51 #define ECKSUM EBADE macro
|
| /freebsd-13-stable/sys/contrib/openzfs/module/zfs/ |
| HD | zio_checksum.c | 443 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()
|
| HD | vdev_raidz.c | 1758 rc->rc_error = SET_ERROR(ECKSUM); in raidz_parity_verify() 1948 SET_ERROR(ECKSUM); in raidz_reconstruct() 1964 return (ECKSUM); in raidz_reconstruct() 2097 return (ECKSUM); in vdev_raidz_combrec() 2131 ASSERT(rc->rc_error != ECKSUM); /* child has no bp */ in vdev_raidz_io_done_write_impl() 2175 if (rc->rc_error == ECKSUM) { in vdev_raidz_io_done_reconstruct_known_missing() 2358 if (zio->io_error == ECKSUM && in vdev_raidz_io_done()
|
| HD | bptree.c | 250 if (err == EIO || err == ECKSUM || in bptree_iterate()
|
| HD | vdev_indirect.c | 1553 return (SET_ERROR(ECKSUM)); in vdev_indirect_splits_enumerate_all() 1585 return (SET_ERROR(ECKSUM)); in vdev_indirect_splits_enumerate_randomly()
|
| HD | zio_inject.c | 271 if (zio->io_priority == ZIO_PRIORITY_REBUILD && error == ECKSUM) in zio_handle_fault_injection()
|
| HD | zio.c | 508 &zio->io_bookmark, ot, ECKSUM); in zio_decrypt() 531 &zio->io_bookmark, ot, ECKSUM); in zio_decrypt() 571 if (ret == ECKSUM) { in zio_decrypt() 4316 if (error == ECKSUM && in zio_checksum_verify() 4351 static int zio_error_rank[] = { 0, ENXIO, ECKSUM, EIO }; in zio_worst_error() 4654 if (zio->io_error != ECKSUM && zio->io_vd != NULL && in zio_done()
|
| HD | zfs_vnops.c | 290 if (error == ECKSUM) in zfs_read()
|
| HD | dsl_crypt.c | 2711 return (SET_ERROR(ECKSUM)); in spa_do_crypt_objset_mac_abd() 2759 return (SET_ERROR(ECKSUM)); in spa_do_crypt_mac_abd() 2838 ret = zio_handle_decrypt_injection(spa, zb, ot, ECKSUM); in spa_do_crypt_abd()
|
| HD | zil.c | 273 error = SET_ERROR(ECKSUM); in zil_read_log_block() 286 error = SET_ERROR(ECKSUM); in zil_read_log_block() 994 return ((error == ECKSUM || error == ENOENT) ? 0 : error); in zil_check_log_chain()
|
| HD | dmu_traverse.c | 462 if ((td->td_flags & TRAVERSE_HARD) && (err == EIO || err == ECKSUM)) { in traverse_visitbp()
|
| HD | vdev_mirror.c | 805 zio->io_error = SET_ERROR(ECKSUM); in vdev_mirror_io_done()
|
| HD | sa.c | 363 return ((error == ECKSUM) ? EIO : error); in sa_attr_op() 1117 return ((error == ECKSUM) ? EIO : error); in sa_setup()
|
| HD | vdev_draid.c | 457 return (ECKSUM); in verify_perms() 877 rc->rc_error = SET_ERROR(ECKSUM); in vdev_draid_map_verify_empty()
|
| /freebsd-13-stable/sys/contrib/openzfs/cmd/zinject/ |
| HD | zinject.c | 847 error = ECKSUM; in main() 1065 if (error == ECKSUM) { in main() 1246 error = ECKSUM; in main()
|
| /freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| HD | ccompile.h | 159 #define ECKSUM EINTEGRITY macro
|
| /freebsd-13-stable/sys/cddl/boot/zfs/ |
| HD | zfssubr.c | 1393 rc->rc_error = ECKSUM; in raidz_parity_verify() 1500 rc->rc_error = ECKSUM; in vdev_raidz_combrec() 1633 ASSERT(rc->rc_error != ECKSUM); /* child has no bp */ in vdev_raidz_read() 1813 error = ECKSUM; in vdev_raidz_read()
|
| /freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| HD | zio_crypt.c | 425 ret = SET_ERROR(encrypt ? EIO : ECKSUM); in zio_do_crypt_uio_opencrypto() 1200 return (SET_ERROR(ECKSUM)); in zio_crypt_do_indirect_mac_checksum_impl() 1221 if (ret == ECKSUM) { in zio_crypt_do_indirect_mac_checksum()
|
| HD | zvol_os.c | 711 if (error == ECKSUM) in zvol_geom_bio_strategy() 795 if (error == ECKSUM) in zvol_cdev_read()
|
| /freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/ |
| HD | zio_crypt.c | 484 ret = SET_ERROR(ECKSUM); in zio_do_crypt_uio() 1361 return (SET_ERROR(ECKSUM)); in zio_crypt_do_indirect_mac_checksum_impl() 1382 if (ret == ECKSUM) { in zio_crypt_do_indirect_mac_checksum()
|
| /freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/cmd/draid/ |
| HD | draid.c | 991 error == ECKSUM ? "Invalid checksum" : in draid_verify()
|