Lines Matching refs:gpt_header
51 gpt_header *pgpt_head, gpt_entry **pgpt_pte);
53 gpt_header *pgpt_head);
79 static int validate_gpt_header(gpt_header *gpt_h, lbaint_t lba, in validate_gpt_header()
142 static int validate_gpt_entries(gpt_header *gpt_h, gpt_entry *gpt_e) in validate_gpt_entries()
162 static void prepare_backup_gpt_header(gpt_header *gpt_h) in prepare_backup_gpt_header()
191 ALLOC_CACHE_ALIGN_BUFFER_PAD(gpt_header, gpt_head, 1, dev_desc->blksz); in get_disk_guid()
218 ALLOC_CACHE_ALIGN_BUFFER_PAD(gpt_header, gpt_head, 1, dev_desc->blksz); in part_print_efi()
276 ALLOC_CACHE_ALIGN_BUFFER_PAD(gpt_header, gpt_head, 1, dev_desc->blksz); in part_get_info_efi()
390 gpt_header *gpt_h, gpt_entry *gpt_e) in write_gpt_table()
438 gpt_header *gpt_h, gpt_entry *gpt_e, in gpt_fill_pte()
604 int gpt_fill_header(struct blk_desc *dev_desc, gpt_header *gpt_h, in gpt_fill_header()
609 gpt_h->header_size = cpu_to_le32(sizeof(gpt_header)); in gpt_fill_header()
631 gpt_header *gpt_h; in gpt_restore()
635 size = PAD_TO_BLOCKSIZE(sizeof(gpt_header), dev_desc); in gpt_restore()
686 int gpt_verify_headers(struct blk_desc *dev_desc, gpt_header *gpt_head, in gpt_verify_headers()
712 gpt_header *gpt_head, gpt_entry **gpt_pte) in gpt_verify_partitions()
790 gpt_header *gpt_h; in is_valid_gpt_buf()
811 gpt_header *gpt_h; in write_mbr_and_gpt_partitions()
932 gpt_header *pgpt_head, gpt_entry **pgpt_pte) in is_gpt_valid()
995 gpt_header *pgpt_head) in alloc_read_gpt_entries()