Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/cddl/boot/zfs/
HDzfssubr.c385 int rc_error; /* I/O error for this device */ member
1170 } else if (rm->rm_col[c].rc_error != 0) { in vdev_raidz_reconstruct()
1240 rm->rm_col[c].rc_error = 0; in vdev_raidz_map_alloc()
1357 if (!rc->rc_tried || rc->rc_error != 0) in raidz_parity_verify()
1367 if (!rc->rc_tried || rc->rc_error != 0) in raidz_parity_verify()
1370 rc->rc_error = ECKSUM; in raidz_parity_verify()
1421 while (rm->rm_col[c].rc_error != 0) { in vdev_raidz_combrec()
1472 ASSERT(rc->rc_error == 0); in vdev_raidz_combrec()
1473 rc->rc_error = ECKSUM; in vdev_raidz_combrec()
1496 rm->rm_col[next].rc_error != 0; next++) in vdev_raidz_combrec()
[all …]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDvdev_raidz.c121 int rc_error; /* I/O error for this device */ member
548 rm->rm_col[c].rc_error = 0; in vdev_raidz_map_alloc()
1619 } else if (rm->rm_col[c].rc_error != 0) { in vdev_raidz_reconstruct()
1898 rc->rc_error = zio->io_error; in vdev_raidz_child_done()
2040 rc->rc_error = SET_ERROR(ENXIO); in vdev_raidz_io_start()
2050 rc->rc_error = SET_ERROR(ESTALE); in vdev_raidz_io_start()
2134 if (!rc->rc_tried || rc->rc_error != 0) in raidz_parity_verify()
2144 if (!rc->rc_tried || rc->rc_error != 0) in raidz_parity_verify()
2148 rc->rc_error = SET_ERROR(ECKSUM); in raidz_parity_verify()
2168 error = zio_worst_error(error, rm->rm_col[c].rc_error); in vdev_raidz_worst_error()
[all …]