| /freebsd-14-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, 474 if ret == ECKSUM:
|
| /freebsd-14-stable/sys/contrib/openzfs/module/zfs/ |
| HD | zio_checksum.c | 451 return (SET_ERROR(ECKSUM)); in zio_checksum_error_impl() 456 return (SET_ERROR(ECKSUM)); in zio_checksum_error_impl() 460 return (SET_ERROR(ECKSUM)); in zio_checksum_error_impl() 529 return (SET_ERROR(ECKSUM)); in zio_checksum_error_impl() 551 error = zio_handle_fault_injection(zio, ECKSUM); in zio_checksum_error()
|
| HD | vdev_raidz.c | 1852 rc->rc_error = SET_ERROR(ECKSUM); in raidz_parity_verify() 2042 SET_ERROR(ECKSUM); in raidz_reconstruct() 2058 return (ECKSUM); in raidz_reconstruct() 2191 return (ECKSUM); in vdev_raidz_combrec() 2225 ASSERT(rc->rc_error != ECKSUM); /* child has no bp */ in vdev_raidz_io_done_write_impl() 2269 if (rc->rc_error == ECKSUM) { in vdev_raidz_io_done_reconstruct_known_missing() 2452 if (zio->io_error == ECKSUM && in vdev_raidz_io_done()
|
| HD | bptree.c | 250 if (err == EIO || err == ECKSUM || in bptree_iterate()
|
| HD | zil.c | 288 error = SET_ERROR(ECKSUM); in zil_read_log_block() 301 error = SET_ERROR(ECKSUM); in zil_read_log_block() 523 error = SET_ERROR(ECKSUM); in zil_parse() 531 error = SET_ERROR(ECKSUM); in zil_parse() 1294 return ((error == ECKSUM || error == ENOENT) ? 0 : error); in zil_check_log_chain()
|
| HD | vdev_indirect.c | 1554 return (SET_ERROR(ECKSUM)); in vdev_indirect_splits_enumerate_all() 1586 return (SET_ERROR(ECKSUM)); in vdev_indirect_splits_enumerate_randomly()
|
| HD | zio_inject.c | 272 if (zio->io_priority == ZIO_PRIORITY_REBUILD && error == ECKSUM) in zio_handle_fault_injection()
|
| HD | zio.c | 563 &zio->io_bookmark, ot, ECKSUM); in zio_decrypt() 587 &zio->io_bookmark, ot, ECKSUM); in zio_decrypt() 627 if (ret == ECKSUM) { in zio_decrypt() 4462 if (error == ECKSUM && in zio_checksum_verify() 4497 static int zio_error_rank[] = { 0, ENXIO, ECKSUM, EIO }; in zio_worst_error() 4802 if (zio->io_error != ECKSUM && zio->io_vd != NULL && in zio_done()
|
| HD | dmu_recv.c | 1495 return (SET_ERROR(ECKSUM)); in do_corrective_recv() 2383 if (err != ECKSUM) { in receive_process_write_record() 2779 return (SET_ERROR(ECKSUM)); in receive_read_payload_and_next_header() 2905 return (SET_ERROR(ECKSUM)); in receive_read_record()
|
| HD | dsl_crypt.c | 2756 return (SET_ERROR(ECKSUM)); in spa_do_crypt_objset_mac_abd() 2804 return (SET_ERROR(ECKSUM)); in spa_do_crypt_mac_abd() 2883 ret = zio_handle_decrypt_injection(spa, zb, ot, ECKSUM); in spa_do_crypt_abd()
|
| HD | dmu_traverse.c | 458 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 | 362 return ((error == ECKSUM) ? EIO : error); in sa_attr_op() 1116 return ((error == ECKSUM) ? EIO : error); in sa_setup()
|
| /freebsd-14-stable/sys/contrib/openzfs/lib/libspl/include/os/linux/sys/ |
| HD | errno.h | 40 #define ECKSUM EBADE macro
|
| /freebsd-14-stable/sys/contrib/openzfs/include/os/linux/spl/sys/ |
| HD | errno.h | 51 #define ECKSUM EBADE macro
|
| /freebsd-14-stable/sys/contrib/openzfs/cmd/zinject/ |
| HD | zinject.c | 848 error = ECKSUM; in main() 1066 if (error == ECKSUM) { in main() 1263 error = ECKSUM; in main()
|
| /freebsd-14-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| HD | ccompile.h | 65 #define ECKSUM EINTEGRITY macro
|
| /freebsd-14-stable/sys/cddl/boot/zfs/ |
| HD | 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-14-stable/sys/contrib/openzfs/cmd/ |
| HD | zhack.c | 740 err = ECKSUM; in zhack_repair_test_cksum() 750 err = ECKSUM; in zhack_repair_test_cksum()
|
| /freebsd-14-stable/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| HD | zio_crypt.c | 414 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()
|
| HD | zvol_os.c | 770 if (error == ECKSUM) in zvol_geom_bio_strategy() 855 if (error == ECKSUM) in zvol_cdev_read()
|
| /freebsd-14-stable/sys/contrib/openzfs/module/os/linux/zfs/ |
| HD | zio_crypt.c | 476 ret = SET_ERROR(ECKSUM); in zio_do_crypt_uio() 1349 return (SET_ERROR(ECKSUM)); in zio_crypt_do_indirect_mac_checksum_impl() 1370 if (ret == ECKSUM) { in zio_crypt_do_indirect_mac_checksum()
|
| /freebsd-14-stable/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
| HD | draid.c | 994 error == ECKSUM ? "Invalid checksum" : in draid_verify()
|