Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/raidframe/
Drf_dagffrd.c263 diskNodes[i].antType[0] = rf_control; in rf_CreateNonredundantDAG()
269 commitNode->antType[i] = rf_control; in rf_CreateNonredundantDAG()
277 termNode->antType[0] = rf_control; in rf_CreateNonredundantDAG()
285 commitNode->antType[0] = rf_control; in rf_CreateNonredundantDAG()
295 diskNodes[i].antType[0] = rf_control; in rf_CreateNonredundantDAG()
301 termNode->antType[i] = rf_control; in rf_CreateNonredundantDAG()
412 readNodes[i].antType[0] = rf_control; in rf_CreateMirrorReadDAG()
421 commitNode->antType[i] = rf_control; in rf_CreateMirrorReadDAG()
430 termNode->antType[0] = rf_control; in rf_CreateMirrorReadDAG()
Drf_dagffwr.c371 rodNodes[i].antType[0] = rf_control; in rf_CommonCreateLargeWriteDAG()
385 xorNode->antType[0] = rf_control; in rf_CommonCreateLargeWriteDAG()
393 commitNode->antType[0] = rf_control; in rf_CommonCreateLargeWriteDAG()
401 wndNodes[i].antType[0] = rf_control; in rf_CommonCreateLargeWriteDAG()
420 termNode->antType[i] = rf_control; in rf_CommonCreateLargeWriteDAG()
425 termNode->antType[nWndNodes] = rf_control; in rf_CommonCreateLargeWriteDAG()
430 termNode->antType[nWndNodes + 1] = rf_control; in rf_CommonCreateLargeWriteDAG()
910 readDataNodes[i].antType[0] = rf_control; in rf_CommonCreateSmallWriteDAG()
918 readParityNodes[i].antType[0] = rf_control; in rf_CommonCreateSmallWriteDAG()
928 readQNodes[i].antType[0] = rf_control; in rf_CommonCreateSmallWriteDAG()
[all …]
Drf_parityloggingdags.c240 rodNodes[i].antType[0] = rf_control; in rf_CommonCreateParityLoggingLargeWriteDAG()
248 syncNode->antType[0] = rf_control; in rf_CommonCreateParityLoggingLargeWriteDAG()
254 syncNode->antType[1 + i] = rf_control; in rf_CommonCreateParityLoggingLargeWriteDAG()
269 wndNodes[i].antType[0] = rf_control; in rf_CommonCreateParityLoggingLargeWriteDAG()
285 unblockNode->antType[i] = rf_control; in rf_CommonCreateParityLoggingLargeWriteDAG()
292 unblockNode->antType[nWndNodes] = rf_control; in rf_CommonCreateParityLoggingLargeWriteDAG()
300 termNode->antType[0] = rf_control; in rf_CommonCreateParityLoggingLargeWriteDAG()
617 readDataNodes[i].antType[0] = rf_control; in rf_CommonCreateParityLoggingSmallWriteDAG()
625 readParityNodes[i].antType[0] = rf_control; in rf_CommonCreateParityLoggingSmallWriteDAG()
640 writeDataNodes[j].antType[i] = rf_control; in rf_CommonCreateParityLoggingSmallWriteDAG()
[all …]
Drf_dagdegwr.c480 rrdNodes[i].antType[0] = rf_control; in rf_CommonCreateSimpleDegradedWriteDAG()
497 commitNode->antType[0] = rf_control; in rf_CommonCreateSimpleDegradedWriteDAG()
505 wndNodes[i].antType[0] = rf_control; in rf_CommonCreateSimpleDegradedWriteDAG()
512 wnpNode->antType[0] = rf_control; in rf_CommonCreateSimpleDegradedWriteDAG()
517 wnqNode->antType[0] = rf_control; in rf_CommonCreateSimpleDegradedWriteDAG()
525 unblockNode->antType[i] = rf_control; in rf_CommonCreateSimpleDegradedWriteDAG()
532 unblockNode->antType[nWndNodes] = rf_control; in rf_CommonCreateSimpleDegradedWriteDAG()
539 unblockNode->antType[nWndNodes + 1] = rf_control; in rf_CommonCreateSimpleDegradedWriteDAG()
547 termNode->antType[0] = rf_control; in rf_CommonCreateSimpleDegradedWriteDAG()
781 termNode->antType[0] = rf_control; in rf_DoubleDegSmallWrite()
[all …]
Drf_dagdegrd.c209 rdNode->antType[0] = rf_control; in rf_CreateRaidOneDegradedReadDAG()
216 commitNode->antType[0] = rf_control; in rf_CreateRaidOneDegradedReadDAG()
224 termNode->antType[0] = rf_control; in rf_CreateRaidOneDegradedReadDAG()
493 rpNode->antType[0] = rf_control; in rf_CreateDegradedReadDAG()
498 rrdNodes[i].antType[0] = rf_control; in rf_CreateDegradedReadDAG()
504 rudNodes[i].antType[0] = rf_control; in rf_CreateDegradedReadDAG()
531 commitNode->antType[0] = rf_control; in rf_CreateDegradedReadDAG()
538 termNode->antType[0] = rf_control; in rf_CreateDegradedReadDAG()
671 rdNode->antType[0] = rf_control; in rf_CreateRaidCDegradedReadDAG()
678 commitNode->antType[0] = rf_control; in rf_CreateRaidCDegradedReadDAG()
[all …]
Drf_parityscan.c462 unblockNode->antType[i] = rf_control; in rf_MakeSimpleDAG()
467 nodes[i].antType[0] = rf_control; in rf_MakeSimpleDAG()
473 termNode->antType[0] = rf_control; in rf_MakeSimpleDAG()
Drf_dag.h101 rf_control enumerator
Drf_pqdegdags.c110 (node)->antType[0] = rf_control; \
Drf_dagutils.c387 case rf_control: in rf_RecurPrintDAG()