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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/partitions/
H A Defi.c237 le32_to_cpu(gpt->sizeof_partition_entry);
356 le32_to_cpu((*gpt)->sizeof_partition_entry));
451 if (le32_to_cpu(pgpt->sizeof_partition_entry) !=
452 le32_to_cpu(agpt->sizeof_partition_entry)) {
454 "GPT:sizeof_partition_entry values don't match: "
456 le32_to_cpu(pgpt->sizeof_partition_entry),
457 le32_to_cpu(agpt->sizeof_partition_entry));
H A Defi.h79 __le32 sizeof_partition_entry; member in struct:_gpt_header

Completed in 84 milliseconds