Lines Matching refs:heads
1173 int ret, i, heads, sectors, cylinders;
1192 heads = p->end_head + 1;
1196 cylinders = nb_sectors / (heads * sectors);
1199 *pheads = heads;
1204 cylinders, heads, sectors);
1215 int cylinders, heads, secs;
1220 bdrv_get_geometry_hint(bs, &cylinders, &heads, &secs);
1224 *pheads = heads;
1227 if (guess_disk_lchs(bs, &cylinders, &heads, &secs) == 0) {
1228 heads > 16) {
1229 /* if heads > 16, it means that a BIOS LBA
1236 *pheads = heads;
1272 int cyls, int heads, int secs)
1275 bs->heads = heads;
1295 *pheads = bs->heads;