Home | History | Annotate | Download | only in cgpt

Lines Matching refs:my_lba

848 /* Two headers are NOT bitwise identical. For example, my_lba pointers to header
849 * itself so that my_lba in primary and secondary is definitely different.
950 secondary_header->my_lba = gpt->gpt_drive_sectors - 1; /* the last sector */
951 secondary_header->alternate_lba = primary_header->my_lba;
952 secondary_header->entries_lba = secondary_header->my_lba -
957 primary_header->my_lba = GPT_PMBR_SECTORS; /* the second sector on drive */
958 primary_header->alternate_lba = secondary_header->my_lba;
960 primary_header->entries_lba = primary_header->my_lba + GPT_HEADER_SECTORS;