Lines Matching refs:tmpwriteDataNode
533 RF_DagNode_t *tmpxorNode, *tmpwriteDataNode; in rf_CommonCreateSmallWriteDAG() local
760 tmpwriteDataNode = writeDataNodes; in rf_CommonCreateSmallWriteDAG()
763 rf_InitNode(tmpwriteDataNode, rf_wait, RF_FALSE, in rf_CommonCreateSmallWriteDAG()
768 tmpwriteDataNode->params[0].p = pda; in rf_CommonCreateSmallWriteDAG()
770 tmpwriteDataNode->params[1].p = pda->bufPtr; in rf_CommonCreateSmallWriteDAG()
771 tmpwriteDataNode->params[2].v = parityStripeID; in rf_CommonCreateSmallWriteDAG()
772 tmpwriteDataNode->params[3].v = RF_CREATE_PARAM3(RF_IO_NORMAL_PRIORITY, in rf_CommonCreateSmallWriteDAG()
775 tmpwriteDataNode = tmpwriteDataNode->list_next; in rf_CommonCreateSmallWriteDAG()
823 tmpwriteDataNode = writeDataNodes; in rf_CommonCreateSmallWriteDAG()
839 tmpxorNode->params[4] = tmpwriteDataNode->params[0]; in rf_CommonCreateSmallWriteDAG()
840 tmpxorNode->params[5] = tmpwriteDataNode->params[1]; in rf_CommonCreateSmallWriteDAG()
855 tmpqNode->params[4] = tmpwriteDataNode->params[0]; in rf_CommonCreateSmallWriteDAG()
856 tmpqNode->params[5] = tmpwriteDataNode->params[1]; in rf_CommonCreateSmallWriteDAG()
867 tmpwriteDataNode = tmpwriteDataNode->list_next; in rf_CommonCreateSmallWriteDAG()
888 tmpwriteDataNode = writeDataNodes; in rf_CommonCreateSmallWriteDAG()
892 tmpwriteDataNode->params[0]; in rf_CommonCreateSmallWriteDAG()
894 tmpwriteDataNode->params[1]; in rf_CommonCreateSmallWriteDAG()
895 tmpwriteDataNode = tmpwriteDataNode->list_next; in rf_CommonCreateSmallWriteDAG()
919 tmpwriteDataNode = writeDataNodes; in rf_CommonCreateSmallWriteDAG()
923 tmpwriteDataNode->params[0]; in rf_CommonCreateSmallWriteDAG()
925 tmpwriteDataNode->params[1]; in rf_CommonCreateSmallWriteDAG()
926 tmpwriteDataNode = tmpwriteDataNode->list_next; in rf_CommonCreateSmallWriteDAG()
1116 tmpwriteDataNode = writeDataNodes; in rf_CommonCreateSmallWriteDAG()
1118 RF_ASSERT(tmpwriteDataNode->numAntecedents == 1); in rf_CommonCreateSmallWriteDAG()
1119 commitNode->succedents[i] = tmpwriteDataNode; in rf_CommonCreateSmallWriteDAG()
1120 tmpwriteDataNode->antecedents[0] = commitNode; in rf_CommonCreateSmallWriteDAG()
1121 tmpwriteDataNode->antType[0] = rf_trueData; in rf_CommonCreateSmallWriteDAG()
1122 tmpwriteDataNode = tmpwriteDataNode->list_next; in rf_CommonCreateSmallWriteDAG()
1146 tmpwriteDataNode = writeDataNodes; in rf_CommonCreateSmallWriteDAG()
1149 RF_ASSERT(tmpwriteDataNode->numSuccedents == 1); in rf_CommonCreateSmallWriteDAG()
1151 tmpwriteDataNode->succedents[0] = termNode; in rf_CommonCreateSmallWriteDAG()
1152 termNode->antecedents[i] = tmpwriteDataNode; in rf_CommonCreateSmallWriteDAG()
1154 tmpwriteDataNode = tmpwriteDataNode->list_next; in rf_CommonCreateSmallWriteDAG()