Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzio_inject.c70 static list_t inject_handlers; variable
148 for (handler = list_head(&inject_handlers); handler != NULL; in zio_handle_panic_injection()
149 handler = list_next(&inject_handlers, handler)) { in zio_handle_panic_injection()
186 for (handler = list_head(&inject_handlers); handler != NULL; in zio_handle_fault_injection()
187 handler = list_next(&inject_handlers, handler)) { in zio_handle_fault_injection()
228 for (handler = list_head(&inject_handlers); handler != NULL; in zio_handle_label_injection()
229 handler = list_next(&inject_handlers, handler)) { in zio_handle_label_injection()
276 for (handler = list_head(&inject_handlers); handler != NULL; in zio_handle_device_injection()
277 handler = list_next(&inject_handlers, handler)) { in zio_handle_device_injection()
339 for (handler = list_head(&inject_handlers); handler != NULL; in zio_handle_ignored_writes()
[all …]