Lines Matching refs:tmpreadDataNode
530 RF_DagNode_t *tmpNode, *tmpreadDataNode, *tmpreadParityNode; in rf_CommonCreateSmallWriteDAG() local
688 tmpreadDataNode = readDataNodes; in rf_CommonCreateSmallWriteDAG()
690 rf_InitNode(tmpreadDataNode, rf_wait, RF_FALSE, in rf_CommonCreateSmallWriteDAG()
696 tmpreadDataNode->params[0].p = pda; in rf_CommonCreateSmallWriteDAG()
698 …tmpreadDataNode->params[1].p = rf_AllocBuffer(raidPtr, dag_h, pda->numSector << raidPtr->logBytesP… in rf_CommonCreateSmallWriteDAG()
699 tmpreadDataNode->params[2].v = parityStripeID; in rf_CommonCreateSmallWriteDAG()
700 tmpreadDataNode->params[3].v = RF_CREATE_PARAM3(RF_IO_NORMAL_PRIORITY, in rf_CommonCreateSmallWriteDAG()
703 for (j = 0; j < tmpreadDataNode->numSuccedents; j++) { in rf_CommonCreateSmallWriteDAG()
704 tmpreadDataNode->propList[j] = NULL; in rf_CommonCreateSmallWriteDAG()
706 tmpreadDataNode = tmpreadDataNode->list_next; in rf_CommonCreateSmallWriteDAG()
821 tmpreadDataNode = readDataNodes; in rf_CommonCreateSmallWriteDAG()
835 tmpxorNode->params[0] = tmpreadDataNode->params[0]; in rf_CommonCreateSmallWriteDAG()
836 tmpxorNode->params[1] = tmpreadDataNode->params[1]; in rf_CommonCreateSmallWriteDAG()
851 tmpqNode->params[0] = tmpreadDataNode->params[0]; in rf_CommonCreateSmallWriteDAG()
852 tmpqNode->params[1] = tmpreadDataNode->params[1]; in rf_CommonCreateSmallWriteDAG()
865 tmpreadDataNode = tmpreadDataNode->list_next; in rf_CommonCreateSmallWriteDAG()
876 tmpreadDataNode = readDataNodes; in rf_CommonCreateSmallWriteDAG()
880 xorNodes->params[2 * i + 0] = tmpreadDataNode->params[0]; /* pda */ in rf_CommonCreateSmallWriteDAG()
881 xorNodes->params[2 * i + 1] = tmpreadDataNode->params[1]; /* buffer ptr */ in rf_CommonCreateSmallWriteDAG()
882 tmpreadDataNode = tmpreadDataNode->list_next; in rf_CommonCreateSmallWriteDAG()
907 tmpreadDataNode = readDataNodes; in rf_CommonCreateSmallWriteDAG()
910 qNodes->params[2 * i + 0] = tmpreadDataNode->params[0]; /* pda */ in rf_CommonCreateSmallWriteDAG()
911 qNodes->params[2 * i + 1] = tmpreadDataNode->params[1]; /* buffer ptr */ in rf_CommonCreateSmallWriteDAG()
912 tmpreadDataNode = tmpreadDataNode->list_next; in rf_CommonCreateSmallWriteDAG()
993 tmpreadDataNode = readDataNodes; in rf_CommonCreateSmallWriteDAG()
995 blockNode->succedents[i] = tmpreadDataNode; in rf_CommonCreateSmallWriteDAG()
996 RF_ASSERT(tmpreadDataNode->numAntecedents == 1); in rf_CommonCreateSmallWriteDAG()
997 tmpreadDataNode->antecedents[0] = blockNode; in rf_CommonCreateSmallWriteDAG()
998 tmpreadDataNode->antType[0] = rf_control; in rf_CommonCreateSmallWriteDAG()
999 tmpreadDataNode = tmpreadDataNode->list_next; in rf_CommonCreateSmallWriteDAG()
1026 tmpreadDataNode = readDataNodes; in rf_CommonCreateSmallWriteDAG()
1028 RF_ASSERT(tmpreadDataNode->numSuccedents == (nfaults * numParityNodes)); in rf_CommonCreateSmallWriteDAG()
1032 tmpreadDataNode->succedents[j] = tmpxorNode; in rf_CommonCreateSmallWriteDAG()
1033 tmpxorNode->antecedents[i] = tmpreadDataNode; in rf_CommonCreateSmallWriteDAG()
1037 tmpreadDataNode = tmpreadDataNode->list_next; in rf_CommonCreateSmallWriteDAG()
1043 tmpreadDataNode = readDataNodes; in rf_CommonCreateSmallWriteDAG()
1048 tmpreadDataNode->succedents[numParityNodes + j] = tmpqNode; in rf_CommonCreateSmallWriteDAG()
1049 tmpqNode->antecedents[i] = tmpreadDataNode; in rf_CommonCreateSmallWriteDAG()
1053 tmpreadDataNode = tmpreadDataNode->list_next; in rf_CommonCreateSmallWriteDAG()