Lines Matching refs:cylinders
67 nftl->cylinders = 1024;
70 temp = nftl->cylinders * nftl->heads;
74 temp = nftl->cylinders * nftl->sectors;
80 nftl->cylinders = nftl->mbd.size / temp;
84 if (nftl->mbd.size != nftl->heads * nftl->cylinders * nftl->sectors) {
87 mbd.size == heads * cylinders * sectors
93 nftl->cylinders, nftl->heads , nftl->sectors,
94 (long)nftl->cylinders * (long)nftl->heads *
773 geo->cylinders = nftl->cylinders;