Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio_inject.c72 static list_t inject_handlers; variable
171 handler = list_next(&inject_handlers, handler)) { in zio_handle_panic_injection()
230 handler = list_next(&inject_handlers, handler)) { in zio_handle_decrypt_injection()
272 handler = list_next(&inject_handlers, handler)) { in zio_handle_fault_injection()
314 handler = list_next(&inject_handlers, handler)) { in zio_handle_label_injection()
362 handler = list_next(&inject_handlers, handler)) { in zio_handle_device_injection()
799 list_insert_tail(&inject_handlers, handler); in zio_inject_fault()
836 handler = list_next(&inject_handlers, handler)) in zio_inject_list_next()
867 handler = list_next(&inject_handlers, handler)) in zio_clear_fault()
882 list_remove(&inject_handlers, handler); in zio_clear_fault()
[all …]