Home
last modified time | relevance | path

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

/Linux-v5.10/block/partitions/
Defi.c283 le32_to_cpu(gpt->sizeof_partition_entry); in alloc_read_gpt_entries()
418 if (le32_to_cpu((*gpt)->sizeof_partition_entry) != sizeof(gpt_entry)) { in is_gpt_valid()
425 le32_to_cpu((*gpt)->sizeof_partition_entry); in is_gpt_valid()
530 if (le32_to_cpu(pgpt->sizeof_partition_entry) != in compare_gpts()
531 le32_to_cpu(agpt->sizeof_partition_entry)) { in compare_gpts()
534 le32_to_cpu(pgpt->sizeof_partition_entry), in compare_gpts()
535 le32_to_cpu(agpt->sizeof_partition_entry)); in compare_gpts()
Defi.h69 __le32 sizeof_partition_entry; member