| /f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
| H A D | _constants.py | 29 ECKSUM = 97 # EINTEGRITY variable 33 ECKSUM = errno.EBADE variable
|
| H A D | exceptions.py | 25 ECKSUM, 331 errno = ECKSUM
|
| H A D | _error_translation.py | 37 ECKSUM, 472 if ret == ECKSUM:
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/include/os/linux/sys/ |
| H A D | errno.h | 40 #define ECKSUM EBADE macro
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | errno.h | 51 #define ECKSUM EBADE macro
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | 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()
|
| H A D | vdev_raidz.c | 1949 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 D | bptree.c | 250 if (err == EIO || err == ECKSUM || in bptree_iterate()
|
| H A D | zio_inject.c | 271 if (zio->io_priority == ZIO_PRIORITY_REBUILD && error == ECKSUM) in zio_handle_fault_injection()
|
| H A D | vdev_indirect.c | 1562 return (SET_ERROR(ECKSUM)); in vdev_indirect_splits_enumerate_all() 1594 return (SET_ERROR(ECKSUM)); in vdev_indirect_splits_enumerate_randomly()
|
| H A D | zfs_vnops.c | 277 if (error == ECKSUM) in zfs_read()
|
| H A D | zio.c | 511 &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 D | dsl_crypt.c | 2702 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 D | zil.c | 262 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 D | dmu_traverse.c | 426 if ((td->td_flags & TRAVERSE_HARD) && (err == EIO || err == ECKSUM)) { in traverse_visitbp()
|
| H A D | vdev_rebuild.c | 717 if (err == ENOENT || err == EOVERFLOW || err == ECKSUM) { in vdev_rebuild_load()
|
| H A D | dmu_tx.c | 501 if (err == EIO || err == ECKSUM || err == ENXIO) { in dmu_tx_hold_zap_impl()
|
| H A D | sa.c | 363 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 D | zinject.c | 847 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 D | ccompile.h | 159 #define ECKSUM EINTEGRITY macro
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zio_crypt.c | 425 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 D | zvol_os.c | 699 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 D | zio_crypt.c | 466 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 D | zvol_os.c | 281 if (error == ECKSUM) in zvol_read()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/draid/ |
| H A D | draid.c | 991 error == ECKSUM ? "Invalid checksum" : in draid_verify()
|