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

12

/freebsd-current/sys/contrib/openzfs/lib/libspl/include/os/linux/sys/
H A Derrno.h40 #define ECKSUM EBADE macro
/freebsd-current/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Derrno.h51 #define ECKSUM EBADE macro
/freebsd-current/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_constants.py29 ECKSUM = 97 # EINTEGRITY variable
33 ECKSUM = errno.EBADE variable
H A Dexceptions.py25 ECKSUM,
332 errno = ECKSUM
H A D_error_translation.py37 ECKSUM,
475 if ret == ECKSUM:
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dzio_checksum.c451 return (SET_ERROR(ECKSUM));
456 return (SET_ERROR(ECKSUM));
460 return (SET_ERROR(ECKSUM));
529 return (SET_ERROR(ECKSUM));
551 error = zio_handle_fault_injection(zio, ECKSUM);
H A Dbptree.c176 * - If an i/o error is encountered (e.g. "func" returns EIO or ECKSUM),
250 if (err == EIO || err == ECKSUM ||
H A Dvdev_raidz.c2697 rc->rc_error = SET_ERROR(ECKSUM);
2886 * returns ECKSUM if this specific reconstruction failed
3005 SET_ERROR(ECKSUM);
3029 return (ECKSUM);
3079 * Returns 0 on success, ECKSUM on failure.
3183 return (ECKSUM);
3218 ASSERT(rc->rc_error != ECKSUM); /* child has no bp */
3222 ASSERT(rc->rc_shadow_error != ECKSUM);
3268 if (rc->rc_error == ECKSUM) {
3535 if (zio->io_error == ECKSUM
[all...]
H A Dvdev_indirect.c1554 return (SET_ERROR(ECKSUM));
1586 return (SET_ERROR(ECKSUM));
H A Ddsl_crypt.c2756 return (SET_ERROR(ECKSUM));
2804 return (SET_ERROR(ECKSUM));
2883 ret = zio_handle_decrypt_injection(spa, zb, ot, ECKSUM);
H A Dzio.c548 &zio->io_bookmark, ot, ECKSUM);
572 &zio->io_bookmark, ot, ECKSUM);
612 if (ret == ECKSUM) {
4502 if (error == ECKSUM &&
4527 * Error rank. Error are ranked in the order 0, ENXIO, ECKSUM, EIO, other.
4529 * which may be transient (e.g. unplugged) or permanent. ECKSUM and EIO
4537 static int zio_error_rank[] = { 0, ENXIO, ECKSUM, EIO };
4845 if (zio->io_error != ECKSUM && zio->io_vd != NULL &&
H A Dvdev_mirror.c805 zio->io_error = SET_ERROR(ECKSUM);
H A Ddmu_traverse.c459 if ((td->td_flags & TRAVERSE_HARD) && (err == EIO || err == ECKSUM)) {
H A Dzio_inject.c274 if (zio->io_priority == ZIO_PRIORITY_REBUILD && error == ECKSUM)
H A Ddmu_recv.c1498 return (SET_ERROR(ECKSUM));
1540 * Note: ECKSUM or ZFS_ERR_STREAM_TRUNCATED indicates
2386 if (err != ECKSUM) {
2782 return (SET_ERROR(ECKSUM));
2908 return (SET_ERROR(ECKSUM));
H A Dvdev_rebuild.c736 if (err == ENOENT || err == EOVERFLOW || err == ECKSUM) {
H A Dsa.c363 return ((error == ECKSUM) ? EIO : error);
1117 return ((error == ECKSUM) ? EIO : error);
/freebsd-current/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dccompile.h65 #define ECKSUM EINTEGRITY macro
/freebsd-current/sys/contrib/openzfs/cmd/zinject/
H A Dzinject.c218 { ECKSUM, "checksum" },
1175 if (error == ECKSUM) {
1390 * Internally, ZFS actually uses ECKSUM for decryption
1394 error = ECKSUM;
/freebsd-current/sys/cddl/boot/zfs/
H A Dzfssubr.c1402 rc->rc_error = ECKSUM;
1509 rc->rc_error = ECKSUM;
1642 ASSERT(rc->rc_error != ECKSUM); /* child has no bp */
1822 error = ECKSUM;
/freebsd-current/sys/contrib/openzfs/cmd/
H A Dzhack.c740 err = ECKSUM;
750 err = ECKSUM;
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzio_crypt.c412 __FUNCTION__, __LINE__, encrypt ? "EIO" : "ECKSUM");
414 ret = SET_ERROR(encrypt ? EIO : ECKSUM);
1179 printf("%s(%d): Setting ECKSUM\n", __FUNCTION__, __LINE__);
1181 return (SET_ERROR(ECKSUM));
1202 if (ret == ECKSUM) {
H A Dzvol_os.c763 if (error == ECKSUM)
848 if (error == ECKSUM)
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c476 ret = SET_ERROR(ECKSUM);
1349 return (SET_ERROR(ECKSUM));
1370 if (ret == ECKSUM) {
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Ddraid.c994 error == ECKSUM ? "Invalid checksum" :

Completed in 454 milliseconds

12