tag | line | file | source code |
---|---|---|---|
total_sectors | 1402 | kernel/blk_drv/scsi/seagate.c | int *sizes, result, formatted_sectors, total_sectors; |
total_sectors | 1472 | kernel/blk_drv/scsi/seagate.c | total_sectors = (heads * cylinders * sectors); |
total_sectors | 1483 | kernel/blk_drv/scsi/seagate.c | hostno, heads, cylinders, sectors, total_sectors, formatted_sectors); |
total_sectors | 1485 | kernel/blk_drv/scsi/seagate.c | cylinders -= ((total_sectors - formatted_sectors) / (heads * sectors)); |