Home
last modified time | relevance | path

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

/linux/block/partitions/
H A Defi.c270 static gpt_entry *alloc_read_gpt_entries(struct parsed_partitions *state, in alloc_read_gpt_entries()
274 gpt_entry *pte; in alloc_read_gpt_entries()
335 gpt_header **gpt, gpt_entry **ptes) in is_gpt_valid()
415 if (le32_to_cpu((*gpt)->sizeof_partition_entry) != sizeof(gpt_entry)) { in is_gpt_valid()
460 is_pte_valid(const gpt_entry *pte, const u64 lastlba) in is_pte_valid()
581 gpt_entry **ptes) in find_valid_gpt()
585 gpt_entry *pptes = NULL, *aptes = NULL; in find_valid_gpt()
715 gpt_entry *ptes = NULL; in efi_partition()
H A Defi.h91 } __packed gpt_entry; typedef