Lines Matching refs:numHeads
40 numHeads = MAX_HEADS;
58 numHeads = orig.numHeads;
83 numHeads = MAX_HEADS;
115 numHeads = orig.numHeads;
656 numHeads = myDisk->GetNumHeads();
660 partitions[0].SetGeometry(numHeads, numSecspTrack, diskSize, blockSize);
709 if ((!done) && (lba >= ((uint64_t) numHeads * numSecspTrack * MAX_CYLINDERS))) {
717 cylinder = lba / (uint64_t) (numHeads * numSecspTrack);
718 remainder = lba - (cylinder * numHeads * numSecspTrack);
722 if (head < numHeads)