Searched refs:LastSectorCount (Results 1 – 3 of 3) sorted by relevance
512 ULONGLONG LastSectorCount; in ScanForUnpartitionedDiskSpace() local552 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 …]
1101 ULONGLONG LastSectorCount; in ScanForUnpartitionedDiskSpace() local1137 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 …]
343 ULONGLONG LastSectorCount = 0; in FsRtlGetNextBaseMcbEntry() local351 if (Run->RunStartVbn.QuadPart > (LastVbn + LastSectorCount)) in FsRtlGetNextBaseMcbEntry()356 *Vbn = LastVbn + LastSectorCount; in FsRtlGetNextBaseMcbEntry()379 LastSectorCount = Run->RunEndVbn.QuadPart - Run->RunStartVbn.QuadPart; in FsRtlGetNextBaseMcbEntry()