Lines Matching full:injection
29 * ZFS fault injection
31 * To handle fault injection, we keep track of a series of zinject_record_t
35 * or exported while the injection record exists.
37 * Device level injection is done using the 'zi_guid' field. If this is set, it
281 * Currently, we only support fault injection on reads.
315 * Determine if the zio is part of a label update and has an injection
317 * allow error injection in either the nvlist or the uberblock region of
344 * The injection region is the relative offsets within a
379 /* Test if this zio matches the iotype from the injection record. */
449 * limit error injection if requested
911 * which is the switch to trigger all fault injection.
959 * injection reference on the spa. Instead they
983 * spa_inject_ref() will add an injection reference,
1036 * fault injection isn't a performance critical path.