Searched refs:trans_error_injector (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/lvm/trans/
H A Dtrans_ioctl.c775 * trans_error_injector(), so that it gets called for every MDD I/O operation.
912 trans_error_injector(buf_t *bp, int flag, void* private) function
970 * set to trans_error_injector so that it will be called to see if an I/O
1026 if (mdv_strategy_tstpnt != trans_error_injector) {
1028 mdv_strategy_tstpnt = trans_error_injector;
1059 (mdv_strategy_tstpnt == trans_error_injector)) {

Completed in 58 milliseconds