Lines Matching refs:gpt_entry

47 				gpt_header *pgpt_head, gpt_entry **pgpt_pte);
48 static gpt_entry *alloc_read_gpt_entries(struct blk_desc *dev_desc,
50 static int is_pte_valid(gpt_entry * pte);
52 static char *print_efiname(gpt_entry *pte) in print_efiname()
68 static inline int is_bootable(gpt_entry *p) in is_bootable()
150 static int validate_gpt_entries(gpt_header *gpt_h, gpt_entry *gpt_e) in validate_gpt_entries()
200 gpt_entry *gpt_pte = NULL; in get_disk_guid()
227 gpt_entry *gpt_pte = NULL; in part_print_efi()
284 static gpt_entry *gpt_pte = NULL; in part_get_info_efi()
357 gpt_entry *gpt_pte, in gpt_entry_modify()
378 static int part_efi_repair(struct blk_desc *dev_desc, gpt_entry *gpt_pte, in part_efi_repair()
457 gpt_entry *h_gpt_pte = NULL; in part_test_efi()
459 gpt_entry *b_gpt_pte = NULL; in part_test_efi()
549 gpt_header *gpt_h, gpt_entry *gpt_e) in write_gpt_table()
552 * sizeof(gpt_entry)), dev_desc); in write_gpt_table()
597 gpt_header *gpt_h, gpt_entry *gpt_e, in gpt_fill_pte()
777 gpt_h->sizeof_partition_entry = cpu_to_le32(sizeof(gpt_entry)); in gpt_fill_header()
791 gpt_entry *gpt_e; in gpt_restore()
802 size = PAD_TO_BLOCKSIZE(GPT_ENTRY_NUMBERS * sizeof(gpt_entry), in gpt_restore()
855 gpt_entry **gpt_pte) in gpt_verify_headers()
880 gpt_header *gpt_head, gpt_entry **gpt_pte) in gpt_verify_partitions()
884 gpt_entry *gpt_e; in gpt_verify_partitions()
959 gpt_entry *gpt_e; in is_valid_gpt_buf()
989 gpt_entry *gpt_e; in write_mbr_and_gpt_partitions()
1121 gpt_header *pgpt_head, gpt_entry **pgpt_pte) in is_gpt_valid()
1188 static gpt_entry *alloc_read_gpt_entries(struct blk_desc *dev_desc, in alloc_read_gpt_entries()
1193 gpt_entry *pte = NULL; in alloc_read_gpt_entries()
1237 static int is_pte_valid(gpt_entry * pte) in is_pte_valid()