Home
last modified time | relevance | path

Searched refs:physInfo (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/sys/dev/raidframe/
Drf_map.c162 asm_p->physInfo = pda_p = t_pda; in rf_MapAccess()
283 for (pda = asmap->physInfo; pda; pda = pda->next) { in rf_MarkFailuresInASMList()
566 pdaList = p->physInfo; in rf_FreeAccessStripeMap()
568 pdaEnd->next = p->physInfo; in rf_FreeAccessStripeMap()
569 for (trailer = NULL, pdp = p->physInfo; pdp;) { in rf_FreeAccessStripeMap()
727 for (i = 0, p = asmap->physInfo; p; p = p->next, i++) { in rf_PrintFullAccessStripeMap()
793 toAdjust->numSector = asm_p->physInfo->numSector; in rf_ASMParityAdjust()
Drf_dagdegrd.c175 pda = asmap->physInfo; in rf_CreateRaidOneDegradedReadDAG()
371 for (pda = asmap->physInfo, i = 0; i < nRudNodes; i++, pda = pda->next) { in rf_CreateDegradedReadDAG()
391 for (pda = new_asm_h[0]->stripeMap->physInfo; in rf_CreateDegradedReadDAG()
408 for (j = 0, pda = new_asm_h[1]->stripeMap->physInfo; in rf_CreateDegradedReadDAG()
636 pda = asmap->physInfo; in rf_CreateRaidCDegradedReadDAG()
788 for (pda_p = asmap->physInfo; pda_p; pda_p = pda_p->next) { in rf_DD_GenerateFailedAccessASMs()
832 …firstDataCol = rf_RaidAddressToStripeUnitID(&(raidPtr->Layout), asmap->physInfo->raidAddress) % nu… in rf_DD_GenerateFailedAccessASMs()
875 for (phys_p = asmap->physInfo; phys_p; phys_p = phys_p->next, i++) { in rf_DD_GenerateFailedAccessASMs()
1130 pda = asmap->physInfo; in rf_DoubleDegRead()
Drf_aselect.c185 … for (j = 0, physPtr = asm_p->physInfo; physPtr; physPtr = physPtr->next, j++) { in rf_SelectAlgorithm()
370 … for (j = 0, physPtr = asm_p->physInfo; physPtr; physPtr = physPtr->next, j++) { in rf_SelectAlgorithm()
464 … for (j = 0, physPtr = asm_p->physInfo; physPtr; physPtr = physPtr->next, j++) { in rf_SelectAlgorithm()
Drf_parityloggingdags.c140 pda = new_asm_h[asmNum]->stripeMap->physInfo; in rf_CommonCreateParityLoggingLargeWriteDAG()
155 pda = asmap->physInfo; in rf_CommonCreateParityLoggingLargeWriteDAG()
335 RF_PhysDiskAddr_t *pda = asmap->physInfo; in rf_CommonCreateParityLoggingSmallWriteDAG()
430 pda = asmap->physInfo; in rf_CommonCreateParityLoggingSmallWriteDAG()
Drf_dagffwr.c273 pda = new_asm_h[asmNum]->stripeMap->physInfo; in rf_CommonCreateLargeWriteDAG()
295 pda = asmap->physInfo; in rf_CommonCreateLargeWriteDAG()
553 pda = asmap->physInfo; in rf_CommonCreateSmallWriteDAG()
759 pda = asmap->physInfo; in rf_CommonCreateSmallWriteDAG()
1222 nWndNodes = (asmap->physInfo->next) ? 2 : 1; in rf_CreateRaidOneWriteDAG()
1276 pda = asmap->physInfo; in rf_CreateRaidOneWriteDAG()
1295 pda = asmap->physInfo; in rf_CreateRaidOneWriteDAG()
Drf_dagdegwr.c310 for (i = 0, pda = new_asm_h[0]->stripeMap->physInfo; in rf_CommonCreateSimpleDegradedWriteDAG()
327 for (j = 0, pda = new_asm_h[1]->stripeMap->physInfo; in rf_CommonCreateSimpleDegradedWriteDAG()
403 for (pda = asmap->physInfo, i = 0; i < nWndNodes; i++, pda = pda->next) { in rf_CommonCreateSimpleDegradedWriteDAG()
867 pda = asmap->physInfo; in rf_DoubleDegSmallWrite()
Drf_dagffrd.c134 RF_PhysDiskAddr_t *pda = asmap->physInfo; in rf_CreateNonredundantDAG()
330 RF_PhysDiskAddr_t *data_pda = asmap->physInfo; in CreateMirrorReadDAG()
Drf_layout.h132 RF_PhysDiskAddr_t *physInfo; /* a list of PhysDiskAddr structs */ member
Drf_dagutils.c923 for (pda = asmap->physInfo; pda; pda = pda->next) { in rf_redirect_asm()
1112 for (pda = new_asm_h[0]->stripeMap->physInfo; pda; pda = pda->next) { in rf_GenerateFailedAccessASMs()
1121 for (pda = new_asm_h[1]->stripeMap->physInfo; pda; pda = pda->next) { in rf_GenerateFailedAccessASMs()
1137 for (foundit = i = 0, pda = asmap->physInfo; pda; i++, pda = pda->next) { in rf_GenerateFailedAccessASMs()
Drf_parityscan.c236 for (pda = asmap->physInfo, i = 0; i < layoutPtr->numDataCol; i++, pda = pda->next) { in rf_VerifyParityBasic()
Drf_evenodd.c376 for (pda = asmap->physInfo, i = 0; i < layoutPtr->numDataCol; i++, pda = pda->next) { in rf_VerifyParityEvenOdd()
Drf_raid1.c335 for (pda = aasm->physInfo, i = 0; i < layoutPtr->numDataCol; i++, pda = pda->next) { in rf_VerifyParityRAID1()