Home
last modified time | relevance | path

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

/linux-5.19.10/block/partitions/
Defi.c281 le32_to_cpu(gpt->sizeof_partition_entry); in alloc_read_gpt_entries()
416 if (le32_to_cpu((*gpt)->sizeof_partition_entry) != sizeof(gpt_entry)) { in is_gpt_valid()
423 le32_to_cpu((*gpt)->sizeof_partition_entry); in is_gpt_valid()
528 if (le32_to_cpu(pgpt->sizeof_partition_entry) != in compare_gpts()
529 le32_to_cpu(agpt->sizeof_partition_entry)) { in compare_gpts()
532 le32_to_cpu(pgpt->sizeof_partition_entry), in compare_gpts()
533 le32_to_cpu(agpt->sizeof_partition_entry)); in compare_gpts()
Defi.h68 __le32 sizeof_partition_entry; member