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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/partitions/
H A Defi.c236 count = le32_to_cpu(gpt->num_partition_entries) *
359 le32_to_cpu((*gpt)->num_partition_entries) *
447 if (le32_to_cpu(pgpt->num_partition_entries) !=
448 le32_to_cpu(agpt->num_partition_entries)) {
449 printk(KERN_WARNING "GPT:num_partition_entries don't match: "
451 le32_to_cpu(pgpt->num_partition_entries),
452 le32_to_cpu(agpt->num_partition_entries));
621 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 90 milliseconds