Home | History | Annotate | Download | only in raidframe

Lines Matching refs:asmap

80 rf_CreateNonRedundantWriteDAG(RF_Raid_t *raidPtr, RF_AccessStripeMap_t *asmap,
86 rf_CreateNonredundantDAG(raidPtr, asmap, dag_h, bp, flags, allocList,
91 rf_CreateRAID0WriteDAG(RF_Raid_t *raidPtr, RF_AccessStripeMap_t *asmap,
97 rf_CreateNonredundantDAG(raidPtr, asmap, dag_h, bp, flags, allocList,
102 rf_CreateSmallWriteDAG(RF_Raid_t *raidPtr, RF_AccessStripeMap_t *asmap,
108 rf_CommonCreateSmallWriteDAG(raidPtr, asmap, dag_h, bp, flags,
113 rf_CreateLargeWriteDAG(RF_Raid_t *raidPtr, RF_AccessStripeMap_t *asmap,
119 rf_CommonCreateLargeWriteDAG(raidPtr, asmap, dag_h, bp, flags,
153 * asmap - logical & physical addresses for this access
164 rf_CommonCreateLargeWriteDAG(RF_Raid_t *raidPtr, RF_AccessStripeMap_t *asmap,
186 asmap->raidAddress,
201 nWndNodes = asmap->numStripeUnitsAccessed;
237 rf_MapUnaccessedPortionOfStripe(raidPtr, layoutPtr, asmap, dag_h,
295 pda = asmap->physInfo;
372 wnpNode->params[0].p = asmap->parityInfo;
377 RF_ASSERT(asmap->parityInfo->next == NULL);
392 wnqNode->params[0].p = asmap->qInfo;
397 RF_ASSERT(asmap->parityInfo->next == NULL);
511 * asmap - logical & physical addresses for this access
522 rf_CommonCreateSmallWriteDAG(RF_Raid_t *raidPtr, RF_AccessStripeMap_t *asmap,
552 asmap->raidAddress, &which_ru);
553 pda = asmap->physInfo;
554 numDataNodes = asmap->numStripeUnitsAccessed;
555 numParityNodes = (asmap->parityInfo->next) ? 2 : 1;
710 pda = asmap->parityInfo;
735 pda = asmap->qInfo;
759 pda = asmap->physInfo;
790 && (asmap->totalSectorsAccessed <
936 pda = asmap->parityInfo;
961 pda = asmap->qInfo;
1191 * asmap - logical & physical addresses for this access
1198 rf_CreateRaidOneWriteDAG(RF_Raid_t *raidPtr, RF_AccessStripeMap_t *asmap,
1212 asmap->raidAddress, &which_ru);
1221 nWmirNodes = (asmap->parityInfo->next) ? 2 : 1;
1222 nWndNodes = (asmap->physInfo->next) ? 2 : 1;
1225 if (asmap->numDataFailed == 1)
1227 if (asmap->numParityFailed == 1)
1276 pda = asmap->physInfo;
1295 pda = asmap->physInfo;
1296 pdaP = asmap->parityInfo;