Lines Matching refs:startSector
135 RF_SectorNum_t startSector, RF_SectorNum_t stopSector) in rf_ReconMapUpdate() argument
147 RF_ASSERT(startSector >= 0 && stopSector < mapPtr->sectorsInDisk && in rf_ReconMapUpdate()
148 stopSector >= startSector); in rf_ReconMapUpdate()
150 while (startSector <= stopSector) { in rf_ReconMapUpdate()
151 i = startSector / mapPtr->sectorsPerReconUnit; in rf_ReconMapUpdate()
203 if (p == RU_NOTHING || p->startSector > startSector) { in rf_ReconMapUpdate()
206 …mapPtr->status[ru] = MakeReconMapListElem(mapPtr,startSector, RF_MIN(stopSector, last_in_RU), (p =… in rf_ReconMapUpdate()
212 } while (p && (p->startSector < startSector)); in rf_ReconMapUpdate()
213 … pt->next = MakeReconMapListElem(mapPtr,startSector, RF_MIN(stopSector, last_in_RU), p); in rf_ReconMapUpdate()
218 startSector = RF_MIN(stopSector, last_in_RU) + 1; in rf_ReconMapUpdate()
254 if ((p->startSector == i * sectorsPerReconUnit) && in compact_stat_entry()
274 if (pt->stopSector >= p->startSector - 1) { in crunch_list()
292 MakeReconMapListElem(RF_ReconMap_t *mapPtr, RF_SectorNum_t startSector, in MakeReconMapListElem() argument
298 p->startSector = startSector; in MakeReconMapListElem()
350 rf_CheckRUReconstructed(RF_ReconMap_t *mapPtr, RF_SectorNum_t startSector) in rf_CheckRUReconstructed() argument
355 i = startSector / mapPtr->sectorsPerReconUnit; in rf_CheckRUReconstructed()