Lines Matching defs:parityPDA
180 RF_PhysDiskAddr_t *pda, *parityPDA;
362 parityPDA = rf_AllocPhysDiskAddr(raidPtr);
363 parityPDA->next = dag_h->pda_cleanup_list;
364 dag_h->pda_cleanup_list = parityPDA;
365 parityPDA->col = asmap->parityInfo->col;
366 parityPDA->startSector = ((asmap->parityInfo->startSector / sectorsPerSU)
368 parityPDA->numSector = failedPDA->numSector;
376 wnpNode->params[0].p = parityPDA;
385 parityPDA = RF_MallocAndAdd(sizeof(*parityPDA), allocList);
386 parityPDA->col = asmap->qInfo->col;
387 parityPDA->startSector = ((asmap->qInfo->startSector / sectorsPerSU)
389 parityPDA->numSector = failedPDA->numSector;
393 wnqNode->params[0].p = parityPDA;