Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDzio_inject.c62 zinject_record_t zi_record; member
177 if (handler->zi_record.zi_type == type && in zio_handle_panic_injection()
178 strcmp(tag, handler->zi_record.zi_func) == 0) in zio_handle_panic_injection()
202 handler->zi_record.zi_cmd != ZINJECT_DECRYPT_FAULT) in zio_handle_decrypt_injection()
206 &handler->zi_record, error)) { in zio_handle_decrypt_injection()
280 handler->zi_record.zi_cmd != ZINJECT_DATA_FAULT) in zio_handle_fault_injection()
286 zio_match_dva(zio), &handler->zi_record, error)) { in zio_handle_fault_injection()
320 uint64_t start = handler->zi_record.zi_start; in zio_handle_label_injection()
321 uint64_t end = handler->zi_record.zi_end; in zio_handle_label_injection()
323 if (handler->zi_record.zi_cmd != ZINJECT_LABEL_FAULT) in zio_handle_label_injection()
[all …]