Searched refs:pgpt_head (Results 1 – 1 of 1) sorted by relevance
55 gpt_header *pgpt_head, gpt_entry **pgpt_pte);57 gpt_header *pgpt_head);1012 gpt_header *pgpt_head, gpt_entry **pgpt_pte) in is_gpt_valid() argument1015 if (!dev_desc || !pgpt_head) { in is_gpt_valid()1047 memcpy(&dev_desc->guid_sig, &pgpt_head->disk_guid, in is_gpt_valid()1060 if (validate_gpt_entries(pgpt_head, *pgpt_pte)) { in is_gpt_valid()1111 gpt_header *pgpt_head) in alloc_read_gpt_entries() argument1117 if (!dev_desc || !pgpt_head) { in alloc_read_gpt_entries()1123 le32_to_cpu(pgpt_head->sizeof_partition_entry); in alloc_read_gpt_entries()1126 (u32)le32_to_cpu(pgpt_head->num_partition_entries), in alloc_read_gpt_entries()[all …]
Completed in 6 milliseconds