Searched refs:alternate_lba (Results 1 – 2 of 2) sorted by relevance
88 __le64 alternate_lba; member
178 gpt_h->my_lba = gpt_h->alternate_lba; in prepare_backup_gpt_header()179 gpt_h->alternate_lba = cpu_to_le64(val); in prepare_backup_gpt_header()583 gpt_h->alternate_lba = cpu_to_le64(dev_desc->lba - 1); in gpt_fill_header()687 if (le64_to_cpu(gpt_head->alternate_lba) != (dev_desc->lba - 1)) { in gpt_verify_headers()708 gpt_h->my_lba = gpt_h->alternate_lba; in restore_primary_gpt_header()709 gpt_h->alternate_lba = cpu_to_le64(val); in restore_primary_gpt_header()
Completed in 9 milliseconds