Searched refs:pteSize (Results 1 – 2 of 2) sorted by relevance
185 uint64_t newStart, pteSize = GetTableSizeInSectors(); in MoveMainTable() local186 uint64_t maxValue = FindFirstUsedLBA() - pteSize; in MoveMainTable()190 << " and ends at sector " << mainHeader.partitionEntriesLBA + pteSize - 1 << "\n"; in MoveMainTable()
1876 uint64_t pteSize = GetTableSizeInSectors(); in MoveMainTable() local1879 if ((pteSector >= 2) && ((pteSector + pteSize) <= FindFirstUsedLBA())) { in MoveMainTable()1881 mainHeader.firstUsableLBA = pteSector + pteSize; in MoveMainTable()