Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzio_inject.c52 uint32_t zio_injection_enabled = 0; variable
509 if (zio_injection_enabled == 0) in spa_handle_ignored_writes()
554 IMPLY(inject_delay_count > 0, zio_injection_enabled > 0); in zio_handle_io_delay()
555 IMPLY(zio_injection_enabled == 0, inject_delay_count == 0); in zio_handle_io_delay()
847 atomic_inc_32(&zio_injection_enabled); in zio_inject_fault()
942 atomic_dec_32(&zio_injection_enabled); in zio_clear_fault()
965 EXPORT_SYMBOL(zio_injection_enabled);
H A Dzio_checksum.c543 if (zio_injection_enabled && error == 0 && zio->io_error == 0) { in zio_checksum_error()
H A Dzio.c447 if (zio_injection_enabled && ret == 0) in zio_decompress()
509 if (zio_injection_enabled && ot != DMU_OT_DNODE && ret == 0) { in zio_decrypt()
532 if (zio_injection_enabled && ret == 0) { in zio_decrypt()
3861 if (zio_injection_enabled && zio->io_error == 0) in zio_vdev_io_done()
3865 if (zio_injection_enabled && zio->io_error == 0) in zio_vdev_io_done()
3957 if (zio_injection_enabled && zio->io_error == 0) in zio_vdev_io_assess()
4388 if (zio_injection_enabled && in zio_ready()
4412 ASSERT(zio_injection_enabled || !(zio->io_flags & ZIO_FLAG_IO_RETRY)); in zio_dva_throttle_done()
H A Dspa_misc.c1249 if (zio_injection_enabled) in spa_vdev_config_exit()
H A Dvdev.c1831 if (zio_injection_enabled && error == 0) in vdev_open()
3186 if (!required && zio_injection_enabled) { in vdev_dtl_required()
H A Ddsl_crypt.c2827 if (zio_injection_enabled && !encrypt && ot != DMU_OT_DNODE && ret == 0) in spa_do_crypt_abd()
H A Dspa.c7566 if (zio_injection_enabled)
7635 if (zio_injection_enabled)
7676 if (zio_injection_enabled)
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dkmod_core.c311 zio_injection_enabled) { in zfs__fini()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzio.h664 extern uint32_t zio_injection_enabled;