Searched refs:io_error (Results 1 - 19 of 19) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_missing.c72 zio->io_error = SET_ERROR(ENOTSUP);
H A Dvdev_file.c156 zio->io_error = (geterror(bp) != 0 ? EIO : 0);
157 if (zio->io_error == 0 && bp->b_resid != 0)
158 zio->io_error = SET_ERROR(ENOSPC);
196 zio->io_error = SET_ERROR(ENXIO);
203 zio->io_error = VOP_FSYNC(vf->vf_vnode, FSYNC | FDSYNC,
207 zio->io_error = SET_ERROR(ENOTSUP);
H A Dvdev_disk.c656 zio->io_error = (geterror(bp) != 0 ? EIO : 0);
658 if (zio->io_error == 0 && bp->b_resid != 0)
659 zio->io_error = SET_ERROR(EIO);
682 zio->io_error = error;
702 zio->io_error = ENXIO;
710 zio->io_error = SET_ERROR(ENXIO);
723 zio->io_error = SET_ERROR(ENOTSUP);
746 zio->io_error = error;
751 zio->io_error = SET_ERROR(ENOTSUP);
792 if (zio->io_error
[all...]
H A Dvdev_mirror.c181 mc->mc_error = zio->io_error;
191 if (zio->io_error == 0) {
207 mc->mc_error = zio->io_error;
379 zio->io_error = vdev_mirror_worst_error(mm);
403 zio->io_error = vdev_mirror_worst_error(mm);
404 ASSERT(zio->io_error != 0);
H A Dzio.c330 if (zio->io_error == 0 &&
333 zio->io_error = SET_ERROR(EIO);
458 if (zio->io_error && !(zio->io_flags & ZIO_FLAG_DONT_PROPAGATE))
459 *errorp = zio_worst_error(*errorp, zio->io_error);
486 if (zio->io_child_error[c] != 0 && zio->io_error == 0)
487 zio->io_error = zio->io_child_error[c];
1603 error = zio->io_error;
1653 pio->io_error = 0;
1957 if (zio->io_error)
2132 pio->io_error
[all...]
H A Dzfs_fm.c153 if (zio->io_error == EIO &&
175 zio->io_error == ECKSUM &&
300 DATA_TYPE_INT32, zio->io_error, NULL);
H A Dvdev_label.c905 if (zio->io_error == 0 && uberblock_verify(ub) == 0) {
993 if (zio->io_error == 0 && zio->io_vd->vdev_top->vdev_ms_array != 0)
1068 if (zio->io_error == 0)
1081 zio->io_error = SET_ERROR(EIO);
H A Dvdev_cache.c245 if (fio->io_error || ve->ve_missed_update)
H A Dzio_checksum.c392 if (zio_injection_enabled && error == 0 && zio->io_error == 0) {
H A Ddmu.c1452 if (zio->io_error == 0) {
1482 if (zio->io_error == 0) {
1517 dsa->dsa_done(dsa->dsa_zgd, zio->io_error);
1529 if (zio->io_error == 0 && !BP_IS_HOLE(bp)) {
1547 dsa->dsa_done(dsa->dsa_zgd, zio->io_error);
H A Dvdev.c959 if (zio->io_error == 0)
961 if (zio->io_error == 0 && spa_writeable(spa)) {
970 if (zio->io_error == 0)
981 zio->io_error = 0;
983 ASSERT(zio->io_error != 0);
986 zio->io_error = SET_ERROR(ENXIO);
997 pio->io_error = SET_ERROR(ENXIO);
2823 if (zio->io_error == 0) {
2833 * Note: this only applies to successful i/o (io_error == 0)
2880 if (zio->io_error
[all...]
H A Darc.c4517 if (zio == NULL || zio->io_error == 0)
4527 if (zio && zio->io_error) {
4560 boolean_t no_zio_error = (zio->io_error == 0);
4634 zio->io_error = error;
4685 acb->acb_zio_dummy->io_error = zio->io_error;
5439 if (zio->io_error == 0) {
5462 ASSERT3U(zio->io_error, ==, 0);
6365 if (zio->io_error != 0)
6419 if (zio->io_error !
[all...]
H A Dvdev_raidz.c1693 rc->rc_error = zio->io_error;
2142 zio->io_error = vdev_raidz_worst_error(rm);
2283 zio->io_error = vdev_raidz_worst_error(rm);
2307 zio->io_error = SET_ERROR(ECKSUM);
2331 if (zio->io_error == 0 && spa_writeable(zio->io_spa) &&
H A Ddsl_scan.c1765 if (zio->io_error && (zio->io_error != ECKSUM ||
H A Ddbuf.c921 } else if (zio == NULL || zio->io_error == 0) {
2391 if (BP_IS_HOLE(bp) || (zio != NULL && zio->io_error != 0)) {
3390 ASSERT0(zio->io_error);
H A Dspa.c1856 if (zio->io_error)
1876 int error = zio->io_error;
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzio.h436 int io_error; member in struct:zio
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c2223 int io_error; member in struct:mdb_zio
2261 if (zio.io_error == 0) {
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c2392 int ioerr = zio->io_error;

Completed in 138 milliseconds