Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/module/zfs/
H A Dzio_inject.c75 static list_t inject_handlers; variable
186 for (handler = list_head(&inject_handlers); handler != NULL; in zio_handle_panic_injection()
187 handler = list_next(&inject_handlers, handler)) { in zio_handle_panic_injection()
216 for (handler = list_head(&inject_handlers); handler != NULL; in zio_handle_decrypt_injection()
217 handler = list_next(&inject_handlers, handler)) { in zio_handle_decrypt_injection()
295 for (handler = list_head(&inject_handlers); handler != NULL; in zio_handle_fault_injection()
296 handler = list_next(&inject_handlers, handler)) { in zio_handle_fault_injection()
336 for (handler = list_head(&inject_handlers); handler != NULL; in zio_handle_label_injection()
337 handler = list_next(&inject_handlers, handler)) { in zio_handle_label_injection()
427 for (handler = list_head(&inject_handlers); handler != NULL; in zio_handle_device_injection_impl()
[all …]