Lines Matching refs:startSector

514                         (long) pda->startSector, (int) pda->numSector, (long) bufPtr,  in rf_PrintNodeInfoString()
526 (long) pda->startSector, (int) pda->numSector); in rf_PrintNodeInfoString()
536 pda->col, (long) pda->startSector, in rf_PrintNodeInfoString()
928 pda->startSector)) { in rf_redirect_asm()
936 &pda->col, &pda->startSector, RF_REMAP); in rf_redirect_asm()
946 … if (!rf_CheckRUReconstructed(raidPtr->reconControl->reconMap, pda->startSector)) { in rf_redirect_asm()
953 …aidPtr->Layout.map->MapParity) (raidPtr, pda->raidAddress, &pda->col, &pda->startSector, RF_REMAP); in rf_redirect_asm()
1033 RF_SectorNum_t soffs = rf_StripeUnitOffset(layoutPtr, src->startSector); in rf_PDAOverlap()
1034 RF_SectorNum_t doffs = rf_StripeUnitOffset(layoutPtr, dest->startSector); in rf_PDAOverlap()
1036 … RF_SectorNum_t send = rf_StripeUnitOffset(layoutPtr, src->startSector + src->numSector - 1); in rf_PDAOverlap()
1037 … RF_SectorNum_t dend = rf_StripeUnitOffset(layoutPtr, dest->startSector + dest->numSector - 1); in rf_PDAOverlap()
1194 RF_SectorNum_t soffs = rf_StripeUnitOffset(layoutPtr, src->startSector); in rf_RangeRestrictPDA()
1195 RF_SectorNum_t doffs = rf_StripeUnitOffset(layoutPtr, dest->startSector); in rf_RangeRestrictPDA()
1196 …RF_SectorNum_t send = rf_StripeUnitOffset(layoutPtr, src->startSector + src->numSector - 1); … in rf_RangeRestrictPDA()
1198 … RF_SectorNum_t dend = rf_StripeUnitOffset(layoutPtr, dest->startSector + dest->numSector - 1); in rf_RangeRestrictPDA()
1199 …um_t subAddr = rf_RaidAddressOfPrevStripeUnitBoundary(layoutPtr, dest->startSector); /* strip… in rf_RangeRestrictPDA()
1201 dest->startSector = subAddr + RF_MAX(soffs, doffs); in rf_RangeRestrictPDA()
1202 dest->numSector = subAddr + RF_MIN(send, dend) + 1 - dest->startSector; in rf_RangeRestrictPDA()
1208 rf_StripeUnitOffset(layoutPtr, dest->startSector); in rf_RangeRestrictPDA()
1363 … if (SNUM_DIFF(dataQueue->last_deq_sector, data_pda->startSector) in rf_SelectMirrorDiskIdle()
1364 … <= SNUM_DIFF(mirrorQueue->last_deq_sector, mirror_pda->startSector)) { in rf_SelectMirrorDiskIdle()
1413 if (data_pda->startSector < in rf_SelectMirrorDiskPartition()