Lines Matching refs:pdaList
101 RF_PhysDiskAddr_t *pdaList, *t_pda; in rf_MapAccess() local
114 pdaList = rf_AllocPDAList(raidPtr, lastSUID - SUID + 1 + in rf_MapAccess()
157 RF_ASSERT(pdaList); in rf_MapAccess()
158 t_pda = pdaList; in rf_MapAccess()
159 pdaList = pdaList->next; in rf_MapAccess()
200 RF_ASSERT(pdaList); in rf_MapAccess()
201 t_pda = pdaList; in rf_MapAccess()
202 pdaList = pdaList->next; in rf_MapAccess()
217 RF_ASSERT(pdaList && pdaList->next); in rf_MapAccess()
218 t_pda = pdaList; in rf_MapAccess()
219 pdaList = pdaList->next; in rf_MapAccess()
223 t_pda = pdaList; in rf_MapAccess()
224 pdaList = pdaList->next; in rf_MapAccess()
245 RF_ASSERT(asmList == NULL && pdaList == NULL); in rf_MapAccess()
534 RF_PhysDiskAddr_t *pdp, *trailer, *pdaList = NULL, *pdaEnd = NULL; in rf_FreeAccessStripeMap() local
541 if (!pdaList) in rf_FreeAccessStripeMap()
542 pdaList = p->qInfo; in rf_FreeAccessStripeMap()
553 if (!pdaList) in rf_FreeAccessStripeMap()
554 pdaList = p->parityInfo; in rf_FreeAccessStripeMap()
565 if (!pdaList) in rf_FreeAccessStripeMap()
566 pdaList = p->physInfo; in rf_FreeAccessStripeMap()
579 for (t = 0, pdp = pdaList; pdp; pdp = pdp->next) in rf_FreeAccessStripeMap()
583 if (pdaList) in rf_FreeAccessStripeMap()
584 rf_FreePDAList(raidPtr, pdaList); in rf_FreeAccessStripeMap()