Home
last modified time | relevance | path

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

/linux-4.19.296/block/partitions/
Defi.c287 static gpt_entry *alloc_read_gpt_entries(struct parsed_partitions *state, in alloc_read_gpt_entries()
291 gpt_entry *pte; in alloc_read_gpt_entries()
352 gpt_header **gpt, gpt_entry **ptes) in is_gpt_valid()
432 if (le32_to_cpu((*gpt)->sizeof_partition_entry) != sizeof(gpt_entry)) { in is_gpt_valid()
477 is_pte_valid(const gpt_entry *pte, const u64 lastlba) in is_pte_valid()
598 gpt_entry **ptes) in find_valid_gpt()
602 gpt_entry *pptes = NULL, *aptes = NULL; in find_valid_gpt()
695 gpt_entry *ptes = NULL; in efi_partition()
Defi.h106 } __packed gpt_entry; typedef