Searched defs:FirstUsableLBA (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Dgpt.c163 uint64_t FirstUsableLBA; member in struct:_GuidPartitionTableHeader_t
707 first_usable = PED_LE64_TO_CPU (gpt->FirstUsableLBA);
1151 gpt->FirstUsableLBA = PED_CPU_TO_LE64 (gpt_disk_data->data_area.start);
1723 * the second LBA (where the header ends) and the FirstUsableLBA.
1724 * FirstUsableLBA is the first logical block that is used for contents
1738 * SP = FirstUsableLBA*Blocksize - 2*Blocksize / SizeOfPartitionEntry
1756 *max_n = (disk->dev->sector_size * (pth->FirstUsableLBA - 2)

Completed in 19 milliseconds