Searched refs:zio_injection_enabled (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzio_inject.c50 uint32_t zio_injection_enabled; variable
334 if (zio_injection_enabled == 0)
370 if (zio_injection_enabled == 0)
393 * a reference to the spa_t in the process. We increment zio_injection_enabled,
429 atomic_add_32(&zio_injection_enabled, 1);
506 atomic_add_32(&zio_injection_enabled, -1);
H A Dzio_checksum.c269 if (zio_injection_enabled && !zio->io_error &&
H A Dvdev_queue.c424 if (zio_injection_enabled)
H A Dzio.c2635 if (zio_injection_enabled && zio->io_error == 0)
2639 if (zio_injection_enabled && zio->io_error == 0)
2701 if (zio_injection_enabled && zio->io_error == 0)
2946 if (zio_injection_enabled &&
H A Dspa_misc.c1039 if (zio_injection_enabled)
H A Dspa.c5135 if (zio_injection_enabled)
5176 if (zio_injection_enabled)
5203 if (zio_injection_enabled)
H A Dvdev.c1211 if (zio_injection_enabled && error == 0)
2063 if (!required && zio_injection_enabled)
H A Dzfs_ioctl.c6183 if (spa_busy() || zfs_busy() || zvol_busy() || zio_injection_enabled)
6249 zio_injection_enabled) {
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzio.h591 extern uint32_t zio_injection_enabled;

Completed in 199 milliseconds