Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/raidframe/
H A Drf_dagffrd.c260 tmpdiskNode->antType[0] = rf_control; in rf_CreateNonredundantDAG()
266 commitNode->antType[i] = rf_control; in rf_CreateNonredundantDAG()
275 termNode->antType[0] = rf_control; in rf_CreateNonredundantDAG()
283 commitNode->antType[0] = rf_control; in rf_CreateNonredundantDAG()
294 tmpdiskNode->antType[0] = rf_control; in rf_CreateNonredundantDAG()
300 termNode->antType[i] = rf_control; in rf_CreateNonredundantDAG()
418 tmpreadNode->antType[0] = rf_control; in CreateMirrorReadDAG()
429 commitNode->antType[i] = rf_control; in CreateMirrorReadDAG()
439 termNode->antType[0] = rf_control; in CreateMirrorReadDAG()
H A Drf_parityloggingdags.c216 rodNodes[i].antType[0] = rf_control; in rf_CommonCreateParityLoggingLargeWriteDAG()
224 syncNode->antType[0] = rf_control; in rf_CommonCreateParityLoggingLargeWriteDAG()
230 syncNode->antType[1 + i] = rf_control; in rf_CommonCreateParityLoggingLargeWriteDAG()
245 wndNodes[i].antType[0] = rf_control; in rf_CommonCreateParityLoggingLargeWriteDAG()
261 unblockNode->antType[i] = rf_control; in rf_CommonCreateParityLoggingLargeWriteDAG()
268 unblockNode->antType[nWndNodes] = rf_control; in rf_CommonCreateParityLoggingLargeWriteDAG()
276 termNode->antType[0] = rf_control; in rf_CommonCreateParityLoggingLargeWriteDAG()
523 readDataNodes[i].antType[0] = rf_control; in rf_CommonCreateParityLoggingSmallWriteDAG()
531 readParityNodes[i].antType[0] = rf_control; in rf_CommonCreateParityLoggingSmallWriteDAG()
544 writeDataNodes[j].antType[i] = rf_control; in rf_CommonCreateParityLoggingSmallWriteDAG()
[all …]
H A Drf_dagdegwr.c482 tmprrdNode->antType[0] = rf_control; in rf_CommonCreateSimpleDegradedWriteDAG()
502 commitNode->antType[0] = rf_control; in rf_CommonCreateSimpleDegradedWriteDAG()
511 tmpwndNode->antType[0] = rf_control; in rf_CommonCreateSimpleDegradedWriteDAG()
519 wnpNode->antType[0] = rf_control; in rf_CommonCreateSimpleDegradedWriteDAG()
525 wnqNode->antType[0] = rf_control; in rf_CommonCreateSimpleDegradedWriteDAG()
535 unblockNode->antType[i] = rf_control; in rf_CommonCreateSimpleDegradedWriteDAG()
543 unblockNode->antType[nWndNodes] = rf_control; in rf_CommonCreateSimpleDegradedWriteDAG()
551 unblockNode->antType[nWndNodes + 1] = rf_control; in rf_CommonCreateSimpleDegradedWriteDAG()
560 termNode->antType[0] = rf_control; in rf_CommonCreateSimpleDegradedWriteDAG()
771 termNode->antType[0] = rf_control; in rf_DoubleDegSmallWrite()
[all …]
H A Drf_dagffwr.c417 tmpNode->antType[0] = rf_control; in rf_CommonCreateLargeWriteDAG()
432 xorNode->antType[0] = rf_control; in rf_CommonCreateLargeWriteDAG()
440 commitNode->antType[0] = rf_control; in rf_CommonCreateLargeWriteDAG()
449 tmpNode->antType[0] = rf_control; in rf_CommonCreateLargeWriteDAG()
472 termNode->antType[i] = rf_control; in rf_CommonCreateLargeWriteDAG()
478 termNode->antType[nWndNodes] = rf_control; in rf_CommonCreateLargeWriteDAG()
484 termNode->antType[nWndNodes + 1] = rf_control; in rf_CommonCreateLargeWriteDAG()
998 tmpreadDataNode->antType[0] = rf_control; in rf_CommonCreateSmallWriteDAG()
1008 tmpreadParityNode->antType[0] = rf_control; in rf_CommonCreateSmallWriteDAG()
1020 tmpreadQNode->antType[0] = rf_control; in rf_CommonCreateSmallWriteDAG()
[all …]
H A Drf_dagdegrd.c211 rdNode->antType[0] = rf_control; in rf_CreateRaidOneDegradedReadDAG()
218 commitNode->antType[0] = rf_control; in rf_CreateRaidOneDegradedReadDAG()
226 termNode->antType[0] = rf_control; in rf_CreateRaidOneDegradedReadDAG()
500 rpNode->antType[0] = rf_control; in rf_CreateDegradedReadDAG()
506 tmprrdNode->antType[0] = rf_control; in rf_CreateDegradedReadDAG()
514 tmprudNode->antType[0] = rf_control; in rf_CreateDegradedReadDAG()
546 commitNode->antType[0] = rf_control; in rf_CreateDegradedReadDAG()
553 termNode->antType[0] = rf_control; in rf_CreateDegradedReadDAG()
678 rdNode->antType[0] = rf_control; in rf_CreateRaidCDegradedReadDAG()
685 commitNode->antType[0] = rf_control; in rf_CreateRaidCDegradedReadDAG()
[all …]
H A Drf_parityscan.c472 unblockNode->antType[i] = rf_control; in rf_MakeSimpleDAG()
476 tmpNode->antType[0] = rf_control; in rf_MakeSimpleDAG()
482 termNode->antType[0] = rf_control; in rf_MakeSimpleDAG()
H A Drf_dag.h83 rf_control enumerator
H A Drf_pqdegdags.c107 (node)->antType[0] = rf_control
H A Drf_dagutils.c577 case rf_control: in rf_RecurPrintDAG()