Lines Matching refs:heads
445 if (drv->heads == 0) in cciss_seq_show()
792 if (!drv->heads) { in cciss_show_lunid()
1110 if (drv->heads == 0) { in cciss_open()
1285 geo->heads = drv->heads; in cciss_getgeo()
1808 !(h->drv[curr_queue]->heads)) in cciss_check_queues()
2059 drvinfo->heads == h->drv[drv_index]->heads && in cciss_update_drive_info()
2100 h->drv[drv_index]->heads = drvinfo->heads; in cciss_update_drive_info()
2270 h->drv[drv_index]->heads = 0; in cciss_add_controller_node()
2432 drive_info->heads = 0; in cciss_clear_drive_info()
2534 if (h->drv[i] && h->drv[i]->heads) in deregister_disk()
2875 drv->heads = 255; in cciss_geometry_inquiry()
2880 drv->heads = inq_buff->data_byte[6]; in cciss_geometry_inquiry()
2888 t = drv->heads * drv->sectors; in cciss_geometry_inquiry()