Home
last modified time | relevance | path

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

12

/freebsd-14-stable/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
HD_constants.py29 ECKSUM = 97 # EINTEGRITY variable
33 ECKSUM = errno.EBADE variable
HDexceptions.py25 ECKSUM,
331 errno = ECKSUM
HD_error_translation.py37 ECKSUM,
474 if ret == ECKSUM:
/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDzio_checksum.c451 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()
HDvdev_raidz.c1852 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()
HDbptree.c250 if (err == EIO || err == ECKSUM || in bptree_iterate()
HDzil.c288 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()
HDvdev_indirect.c1554 return (SET_ERROR(ECKSUM)); in vdev_indirect_splits_enumerate_all()
1586 return (SET_ERROR(ECKSUM)); in vdev_indirect_splits_enumerate_randomly()
HDzio_inject.c272 if (zio->io_priority == ZIO_PRIORITY_REBUILD && error == ECKSUM) in zio_handle_fault_injection()
HDzio.c563 &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()
HDdmu_recv.c1495 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()
HDdsl_crypt.c2756 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()
HDdmu_traverse.c458 if ((td->td_flags & TRAVERSE_HARD) && (err == EIO || err == ECKSUM)) { in traverse_visitbp()
HDvdev_mirror.c805 zio->io_error = SET_ERROR(ECKSUM); in vdev_mirror_io_done()
HDsa.c362 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/
HDerrno.h40 #define ECKSUM EBADE macro
/freebsd-14-stable/sys/contrib/openzfs/include/os/linux/spl/sys/
HDerrno.h51 #define ECKSUM EBADE macro
/freebsd-14-stable/sys/contrib/openzfs/cmd/zinject/
HDzinject.c848 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/
HDccompile.h65 #define ECKSUM EINTEGRITY macro
/freebsd-14-stable/sys/cddl/boot/zfs/
HDzfssubr.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-14-stable/sys/contrib/openzfs/cmd/
HDzhack.c740 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/
HDzio_crypt.c414 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()
HDzvol_os.c770 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/
HDzio_crypt.c476 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/
HDdraid.c994 error == ECKSUM ? "Invalid checksum" : in draid_verify()

12