Lines Matching refs:segment
289 ft_location.segment = (ft_location.track + in check_bot_eot()
295 TRACE(ft_t_flow, "segment = %d", ft_location.segment); in check_bot_eot()
328 ft_location.segment = (ftape_segments_per_head in ftape_read_id()
361 ft_location.segment, ft_location.sector); in ftape_read_id()
364 ft_location.segment, ft_location.sector); in ftape_read_id()
631 int prev_segment = ft_location.segment; in seek_forward()
645 ft_location.segment, ft_location.sector,segment_id,margin); in seek_forward()
646 count = target - ft_location.segment - overshoot; in seek_forward()
657 while (ft_location.segment < segment_id) { in seek_forward()
678 ft_location.segment, ft_location.sector, in seek_forward()
681 (ft_location.segment < expected || in seek_forward()
682 ft_location.segment > expected + margin)) { in seek_forward()
683 int error = ft_location.segment - expected; in seek_forward()
709 if (ft_location.segment > prev_segment + 1) { in seek_forward()
714 prev_segment = ft_location.segment; in seek_forward()
717 if (ft_location.segment > segment_id) { in seek_forward()
720 ft_location.segment, ft_location.sector); in seek_forward()
748 ft_location.segment, ft_location.sector, in skip_reverse()
760 if (ft_location.segment - target - (min_rewind - 1) < 1) { in skip_reverse()
763 count = ft_location.segment - target - overshoot; in skip_reverse()
768 expected = ft_location.segment - min_rewind; in skip_reverse()
792 ft_location.segment, ft_location.sector, in skip_reverse()
795 (ft_location.segment < expected || in skip_reverse()
796 ft_location.segment > expected + margin)) { in skip_reverse()
797 int error = expected - ft_location.segment; in skip_reverse()
831 } while (ft_location.segment > segment_id); in skip_reverse()
834 ft_location.segment, ft_location.sector); in skip_reverse()
933 "tape is positioned at segment %d", ft_location.segment); in determine_position()
1014 ft_location.segment >= in ftape_start_tape()
1062 ft_location.segment, ft_location.sector); in ftape_start_tape()
1069 if (ft_location.segment < in ftape_start_tape()
1081 ft_location.segment != in ftape_start_tape()