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

/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dvdev_file.c139 zio->io_error = ENXIO;
145 zio->io_error = VOP_FSYNC(vf->vf_vnode, FSYNC | FDSYNC,
149 zio->io_error = ENOTSUP;
155 zio->io_error = vn_rdwr(zio->io_type == ZIO_TYPE_READ ?
160 if (resid != 0 && zio->io_error == 0)
161 zio->io_error = ENOSPC;
H A Dvdev_disk.c206 zio->io_error = EIO;
208 zio->io_error = 0;
211 zio->io_error = EIO;
235 zio->io_error = error;
253 zio->io_error = ENXIO;
264 zio->io_error = ENOTSUP;
275 zio->io_error = ENOTSUP;
H A Dvdev_missing.c66 zio->io_error = ENOTSUP;
H A Dvdev_mirror.c175 mc->mc_error = zio->io_error;
185 if (zio->io_error == 0) {
200 mc->mc_error = zio->io_error;
371 zio->io_error = vdev_mirror_worst_error(mm);
395 zio->io_error = vdev_mirror_worst_error(mm);
396 ASSERT(zio->io_error != 0);
H A Dzio.c321 if (zio->io_error == 0 &&
324 zio->io_error = EIO;
461 if (zio->io_error && !(zio->io_flags & ZIO_FLAG_DONT_PROPAGATE))
462 *errorp = zio_worst_error(*errorp, zio->io_error);
477 if (zio->io_child_error[c] != 0 && zio->io_error == 0)
478 zio->io_error = zio->io_child_error[c];
1205 error = zio->io_error;
1251 pio->io_error = 0;
1552 if (zio->io_error)
1692 pio->io_error
[all...]
H A Dzfs_fm.c149 if (zio->io_error == EIO &&
171 zio->io_error == ECKSUM &&
296 DATA_TYPE_INT32, zio->io_error, NULL);
H A Dvdev_label.c827 if (zio->io_error == 0 && uberblock_verify(ub) == 0) {
885 if (zio->io_error == 0 && zio->io_vd->vdev_top->vdev_ms_array != 0)
959 if (zio->io_error == 0)
972 zio->io_error = EIO;
H A Dzio_checksum.c266 if (zio_injection_enabled && !zio->io_error &&
H A Dvdev.c905 if (zio->io_error == 0)
907 if (zio->io_error == 0 && spa_writeable(spa)) {
916 if (zio->io_error == 0)
927 zio->io_error = 0;
929 ASSERT(zio->io_error != 0);
932 zio->io_error = ENXIO;
942 pio->io_error = ENXIO;
2462 if (zio->io_error == 0) {
2472 * Note: this only applies to successful i/o (io_error == 0)
2510 if (zio->io_error
[all...]
H A Darc.c2477 if (zio && zio->io_error) {
2520 if (BP_SHOULD_BYTESWAP(zio->io_bp) && zio->io_error == 0) {
2529 if (hash_lock && zio->io_error == 0 && hdr->b_state == arc_anon) {
2560 if (zio->io_error != 0) {
2595 acb->acb_zio_dummy->io_error = zio->io_error;
3200 if (zio->io_error == 0) {
3218 ASSERT(zio->io_error == 0);
3979 if (zio->io_error != 0)
4001 if (zio->io_error !
[all...]
H A Dvdev_cache.c234 if (fio->io_error || ve->ve_missed_update)
H A Ddmu.c1029 if (zio->io_error == 0) {
1060 if (zio->io_error == 0) {
1072 dsa->dsa_done(dsa->dsa_zgd, zio->io_error);
1083 if (zio->io_error == 0 && !BP_IS_HOLE(bp)) {
1091 dsa->dsa_done(dsa->dsa_zgd, zio->io_error);
H A Dvdev_raidz.c1515 rc->rc_error = zio->io_error;
1913 zio->io_error = vdev_raidz_worst_error(rm);
2054 zio->io_error = vdev_raidz_worst_error(rm);
2078 zio->io_error = ECKSUM;
2102 if (zio->io_error == 0 && spa_writeable(zio->io_spa) &&
H A Ddsl_scrub.c1092 if (zio->io_error && (zio->io_error != ECKSUM ||
H A Ddbuf.c464 } else if (zio == NULL || zio->io_error == 0) {
2255 ASSERT3U(zio->io_error, ==, 0);
H A Dspa.c1401 if (zio->io_error)
1421 int error = zio->io_error;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32/
H A Derror_constants.h73 io_error = EIO, member in class:errc
/netbsd-6-1-5-RELEASE/sbin/iscsictl/
H A Discsic_main.c277 * io_error:
288 io_error(const char *fmt, ...) function
430 io_error("Receiving daemon data");
455 io_error("Receiving daemon data");
522 io_error("Sending daemon message");
592 io_error("Binding name to datagram socket");
H A Discsic_globals.h157 void io_error(const char *, ...) __printflike(1, 2) __dead;
H A Discsic_test.c640 io_error("Opening file '%s'", fname);
675 io_error("Reading file '%s'", fname);
753 io_error("define: I/O command");
857 io_error("add_pdumod: I/O command");
870 io_error("add_pdumod: Writing file");
935 io_error("add_negmod: I/O command");
979 io_error("send_pdu: I/O command");
1058 io_error("iocommand: Writing file");
1097 io_error("cancel: I/O command");
H A Discsic_driverif.c423 io_error("I/O command");
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/config/os/generic/
H A Derror_constants.h78 io_error = EIO, member in class:errc
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/19_diagnostics/headers/system_error/
H A Derrc_std_c++0x.cc67 TEST_ERRC(io_error);
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dzio.h404 int io_error; member in struct:zio

Completed in 190 milliseconds