Searched refs:physInfo (Results 1 – 12 of 12) sorted by relevance
| /netbsd/src/sys/dev/raidframe/ |
| D | rf_map.c | 162 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()
|
| D | rf_dagdegrd.c | 175 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()
|
| D | rf_aselect.c | 185 … 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()
|
| D | rf_parityloggingdags.c | 140 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()
|
| D | rf_dagffwr.c | 273 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()
|
| D | rf_dagdegwr.c | 310 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()
|
| D | rf_dagffrd.c | 134 RF_PhysDiskAddr_t *pda = asmap->physInfo; in rf_CreateNonredundantDAG() 330 RF_PhysDiskAddr_t *data_pda = asmap->physInfo; in CreateMirrorReadDAG()
|
| D | rf_layout.h | 132 RF_PhysDiskAddr_t *physInfo; /* a list of PhysDiskAddr structs */ member
|
| D | rf_dagutils.c | 923 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()
|
| D | rf_parityscan.c | 236 for (pda = asmap->physInfo, i = 0; i < layoutPtr->numDataCol; i++, pda = pda->next) { in rf_VerifyParityBasic()
|
| D | rf_evenodd.c | 376 for (pda = asmap->physInfo, i = 0; i < layoutPtr->numDataCol; i++, pda = pda->next) { in rf_VerifyParityEvenOdd()
|
| D | rf_raid1.c | 335 for (pda = aasm->physInfo, i = 0; i < layoutPtr->numDataCol; i++, pda = pda->next) { in rf_VerifyParityRAID1()
|