Home | History | Annotate | Download | only in raidframe

Lines Matching defs:pda

275 	RF_PhysDiskAddr_t *pda;
335 for (pda = aasm->physInfo, i = 0; i < layoutPtr->numDataCol; i++, pda = pda->next) {
336 RF_ASSERT(pda);
338 rf_RangeRestrictPDA(raidPtr, parityPDA, pda, 0, 1);
340 RF_ASSERT(pda->numSector != 0);
341 if (rf_TryToRedirectPDA(raidPtr, pda, 0)) {
345 pda->bufPtr = buf1;
346 blockNode->succedents[i]->params[0].p = pda;
352 RF_ASSERT(pda == NULL);
358 for (pda = aasm->parityInfo; i < layoutPtr->numDataCol + layoutPtr->numParityCol; i++, pda = pda->next) {
359 RF_ASSERT(pda);
360 rf_RangeRestrictPDA(raidPtr, parityPDA, pda, 0, 1);
361 RF_ASSERT(pda->numSector != 0);
362 if (rf_TryToRedirectPDA(raidPtr, pda, 0)) {
366 pda->bufPtr = buf1;
367 blockNode->succedents[i]->params[0].p = pda;
373 RF_ASSERT(pda == NULL);
488 pda = blockNode->succedents[j]->params[0].p;
489 pda->bufPtr = blockNode->succedents[i]->params[1].p;
490 wrBlock->succedents[i]->params[0].p = pda;
491 wrBlock->succedents[i]->params[1].p = pda->bufPtr;