Home
last modified time | relevance | path

Searched refs:ft_history (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/drivers/char/ftape/lowlevel/
Dftape-proc.c154 ft_history.id_am_errors, ft_history.id_crc_errors, in get_history_info()
155 ft_history.data_am_errors, ft_history.data_crc_errors, in get_history_info()
156 ft_history.overrun_errors, ft_history.no_data_errors, in get_history_info()
157 ft_history.retries); in get_history_info()
164 ft_history.crc_errors, ft_history.crc_failures, in get_history_info()
165 ft_history.ecc_failures, ft_history.corrected); in get_history_info()
169 ft_history.defects); in get_history_info()
173 ft_history.rewinds); in get_history_info()
Dftape-ctl.c233 ft_history.used = 0; in clear_history()
234 ft_history.id_am_errors = in clear_history()
235 ft_history.id_crc_errors = in clear_history()
236 ft_history.data_am_errors = in clear_history()
237 ft_history.data_crc_errors = in clear_history()
238 ft_history.overrun_errors = in clear_history()
239 ft_history.no_data_errors = in clear_history()
240 ft_history.retries = in clear_history()
241 ft_history.crc_errors = in clear_history()
242 ft_history.crc_failures = in clear_history()
[all …]
Dftape-read.c117 ft_history.crc_errors += count_ones(read_bad); in correct_and_copy_fraction()
122 ft_history.corrected += count_ones(mseg.corrected); in correct_and_copy_fraction()
142 ft_history.crc_failures++; in correct_and_copy_fraction()
146 ft_history.ecc_failures++; in correct_and_copy_fraction()
168 ft_history.used |= 1; in ftape_read_segment_fraction()
267 ft_history.defects += in ftape_read_segment_fraction()
295 ft_history.defects++; in ftape_read_segment_fraction()
Dftape-rw.c212 ++ft_history.retries; in ftape_setup_new_segment()
968 if ((int)ft_history.overrun_errors < overrun_count_offset) { in ftape_start_tape()
969 overrun_count_offset = ft_history.overrun_errors; in ftape_start_tape()
971 overrun_count_offset = ft_history.overrun_errors; in ftape_start_tape()
972 } else if ((ft_history.overrun_errors - in ftape_start_tape()
977 ft_history.overrun_errors; in ftape_start_tape()
985 ft_history.overrun_errors; in ftape_start_tape()
1031 ++ft_history.rewinds; in ftape_start_tape()
Dfdc-isr.c170 ft_history.id_am_errors++; in update_history()
173 ft_history.id_crc_errors++; in update_history()
176 ft_history.data_am_errors++; in update_history()
179 ft_history.data_crc_errors++; in update_history()
182 ft_history.overrun_errors++; in update_history()
185 ft_history.no_data_errors++; in update_history()
425 ++ft_history.rewinds; in pause_tape()
Dftape-write.c214 ft_history.defects += count_ones(tail->hard_error_map); in write_segment()
305 ft_history.used |= 2; in ftape_write_segment()
Dftape-ctl.h138 #define ft_history ftape_status.fti_history macro