Searched refs:GPT_SIZE (Results 1 – 5 of 5) sorted by relevance
170 uint64_t GetTableSizeInSectors(void) {return (((numParts * GPT_SIZE) / blockSize) + in GetTableSizeInSectors()171 (((numParts * GPT_SIZE) % blockSize) != 0)); } in GetTableSizeInSectors()
67 #define GPT_SIZE 128 macro
169 if (curHigh < (blockSize / GPT_SIZE)) in ResizePartitionTable()170 curHigh = blockSize / GPT_SIZE; in ResizePartitionTable()
33 tableSize = GPT_SIZE; in GPTDataCL()
603 crc = chksum_crc32((unsigned char*) partitions, numParts * GPT_SIZE); in RecomputeCRCs()1819 entriesPerSector = blockSize / GPT_SIZE; in SetGPTSize()1994 mainHeader.sizeOfPartitionEntries = GPT_SIZE; in ClearGPTData()