Searched refs:rc_error (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfssubr.c365 int rc_error; /* I/O error for this device */ member in struct:raidz_col
1150 } else if (rm->rm_col[c].rc_error != 0) {
1220 rm->rm_col[c].rc_error = 0;
1337 if (!rc->rc_tried || rc->rc_error != 0)
1347 if (!rc->rc_tried || rc->rc_error != 0)
1350 rc->rc_error = ECKSUM;
1401 while (rm->rm_col[c].rc_error != 0) {
1452 ASSERT(rc->rc_error == 0);
1453 rc->rc_error = ECKSUM;
1476 rm->rm_col[next].rc_error !
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_raidz.c113 int rc_error; /* I/O error for this device */ member in struct:raidz_col
520 rm->rm_col[c].rc_error = 0;
1421 } else if (rm->rm_col[c].rc_error != 0) {
1693 rc->rc_error = zio->io_error;
1781 rc->rc_error = SET_ERROR(ENXIO);
1791 rc->rc_error = SET_ERROR(ESTALE);
1872 if (!rc->rc_tried || rc->rc_error != 0)
1882 if (!rc->rc_tried || rc->rc_error != 0)
1886 rc->rc_error = SET_ERROR(ECKSUM);
1906 error = zio_worst_error(error, rm->rm_col[c].rc_error);
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_recovery.c58 * in the mntinfo4_t or vnode_t to tell it what to do. rc_error is used
75 int rc_error; member in struct:__anon4578
408 recovp->rc_error = EIO;
1266 mi->mi_error = recovp->rc_error;
1299 mi->mi_error = recovp->rc_error;
1372 mi->mi_error = recovp->rc_error;
1779 mi->mi_error = recovp->rc_error;
3138 recovp->rc_error = (error != 0 ? error : geterrno4(stat));
3146 recovp->rc_error = error;
3151 recovp->rc_error
[all...]

Completed in 58 milliseconds