Lines Matching defs:geo
73 static int rsxx_getgeo(struct block_device *bdev, struct hd_geometry *geo)80 * geo->start, so we won't either.83 geo->heads = 64;84 geo->sectors = 16;85 do_div(blocks, (geo->heads * geo->sectors));86 geo->cylinders = blocks;88 geo->heads = 0;89 geo->sectors = 0;90 geo->cylinders = 0;