Searched refs:gpt_header (Results 1 – 2 of 2) sorted by relevance
272 gpt_header *gpt) in alloc_read_gpt_entries()306 static gpt_header *alloc_read_gpt_header(struct parsed_partitions *state, in alloc_read_gpt_header()309 gpt_header *gpt; in alloc_read_gpt_header()336 gpt_header **gpt, gpt_entry **ptes) in is_gpt_valid()365 if (le32_to_cpu((*gpt)->header_size) < sizeof(gpt_header)) { in is_gpt_valid()368 sizeof(gpt_header)); in is_gpt_valid()481 compare_gpts(gpt_header *pgpt, gpt_header *agpt, u64 lastlba) in compare_gpts()581 static int find_valid_gpt(struct parsed_partitions *state, gpt_header **gpt, in find_valid_gpt()585 gpt_header *pgpt = NULL, *agpt = NULL; in find_valid_gpt()715 gpt_header *gpt = NULL; in efi_partition()
76 } __packed gpt_header; typedef