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->rawblksz); in get_disk_guid()
226 ALLOC_CACHE_ALIGN_BUFFER_PAD(gpt_header, gpt_head, 1, dev_desc->rawblksz); in part_print_efi()
287 static gpt_header *gpt_head = NULL; in part_get_info_efi()
378 gpt_header *gpt_head) in gpt_entry_modify()
404 gpt_header *gpt_head, int head_gpt_valid, in part_efi_repair()
510 gpt_header *h_gpt_head = NULL; in part_test_efi()
512 gpt_header *b_gpt_head = NULL; in part_test_efi()
601 gpt_header *gpt_h, gpt_entry *gpt_e) in write_gpt_table()
651 gpt_header *gpt_h, gpt_entry *gpt_e, in gpt_fill_pte()
816 int gpt_fill_header(struct blk_desc *dev_desc, gpt_header *gpt_h, in gpt_fill_header()
821 gpt_h->header_size = cpu_to_le32(sizeof(gpt_header)); in gpt_fill_header()
849 gpt_header *gpt_h; in gpt_restore()
853 size = PAD_SIZE(sizeof(gpt_header), dev_desc->rawblksz); in gpt_restore()
912 int gpt_verify_headers(struct blk_desc *dev_desc, gpt_header *gpt_head, in gpt_verify_headers()
938 gpt_header *gpt_head, gpt_entry **gpt_pte) in gpt_verify_partitions()
1016 gpt_header *gpt_h; in is_valid_gpt_buf()
1046 gpt_header *gpt_h; in write_mbr_and_gpt_partitions()
1184 gpt_header *pgpt_head, gpt_entry **pgpt_pte) in is_gpt_valid()
1254 gpt_header *pgpt_head) in alloc_read_gpt_entries()