Searched refs:TotalSectorCount (Results 1 – 8 of 8) sorted by relevance
48 Context.TotalSectorCount = 0; in VfatxFormat()188 NewPercent = (Context->CurrentSectorCount * 100ULL) / Context->TotalSectorCount; in VfatxUpdateProgress()
32 ULONG TotalSectorCount; member
381 Context->TotalSectorCount = in FatxFormat()386 Context->TotalSectorCount = SectorCount; in FatxFormat()
325 Context->TotalSectorCount = in Fat12Format()330 Context->TotalSectorCount += SectorCount; in Fat12Format()
333 Context->TotalSectorCount = in Fat16Format()338 Context->TotalSectorCount += SectorCount; in Fat16Format()
106 ULONG TotalSectorCount; member
73 Context.TotalSectorCount = 0; in VfatFormat()328 NewPercent = (Context->CurrentSectorCount * 100ULL) / Context->TotalSectorCount; in UpdateProgress()
493 Context->TotalSectorCount = in Fat32Format()498 Context->TotalSectorCount += BootSector.SectorsHuge; in Fat32Format()