Searched refs:num_partition_entries (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.c270 count = le32_to_cpu(gpt->num_partition_entries) *
408 le32_to_cpu((*gpt)->num_partition_entries) *
496 if (le32_to_cpu(pgpt->num_partition_entries) !=
497 le32_to_cpu(agpt->num_partition_entries)) {
498 printk(KERN_WARNING "GPT:num_partition_entries don't match: "
500 le32_to_cpu(pgpt->num_partition_entries),
501 le32_to_cpu(agpt->num_partition_entries));
687 for (i = 0; i < le32_to_cpu(gpt->num_partition_entries) && i < state->limit-1; i++) {
H A Defi.h79 __le32 num_partition_entries; member in struct:_gpt_header

Completed in 44 milliseconds