Home
last modified time | relevance | path

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

/linux/block/partitions/
H A Defi.c272 gpt_header *gpt) in alloc_read_gpt_entries()
306 static gpt_header *alloc_read_gpt_header(struct parsed_partitions *state, in alloc_read_gpt_header()
309 gpt_header *gpt; in alloc_read_gpt_header()
336 gpt_header **gpt, gpt_entry **ptes) in is_gpt_valid()
365 if (le32_to_cpu((*gpt)->header_size) < sizeof(gpt_header)) { in is_gpt_valid()
368 sizeof(gpt_header)); in is_gpt_valid()
481 compare_gpts(gpt_header *pgpt, gpt_header *agpt, u64 lastlba) in compare_gpts()
581 static int find_valid_gpt(struct parsed_partitions *state, gpt_header **gpt, in find_valid_gpt()
585 gpt_header *pgp in find_valid_gpt()
[all...]
H A Defi.h76 } __packed gpt_header; typedef