Home
last modified time | relevance | path

Searched refs:rc_error (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfssubr.c1247 rm->rm_col[c].rc_error = 0; in vdev_raidz_map_alloc()
1391 rc->rc_error = ECKSUM; in raidz_parity_verify()
1443 while (rm->rm_col[c].rc_error != 0) { in vdev_raidz_combrec()
1498 ASSERT(rc->rc_error == 0); in vdev_raidz_combrec()
1499 rc->rc_error = ECKSUM; in vdev_raidz_combrec()
1594 rc->rc_error = ENXIO; in vdev_raidz_read()
1605 rc->rc_error = ESTALE; in vdev_raidz_read()
1631 if (rc->rc_error) { in vdev_raidz_read()
1705 if (rc->rc_error != 0) { in vdev_raidz_read()
1763 rc->rc_error = cvd->v_read(cvd, NULL, in vdev_raidz_read()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_raidz.c414 rm->rm_col[c].rc_error = 0; in vdev_raidz_map_alloc()
1791 rc->rc_error = zio->io_error; in vdev_raidz_child_done()
1917 rc->rc_error = SET_ERROR(ENXIO); in vdev_raidz_io_start()
1927 rc->rc_error = SET_ERROR(ESTALE); in vdev_raidz_io_start()
2022 rc->rc_error = SET_ERROR(ECKSUM); in raidz_parity_verify()
2140 ASSERT(rc->rc_error == 0); in vdev_raidz_combrec()
2144 rc->rc_error = SET_ERROR(ECKSUM); in vdev_raidz_combrec()
2248 if (rc->rc_error) { in vdev_raidz_io_done()
2339 if (rc->rc_error != 0) { in vdev_raidz_io_done()
2446 if (rc->rc_error == 0) { in vdev_raidz_io_done()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dvdev_raidz_impl.h110 int rc_error; /* I/O error for this device */ member
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_recovery.c75 int rc_error; member
408 recovp->rc_error = EIO; in start_recovery_action()
1266 mi->mi_error = recovp->rc_error; in nfs4_recov_thread()
1299 mi->mi_error = recovp->rc_error; in nfs4_recov_thread()
1372 mi->mi_error = recovp->rc_error; in nfs4_recov_thread()
1779 mi->mi_error = recovp->rc_error; in recov_clientid()
3132 recovp->rc_error = (error != 0 ? error : geterrno4(stat)); in errs_to_action()
3140 recovp->rc_error = error; in errs_to_action()
3145 recovp->rc_error = geterrno4(stat); in errs_to_action()