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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio_checksum.c322 return (SET_ERROR(ECKSUM));
325 return (SET_ERROR(ECKSUM));
371 return (SET_ERROR(ECKSUM));
393 error = zio_handle_fault_injection(zio, ECKSUM);
H A Dbptree.c175 * - If an i/o error is encountered (e.g. "func" returns EIO or ECKSUM),
248 if (err == EIO || err == ECKSUM ||
H A Dzil.c222 error = SET_ERROR(ECKSUM);
237 error = SET_ERROR(ECKSUM);
768 return ((error == ECKSUM || error == ENOENT) ? 0 : error);
H A Dzfs_fm.c175 zio->io_error == ECKSUM &&
H A Dvdev_raidz.c1886 rc->rc_error = SET_ERROR(ECKSUM);
2010 rc->rc_error = SET_ERROR(ECKSUM);
2113 ASSERT(rc->rc_error != ECKSUM); /* child has no bp */
2307 zio->io_error = SET_ERROR(ECKSUM);
H A Ddsl_scan.c1525 if (err == EIO || err == ECKSUM) {
1765 if (zio->io_error && (zio->io_error != ECKSUM ||
H A Dsa.c365 return ((error == ECKSUM) ? EIO : error);
1109 return ((error == ECKSUM) ? EIO : error);
H A Ddmu_traverse.c390 if (hard && (err == EIO || err == ECKSUM)) {
H A Dzvol.c1309 if (error == ECKSUM)
1416 if (error == ECKSUM)
H A Ddmu_send.c1895 * Note: ECKSUM indicates that the receive
1898 ra->err = SET_ERROR(ECKSUM);
2493 return (SET_ERROR(ECKSUM));
2695 return (SET_ERROR(ECKSUM));
H A Dzio.c3272 if (error == ECKSUM &&
3294 * Error rank. Error are ranked in the order 0, ENXIO, ECKSUM, EIO, other.
3296 * which may be transient (e.g. unplugged) or permament. ECKSUM and EIO
3304 static int zio_error_rank[] = { 0, ENXIO, ECKSUM, EIO };
3568 if (zio->io_error != ECKSUM && vd != NULL && !vdev_is_dead(vd))
H A Ddmu_objset.c334 if (err == ECKSUM)
H A Dzfs_acl.c1125 if (error == ECKSUM)
H A Dzfs_vnops.c616 if (error == ECKSUM)
4545 if (err == ECKSUM)
H A Dvdev.c2894 if (zio->io_error == ECKSUM)
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_zvol.c179 if (error == ECKSUM)
409 if (error == ECKSUM)
455 if (error == ECKSUM)
/illumos-gate/usr/src/cmd/zinject/
H A Dzinject.c158 #define ECKSUM EBADE macro
748 error = ECKSUM;
939 if (error == ECKSUM) {
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfssubr.c30 #define ECKSUM 666 macro
1350 rc->rc_error = ECKSUM;
1453 rc->rc_error = ECKSUM;
1584 ASSERT(rc->rc_error != ECKSUM); /* child has no bp */
1760 error = ECKSUM;
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzio.h229 #define ECKSUM EBADE macro
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c3505 case ECKSUM:

Completed in 174 milliseconds