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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/partitions/
H A Defi.c271 le32_to_cpu(gpt->sizeof_partition_entry);
409 le32_to_cpu((*gpt)->sizeof_partition_entry));
504 if (le32_to_cpu(pgpt->sizeof_partition_entry) !=
505 le32_to_cpu(agpt->sizeof_partition_entry)) {
507 "GPT:sizeof_partition_entry values don't match: "
509 le32_to_cpu(pgpt->sizeof_partition_entry),
510 le32_to_cpu(agpt->sizeof_partition_entry));
H A Defi.h80 __le32 sizeof_partition_entry; member in struct:_gpt_header

Completed in 49 milliseconds