Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/
H A Dvdev_raidz.c113 int rc_error; /* I/O error for this device */ member
520 rm->rm_col[c].rc_error = 0; in vdev_raidz_map_alloc()
1421 } else if (rm->rm_col[c].rc_error != 0) { in vdev_raidz_reconstruct()
1693 rc->rc_error = zio->io_error; in vdev_raidz_child_done()
1781 rc->rc_error = SET_ERROR(ENXIO); in vdev_raidz_io_start()
1790 rc->rc_error = SET_ERROR(ENXIO); in vdev_raidz_io_start()
1800 rc->rc_error = SET_ERROR(ESTALE); in vdev_raidz_io_start()
1881 if (!rc->rc_tried || rc->rc_error != 0) in raidz_parity_verify()
1891 if (!rc->rc_tried || rc->rc_error != 0) in raidz_parity_verify()
1895 rc->rc_error = SET_ERROR(ECKSUM); in raidz_parity_verify()
[all …]
/titanic_50/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()