Searched refs:gpt_header (Results 1 – 2 of 2) sorted by relevance
222 alloc_read_gpt_entries(struct block_device *bdev, gpt_header *gpt) in alloc_read_gpt_entries()256 static gpt_header *259 gpt_header *gpt; in alloc_read_gpt_header()263 gpt = kzalloc(sizeof (gpt_header), GFP_KERNEL); in alloc_read_gpt_header()268 sizeof (gpt_header)) < sizeof (gpt_header)) { in alloc_read_gpt_header()289 gpt_header **gpt, gpt_entry **ptes) in is_gpt_valid()398 compare_gpts(gpt_header *pgpt, gpt_header *agpt, u64 lastlba) in compare_gpts()505 find_valid_gpt(struct block_device *bdev, gpt_header **gpt, gpt_entry **ptes) in find_valid_gpt()508 gpt_header *pgpt = NULL, *agpt = NULL; in find_valid_gpt()601 gpt_header *gpt = NULL; in efi_partition()
83 } __attribute__ ((packed)) gpt_header; typedef