gpt_header        274 block/partitions/efi.c 					 gpt_header *gpt)
gpt_header        308 block/partitions/efi.c static gpt_header *alloc_read_gpt_header(struct parsed_partitions *state,
gpt_header        311 block/partitions/efi.c 	gpt_header *gpt;
gpt_header        338 block/partitions/efi.c 			gpt_header **gpt, gpt_entry **ptes)
gpt_header        367 block/partitions/efi.c 	if (le32_to_cpu((*gpt)->header_size) < sizeof(gpt_header)) {
gpt_header        370 block/partitions/efi.c 			sizeof(gpt_header));
gpt_header        483 block/partitions/efi.c compare_gpts(gpt_header *pgpt, gpt_header *agpt, u64 lastlba)
gpt_header        583 block/partitions/efi.c static int find_valid_gpt(struct parsed_partitions *state, gpt_header **gpt,
gpt_header        587 block/partitions/efi.c 	gpt_header *pgpt = NULL, *agpt = NULL;
gpt_header        680 block/partitions/efi.c 	gpt_header *gpt = NULL;