Name
Geometry -- Geometry of the device.
Description
This functions serve to find out the geometry of the disk and do some
translations based on it.
Details
get_IO_blocks_per_track ()
gint get_IO_blocks_per_track (void); |
get_IO_max_data_block ()
gint get_IO_max_data_block (void); |
get_IO_max_swap_block ()
gint get_IO_max_swap_block (void); |
get_IO_ntracks ()
gint get_IO_ntracks (void); |
get_IO_last_data_track ()
gint get_IO_last_data_track (void); |
IO_request_track ()
gint IO_request_track (io_request_t *request); |
Calculates the track of a certain request.
init_IO_geometry ()
void init_IO_geometry (void); |
Initialices the geometry calculation code.