Home
last modified time | relevance | path

Searched refs:LastLogicalLBA (Results 1 – 2 of 2) sorted by relevance

/external/gptfdisk/
Dbasicmbr.h101 uint64_t LastLogicalLBA(void);
Dbasicmbr.cc784 lastLogical = LastLogicalLBA(); in UpdateCanBeLogical()
847 uint64_t BasicMBRData::LastLogicalLBA(void) { in LastLogicalLBA() function in BasicMBRData
867 lastLogical = LastLogicalLBA(); in AreLogicalsContiguous()
1246 lastLogicalLBA = LastLogicalLBA(); in MakeLogicalsContiguous()
1346 temp.SetLengthLBA(LastLogicalLBA() - FirstLogicalLBA() + 2); in CreateExtended()