Searched refs:SetStartLBA (Results 1 – 4 of 4) sorted by relevance
82 void SetStartLBA(uint64_t s);
86 partitions[i].SetStartLBA(FindFirstInFree(partitions[i].GetStartLBA() - 1)); in OptimizeEESize()
161 void MBRPart::SetStartLBA(uint64_t start) { in SetStartLBA() function in MBRPart
307 partitions[partNum].SetStartLBA(ebr.partitions[0].firstLBA + offset); in ReadLogicalParts()1347 temp.SetStartLBA(FirstLogicalLBA() - 1); in CreateExtended()