Home | History | Annotate | Download | only in gptfdisk

Lines Matching refs:numHeads

40    numHeads = MAX_HEADS;
53 numHeads = MAX_HEADS;
84 numHeads = orig.numHeads;
623 numHeads = myDisk->GetNumHeads();
627 partitions[0].SetGeometry(numHeads, numSecspTrack, diskSize, blockSize);
676 if ((!done) && (lba >= ((uint64_t) numHeads * numSecspTrack * MAX_CYLINDERS))) {
684 cylinder = lba / (uint64_t) (numHeads * numSecspTrack);
685 remainder = lba - (cylinder * numHeads * numSecspTrack);
689 if (head < numHeads)