Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzio_inject.c59 static list_t inject_handlers; variable
110 for (handler = list_head(&inject_handlers); handler != NULL; in zio_handle_panic_injection()
111 handler = list_next(&inject_handlers, handler)) { in zio_handle_panic_injection()
148 for (handler = list_head(&inject_handlers); handler != NULL; in zio_handle_fault_injection()
149 handler = list_next(&inject_handlers, handler)) { in zio_handle_fault_injection()
190 for (handler = list_head(&inject_handlers); handler != NULL; in zio_handle_label_injection()
191 handler = list_next(&inject_handlers, handler)) { in zio_handle_label_injection()
238 for (handler = list_head(&inject_handlers); handler != NULL; in zio_handle_device_injection()
239 handler = list_next(&inject_handlers, handler)) { in zio_handle_device_injection()
301 for (handler = list_head(&inject_handlers); handler != NULL; in zio_handle_ignored_writes()
[all …]