Lines Matching refs:rc_error

2072 			    (int)rr->rr_col[c].rc_error);  in vdev_raidz_reconstruct_row()
2080 } else if (rr->rr_col[c].rc_error != 0) { in vdev_raidz_reconstruct_row()
2326 rc->rc_error = zio->io_error; in vdev_raidz_child_done()
2470 rc->rc_error = SET_ERROR(ENXIO); in vdev_raidz_io_start_read_row()
2480 rc->rc_error = SET_ERROR(ESTALE); in vdev_raidz_io_start_read_row()
2508 prc->rc_error = SET_ERROR(ENXIO); in vdev_raidz_io_start_read_phys_cols()
2514 prc->rc_error = SET_ERROR(ESTALE); in vdev_raidz_io_start_read_phys_cols()
2729 if (!rc->rc_tried || rc->rc_error != 0) in raidz_parity_verify()
2754 if (!rc->rc_tried || rc->rc_error != 0) in raidz_parity_verify()
2761 rc->rc_error = SET_ERROR(ECKSUM); in raidz_parity_verify()
2776 error = zio_worst_error(error, rr->rr_col[c].rc_error); in vdev_raidz_worst_error()
2796 if (rc->rc_error) { in vdev_raidz_io_done_verified()
2840 (rc->rc_error == 0 || rc->rc_size == 0)) { in vdev_raidz_io_done_verified()
2986 if (rc->rc_error != 0) { in raidz_reconstruct()
3071 if (rc->rc_error == 0 && in raidz_reconstruct()
3075 rc->rc_error = in raidz_reconstruct()
3166 if (rr->rr_col[c].rc_error) in vdev_raidz_combrec()
3288 if (rc->rc_error != 0) { in vdev_raidz_io_done_write_impl()
3289 ASSERT(rc->rc_error != ECKSUM); /* child has no bp */ in vdev_raidz_io_done_write_impl()
3339 if (rc->rc_error == ECKSUM) { in vdev_raidz_io_done_reconstruct_known_missing()
3343 rc->rc_error = 0; in vdev_raidz_io_done_reconstruct_known_missing()
3346 if (rc->rc_error) { in vdev_raidz_io_done_reconstruct_known_missing()
3382 if (rc->rc_error != 0) { in vdev_raidz_io_done_reconstruct_known_missing()
3447 if (rc->rc_error != 0) in vdev_raidz_io_done_unrecoverable()
3489 rc->rc_error = prc->rc_error; in vdev_raidz_io_done()