HomeSort by relevance Sort by last modified time
    Searched refs:zio_injection_enabled (Results 1 - 7 of 7) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/
zio_inject.c 50 uint32_t zio_injection_enabled; variable
340 if (zio_injection_enabled == 0)
374 * a reference to the spa_t in the process. We increment zio_injection_enabled,
410 atomic_add_32(&zio_injection_enabled, 1);
484 atomic_add_32(&zio_injection_enabled, -1);
zio_checksum.c 233 if (zio_injection_enabled && !zio->io_error &&
zio.c     [all...]
spa_misc.c 911 if (zio_injection_enabled)
    [all...]
vdev.c 1136 if (zio_injection_enabled && error == 0)
    [all...]
zfs_ioctl.c     [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/sys/
zio.h 519 extern uint32_t zio_injection_enabled;

Completed in 2099 milliseconds