Searched refs:my_lba (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.c324 /* Check that the my_lba entry points to the LBA that contains
326 if (le64_to_cpu((*gpt)->my_lba) != lba) {
327 pr_debug("GPT my_lba incorrect: %lld != %lld\n",
328 (unsigned long long)le64_to_cpu((*gpt)->my_lba),
407 if (le64_to_cpu(pgpt->my_lba) != le64_to_cpu(agpt->alternate_lba)) {
411 (unsigned long long)le64_to_cpu(pgpt->my_lba),
415 if (le64_to_cpu(pgpt->alternate_lba) != le64_to_cpu(agpt->my_lba)) {
417 "GPT:Primary header alternate_lba != Alt. header my_lba\n");
420 (unsigned long long)le64_to_cpu(agpt->my_lba));
478 if (le64_to_cpu(agpt->my_lba) !
[all...]
H A Defi.h72 __le64 my_lba; member in struct:_gpt_header

Completed in 22 milliseconds