Home
last modified time | relevance | path

Searched refs:TotalSectorCount (Results 1 – 8 of 8) sorted by relevance

/reactos/sdk/lib/fslib/vfatxlib/
H A Dvfatxlib.c48 Context.TotalSectorCount = 0; in VfatxFormat()
188 NewPercent = (Context->CurrentSectorCount * 100ULL) / Context->TotalSectorCount; in VfatxUpdateProgress()
H A Dvfatxlib.h32 ULONG TotalSectorCount; member
H A Dfatx.c381 Context->TotalSectorCount = in FatxFormat()
386 Context->TotalSectorCount = SectorCount; in FatxFormat()
/reactos/sdk/lib/fslib/vfatlib/
H A Dfat12.c325 Context->TotalSectorCount = in Fat12Format()
330 Context->TotalSectorCount += SectorCount; in Fat12Format()
H A Dfat16.c333 Context->TotalSectorCount = in Fat16Format()
338 Context->TotalSectorCount += SectorCount; in Fat16Format()
H A Dvfatlib.h106 ULONG TotalSectorCount; member
H A Dvfatlib.c73 Context.TotalSectorCount = 0; in VfatFormat()
328 NewPercent = (Context->CurrentSectorCount * 100ULL) / Context->TotalSectorCount; in UpdateProgress()
H A Dfat32.c493 Context->TotalSectorCount = in Fat32Format()
498 Context->TotalSectorCount += BootSector.SectorsHuge; in Fat32Format()