Home
last modified time | relevance | path

Searched refs:SectorUsedAs (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/gdisk/gptfdisk-1.0.8/
H A Dmbr.cc80 if (SectorUsedAs(partitions[i].GetStartLBA() - 1, 4) == NONE) { in gconf_bookmarks_dialog_populate_model()
85 if (SectorUsedAs(after, 4) == NONE) { in gconf_bookmarks_dialog_populate_model()
H A Dbasicmbr.h141 int SectorUsedAs(uint64_t sector, int topPartNum = MAX_MBR_PARTS);
H A Dbasicmbr.cc819 usedAsEBR = (SectorUsedAs(partitions[i].GetLastLBA()) == EBR); in UpdateCanBeLogical()
825 sectorBefore = SectorUsedAs(partitions[i].GetStartLBA() - 1); in UpdateCanBeLogical()
935 allOK = allOK && (SectorUsedAs(partitions[i].GetStartLBA() - 1) == EBR); in SpaceBeforeAllLogicals()
1284 if (SectorUsedAs(partitions[i].GetStartLBA() - 1) == NONE) in MakeLogicalsContiguous()
1481 int BasicMBRData::SectorUsedAs(uint64_t sector, int topPartNum) { in SectorUsedAs() function in BasicMBRData