Home
last modified time | relevance | path

Searched refs:LastSectorCount (Results 1 – 3 of 3) sorted by relevance

/reactos/base/system/diskpart/
H A Dpartlist.c512 ULONGLONG LastSectorCount; in ScanForUnpartitionedDiskSpace() local
552 LastSectorCount = 0ULL; in ScanForUnpartitionedDiskSpace()
564 PartEntry->StartSector.QuadPart - (LastStartSector + LastSectorCount); in ScanForUnpartitionedDiskSpace()
566 if (PartEntry->StartSector.QuadPart > (LastStartSector + LastSectorCount) && in ScanForUnpartitionedDiskSpace()
580 NewPartEntry->StartSector.QuadPart = LastStartSector + LastSectorCount; in ScanForUnpartitionedDiskSpace()
596 LastSectorCount = PartEntry->SectorCount.QuadPart; in ScanForUnpartitionedDiskSpace()
603 if ((LastStartSector + LastSectorCount) < DiskEntry->SectorCount.QuadPart) in ScanForUnpartitionedDiskSpace()
620 NewPartEntry->StartSector.QuadPart = LastStartSector + LastSectorCount; in ScanForUnpartitionedDiskSpace()
670 LastSectorCount = 0ULL; in ScanForUnpartitionedDiskSpace()
715 LastSectorCount = PartEntry->SectorCount.QuadPart; in ScanForUnpartitionedDiskSpace()
[all …]
/reactos/base/setup/lib/utils/
H A Dpartlist.c1101 ULONGLONG LastSectorCount; in ScanForUnpartitionedDiskSpace() local
1137 LastSectorCount = 0ULL; in ScanForUnpartitionedDiskSpace()
1150 PartEntry->StartSector.QuadPart - (LastStartSector + LastSectorCount); in ScanForUnpartitionedDiskSpace()
1157 StartSector = LastStartSector + LastSectorCount; in ScanForUnpartitionedDiskSpace()
1174 LastSectorCount = PartEntry->SectorCount.QuadPart; in ScanForUnpartitionedDiskSpace()
1179 if ((LastStartSector + LastSectorCount) < DiskEntry->SectorCount.QuadPart) in ScanForUnpartitionedDiskSpace()
1187 StartSector = LastStartSector + LastSectorCount; in ScanForUnpartitionedDiskSpace()
1217 LastSectorCount = 0ULL; in ScanForUnpartitionedDiskSpace()
1237 StartSector = LastStartSector + LastSectorCount; in ScanForUnpartitionedDiskSpace()
1254 LastSectorCount = PartEntry->SectorCount.QuadPart; in ScanForUnpartitionedDiskSpace()
[all …]
/reactos/ntoskrnl/fsrtl/
H A Dlargemcb.c343 ULONGLONG LastSectorCount = 0; in FsRtlGetNextBaseMcbEntry() local
351 if (Run->RunStartVbn.QuadPart > (LastVbn + LastSectorCount)) in FsRtlGetNextBaseMcbEntry()
356 *Vbn = LastVbn + LastSectorCount; in FsRtlGetNextBaseMcbEntry()
379 LastSectorCount = Run->RunEndVbn.QuadPart - Run->RunStartVbn.QuadPart; in FsRtlGetNextBaseMcbEntry()