Lines Matching refs:tmpwriteQNode

536 	RF_DagNode_t *tmpwriteQNode, *tmpreadQNode, *tmpqNode, *readQNodes,  in rf_CommonCreateSmallWriteDAG()  local
962 tmpwriteQNode = writeQNodes; in rf_CommonCreateSmallWriteDAG()
965 rf_InitNode(tmpwriteQNode, rf_wait, RF_FALSE, in rf_CommonCreateSmallWriteDAG()
970 tmpwriteQNode->params[0].p = pda; /* param 1 (bufPtr) in rf_CommonCreateSmallWriteDAG()
972 tmpwriteQNode->params[1].p = tmpqNode->results[0]; /* buffer pointer for in rf_CommonCreateSmallWriteDAG()
975 tmpwriteQNode->params[2].v = parityStripeID; in rf_CommonCreateSmallWriteDAG()
976 tmpwriteQNode->params[3].v = RF_CREATE_PARAM3(RF_IO_NORMAL_PRIORITY, in rf_CommonCreateSmallWriteDAG()
979 tmpwriteQNode = tmpwriteQNode->list_next; in rf_CommonCreateSmallWriteDAG()
1134 tmpwriteQNode = writeQNodes; in rf_CommonCreateSmallWriteDAG()
1136 RF_ASSERT(tmpwriteQNode->numAntecedents == 1); in rf_CommonCreateSmallWriteDAG()
1137 commitNode->succedents[i + numDataNodes + numParityNodes] = tmpwriteQNode; in rf_CommonCreateSmallWriteDAG()
1138 tmpwriteQNode->antecedents[0] = commitNode; in rf_CommonCreateSmallWriteDAG()
1139 tmpwriteQNode->antType[0] = rf_trueData; in rf_CommonCreateSmallWriteDAG()
1140 tmpwriteQNode = tmpwriteQNode->list_next; in rf_CommonCreateSmallWriteDAG()
1168 tmpwriteQNode = writeQNodes; in rf_CommonCreateSmallWriteDAG()
1170 RF_ASSERT(tmpwriteQNode->numSuccedents == 1); in rf_CommonCreateSmallWriteDAG()
1171 tmpwriteQNode->succedents[0] = termNode; in rf_CommonCreateSmallWriteDAG()
1172 termNode->antecedents[numDataNodes + numParityNodes + i] = tmpwriteQNode; in rf_CommonCreateSmallWriteDAG()
1174 tmpwriteQNode = tmpwriteQNode->list_next; in rf_CommonCreateSmallWriteDAG()