tag | line | file | source code |
---|---|---|---|
total_sectors | 1605 | drivers/scsi/seagate.c | int *sizes, result, formatted_sectors, total_sectors; |
total_sectors | 1666 | drivers/scsi/seagate.c | total_sectors = (heads * cylinders * sectors); |
total_sectors | 1677 | drivers/scsi/seagate.c | hostno, heads, cylinders, sectors, total_sectors, formatted_sectors); |
total_sectors | 1682 | drivers/scsi/seagate.c | cylinders -= ((total_sectors - formatted_sectors) / (heads * sectors)); |