Searched defs:zi_record (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio_inject.c60 zinject_record_t zi_record; member in struct:inject_handler
154 if (handler->zi_record.zi_type == type &&
155 strcmp(tag, handler->zi_record.zi_func) == 0)
190 handler->zi_record.zi_cmd != ZINJECT_DATA_FAULT)
196 &handler->zi_record, error)) {
230 uint64_t start = handler->zi_record.zi_start;
231 uint64_t end = handler->zi_record.zi_end;
233 if (handler->zi_record.zi_cmd != ZINJECT_LABEL_FAULT)
245 if (zio->io_vd->vdev_guid == handler->zi_record.zi_guid &&
279 if (handler->zi_record
[all...]

Completed in 61 milliseconds