Searched refs:gpt_header (Results 1 – 2 of 2) sorted by relevance
288 gpt_header *gpt) in alloc_read_gpt_entries()322 static gpt_header *alloc_read_gpt_header(struct parsed_partitions *state, in alloc_read_gpt_header()325 gpt_header *gpt; in alloc_read_gpt_header()352 gpt_header **gpt, gpt_entry **ptes) in is_gpt_valid()381 if (le32_to_cpu((*gpt)->header_size) < sizeof(gpt_header)) { in is_gpt_valid()384 sizeof(gpt_header)); in is_gpt_valid()497 compare_gpts(gpt_header *pgpt, gpt_header *agpt, u64 lastlba) in compare_gpts()597 static int find_valid_gpt(struct parsed_partitions *state, gpt_header **gpt, in find_valid_gpt()601 gpt_header *pgpt = NULL, *agpt = NULL; in find_valid_gpt()694 gpt_header *gpt = NULL; in efi_partition()
91 } __packed gpt_header; typedef