Home
last modified time | relevance | path

Searched refs:seek_forward (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/char/ftape/lowlevel/
Dftape-rw.c517 /* forward */ static int seek_forward(int segment_id, int fast);
543 seek_forward(ft_location.track * ft_segments_per_track, 0); in fast_seek()
621 static int seek_forward(int segment_id, int fast) in seek_forward() function
1073 result = seek_forward(segment_id, in ftape_start_tape()
1076 result = seek_forward(segment_id - 1, in ftape_start_tape()
/linux-2.4.37.9/drivers/char/ftape/
DRELEASE-NOTES575 - Fixed wrong calculation of overshoot on seek_forward: Wrong sign
868 - Fixed wrong adjustment of overshoot in seek_forward().