Lines Matching refs:gpt_header

47 				gpt_header *pgpt_head, gpt_entry **pgpt_pte);
49 gpt_header *pgpt_head);
76 static int validate_gpt_header(gpt_header *gpt_h, lbaint_t lba, in validate_gpt_header()
150 static int validate_gpt_entries(gpt_header *gpt_h, gpt_entry *gpt_e) in validate_gpt_entries()
170 static void prepare_backup_gpt_header(gpt_header *gpt_h) in prepare_backup_gpt_header()
199 ALLOC_CACHE_ALIGN_BUFFER_PAD(gpt_header, gpt_head, 1, dev_desc->blksz); in get_disk_guid()
226 ALLOC_CACHE_ALIGN_BUFFER_PAD(gpt_header, gpt_head, 1, dev_desc->blksz); in part_print_efi()
285 static gpt_header *gpt_head = NULL; in part_get_info_efi()
358 gpt_header *gpt_head) in gpt_entry_modify()
379 gpt_header *gpt_head, int head_gpt_valid, in part_efi_repair()
458 gpt_header *h_gpt_head = NULL; in part_test_efi()
460 gpt_header *b_gpt_head = NULL; in part_test_efi()
549 gpt_header *gpt_h, gpt_entry *gpt_e) in write_gpt_table()
597 gpt_header *gpt_h, gpt_entry *gpt_e, in gpt_fill_pte()
763 int gpt_fill_header(struct blk_desc *dev_desc, gpt_header *gpt_h, in gpt_fill_header()
768 gpt_h->header_size = cpu_to_le32(sizeof(gpt_header)); in gpt_fill_header()
790 gpt_header *gpt_h; in gpt_restore()
794 size = PAD_TO_BLOCKSIZE(sizeof(gpt_header), dev_desc); in gpt_restore()
854 int gpt_verify_headers(struct blk_desc *dev_desc, gpt_header *gpt_head, in gpt_verify_headers()
880 gpt_header *gpt_head, gpt_entry **gpt_pte) in gpt_verify_partitions()
958 gpt_header *gpt_h; in is_valid_gpt_buf()
988 gpt_header *gpt_h; in write_mbr_and_gpt_partitions()
1121 gpt_header *pgpt_head, gpt_entry **pgpt_pte) in is_gpt_valid()
1189 gpt_header *pgpt_head) in alloc_read_gpt_entries()