Searched refs:sizeof_partition_entry (Results 1 – 2 of 2) sorted by relevance
297 le32_to_cpu(gpt->sizeof_partition_entry); in alloc_read_gpt_entries()432 if (le32_to_cpu((*gpt)->sizeof_partition_entry) != sizeof(gpt_entry)) { in is_gpt_valid()439 le32_to_cpu((*gpt)->sizeof_partition_entry); in is_gpt_valid()544 if (le32_to_cpu(pgpt->sizeof_partition_entry) != in compare_gpts()545 le32_to_cpu(agpt->sizeof_partition_entry)) { in compare_gpts()548 le32_to_cpu(pgpt->sizeof_partition_entry), in compare_gpts()549 le32_to_cpu(agpt->sizeof_partition_entry)); in compare_gpts()
83 __le32 sizeof_partition_entry; member