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

  /netvirt/usr/src/uts/common/fs/zfs/
zio_inject.c 51 uint32_t zio_injection_enabled; variable
185 * a reference to the spa_t in the process. We increment zio_injection_enabled,
221 atomic_add_32(&zio_injection_enabled, 1);
295 atomic_add_32(&zio_injection_enabled, -1);
zio_checksum.c 168 if (zio_injection_enabled && !zio->io_error)
vdev_disk.c 293 if (zio_injection_enabled && error == 0)
521 if (zio_injection_enabled && zio->io_error == 0)
vdev_file.c 291 if (zio_injection_enabled && zio->io_error == 0)
vdev.c 855 if (zio_injection_enabled && error == 0)
    [all...]
zio.c     [all...]
zfs_ioctl.c     [all...]
  /netvirt/usr/src/uts/common/fs/zfs/sys/
zio.h 374 extern uint32_t zio_injection_enabled;

Completed in 600 milliseconds