Lines Matching refs:heads
447 if (drv->heads == 0) in cciss_seq_show()
776 if (!drv->heads) { in cciss_show_lunid()
1094 if (drv->heads == 0) { in cciss_open()
1269 geo->heads = drv->heads; in cciss_getgeo()
1792 !(h->drv[curr_queue]->heads)) in cciss_check_queues()
2043 drvinfo->heads == h->drv[drv_index]->heads && in cciss_update_drive_info()
2084 h->drv[drv_index]->heads = drvinfo->heads; in cciss_update_drive_info()
2254 h->drv[drv_index]->heads = 0; in cciss_add_controller_node()
2416 drive_info->heads = 0; in cciss_clear_drive_info()
2518 if (h->drv[i] && h->drv[i]->heads) in deregister_disk()
2859 drv->heads = 255; in cciss_geometry_inquiry()
2864 drv->heads = inq_buff->data_byte[6]; in cciss_geometry_inquiry()
2872 t = drv->heads * drv->sectors; in cciss_geometry_inquiry()