Home
last modified time | relevance | path

Searched refs:gpt_header (Results 1 – 2 of 2) sorted by relevance

/block/partitions/
Defi.c274 gpt_header *gpt) in alloc_read_gpt_entries()
308 static gpt_header *alloc_read_gpt_header(struct parsed_partitions *state, in alloc_read_gpt_header()
311 gpt_header *gpt; in alloc_read_gpt_header()
338 gpt_header **gpt, gpt_entry **ptes) in is_gpt_valid()
367 if (le32_to_cpu((*gpt)->header_size) < sizeof(gpt_header)) { in is_gpt_valid()
370 sizeof(gpt_header)); in is_gpt_valid()
483 compare_gpts(gpt_header *pgpt, gpt_header *agpt, u64 lastlba) in compare_gpts()
583 static int find_valid_gpt(struct parsed_partitions *state, gpt_header **gpt, in find_valid_gpt()
587 gpt_header *pgpt = NULL, *agpt = NULL; in find_valid_gpt()
680 gpt_header *gpt = NULL; in efi_partition()
Defi.h77 } __packed gpt_header; typedef