Searched refs:first_usable_lba (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.c337 /* Check the first_usable_lba and last_usable_lba are
341 if (le64_to_cpu((*gpt)->first_usable_lba) > lastlba) {
342 Dprintk("GPT: first_usable_lba incorrect: %lld > %lld\n",
343 (unsigned long long)le64_to_cpu((*gpt)->first_usable_lba),
427 if (le64_to_cpu(pgpt->first_usable_lba) !=
428 le64_to_cpu(agpt->first_usable_lba)) {
431 (unsigned long long)le64_to_cpu(pgpt->first_usable_lba),
432 (unsigned long long)le64_to_cpu(agpt->first_usable_lba));
H A Defi.h75 __le64 first_usable_lba; member in struct:_gpt_header

Completed in 110 milliseconds