Searched refs:num_partition_entries (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.c236 count = le32_to_cpu(gpt->num_partition_entries) *
355 le32_to_cpu((*gpt)->num_partition_entries) *
443 if (le32_to_cpu(pgpt->num_partition_entries) !=
444 le32_to_cpu(agpt->num_partition_entries)) {
445 printk(KERN_WARNING "GPT:num_partition_entries don't match: "
447 le32_to_cpu(pgpt->num_partition_entries),
448 le32_to_cpu(agpt->num_partition_entries));
616 for (i = 0; i < le32_to_cpu(gpt->num_partition_entries) && i < state->limit-1; i++) {
H A Defi.h78 __le32 num_partition_entries; member in struct:_gpt_header

Completed in 79 milliseconds