Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
705 gpt_header *gpt = NULL; in efi_partition()
Defi.h77 } __packed gpt_header; typedef
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch48317 +struct gpt_header {
49380 + struct gpt_header *gpt_h = NULL;
49401 + gpt_h = (struct gpt_header *)buffer;