Home
last modified time | relevance | path

Searched refs:ft_location (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/drivers/char/ftape/lowlevel/
Dftape-rw.c51 location_record ft_location = {-1, 0}; variable
285 ft_location.bot = ((ft_location.track & 1) == 0 ? in check_bot_eot()
288 ft_location.eot = !ft_location.bot; in check_bot_eot()
289 ft_location.segment = (ft_location.track + in check_bot_eot()
290 (ft_location.bot ? 0 : 1)) * ft_segments_per_track - 1; in check_bot_eot()
291 ft_location.sector = -1; in check_bot_eot()
292 ft_location.known = 1; in check_bot_eot()
294 ft_location.bot ? "bot" : "eot"); in check_bot_eot()
295 TRACE(ft_t_flow, "segment = %d", ft_location.segment); in check_bot_eot()
297 ft_location.known = 0; in check_bot_eot()
[all …]
Dftape-format.c179 ft_location.track, in ftape_format_status()
196 *segment_id += ft_location.track * ft_segments_per_track; in ftape_format_status()
Dftape-ctl.c170 ft_location.track = -1; /* force seek on first access */ in ftape_new_cartridge()
197 ft_location.known = 0; in ftape_abort_operation()
895 ft_location.track = -1; in ftape_init_driver()
896 ft_location.known = 0; in ftape_init_driver()
Dftape-rw.h91 extern location_record ft_location;
Dfdc-isr.c443 ft_location.known = 0; in pause_tape()
699 ft_location.track); in continue_formatting()
717 buff->segment_id, ft_location.track); in continue_formatting()
724 buff->segment_id, ft_location.track); in continue_formatting()
Dftape-io.c265 ft_location.known = 0; in ftape_command()
887 ft_location.track = -1; /* remains set in case of error */ in ftape_seek_head_to_track()
895 ft_location.track = track; in ftape_seek_head_to_track()