Lines Matching refs:gpt_head
190 ALLOC_CACHE_ALIGN_BUFFER_PAD(gpt_header, gpt_head, 1, dev_desc->blksz); in get_disk_guid()
196 gpt_head, &gpt_pte) != 1) { in get_disk_guid()
199 gpt_head, &gpt_pte) != 1) { in get_disk_guid()
209 guid_bin = gpt_head->disk_guid.b; in get_disk_guid()
217 ALLOC_CACHE_ALIGN_BUFFER_PAD(gpt_header, gpt_head, 1, dev_desc->blksz); in part_print_efi()
225 gpt_head, &gpt_pte) != 1) { in part_print_efi()
228 gpt_head, &gpt_pte) != 1) { in part_print_efi()
245 for (i = 0; i < le32_to_cpu(gpt_head->num_partition_entries); i++) { in part_print_efi()
275 ALLOC_CACHE_ALIGN_BUFFER_PAD(gpt_header, gpt_head, 1, dev_desc->blksz); in part_get_info_efi()
286 gpt_head, &gpt_pte) != 1) { in part_get_info_efi()
289 gpt_head, &gpt_pte) != 1) { in part_get_info_efi()
299 if (part > le32_to_cpu(gpt_head->num_partition_entries) || in part_get_info_efi()
685 int gpt_verify_headers(struct blk_desc *dev_desc, gpt_header *gpt_head, in gpt_verify_headers() argument
694 gpt_head, gpt_pte) != 1) { in gpt_verify_headers()
700 gpt_head, gpt_pte) != 1) { in gpt_verify_headers()
711 gpt_header *gpt_head, gpt_entry **gpt_pte) in gpt_verify_partitions() argument
718 ret = gpt_verify_headers(dev_desc, gpt_head, gpt_pte); in gpt_verify_partitions()
725 if (i == gpt_head->num_partition_entries) { in gpt_verify_partitions()