tag | line | file | source code |
history | 171 | drivers/char/ftape/fdc-isr.c | history.id_am_errors++; |
history | 174 | drivers/char/ftape/fdc-isr.c | history.id_crc_errors++; |
history | 177 | drivers/char/ftape/fdc-isr.c | history.data_am_errors++; |
history | 180 | drivers/char/ftape/fdc-isr.c | history.data_crc_errors++; |
history | 183 | drivers/char/ftape/fdc-isr.c | history.overrun_errors++; |
history | 186 | drivers/char/ftape/fdc-isr.c | history.no_data_errors++; |
history | 329 | drivers/char/ftape/fdc-isr.c | ++history.rewinds; |
history | 50 | drivers/char/ftape/ftape-ctl.c | history_record history; |
history | 202 | drivers/char/ftape/ftape-ctl.c | history.used = 0; |
history | 203 | drivers/char/ftape/ftape-ctl.c | history.id_am_errors = |
history | 204 | drivers/char/ftape/ftape-ctl.c | history.id_crc_errors = |
history | 205 | drivers/char/ftape/ftape-ctl.c | history.data_am_errors = |
history | 206 | drivers/char/ftape/ftape-ctl.c | history.data_crc_errors = |
history | 207 | drivers/char/ftape/ftape-ctl.c | history.overrun_errors = |
history | 208 | drivers/char/ftape/ftape-ctl.c | history.no_data_errors = |
history | 209 | drivers/char/ftape/ftape-ctl.c | history.retries = |
history | 210 | drivers/char/ftape/ftape-ctl.c | history.crc_errors = |
history | 211 | drivers/char/ftape/ftape-ctl.c | history.crc_failures = |
history | 212 | drivers/char/ftape/ftape-ctl.c | history.ecc_failures = |
history | 213 | drivers/char/ftape/ftape-ctl.c | history.corrected = |
history | 214 | drivers/char/ftape/ftape-ctl.c | history.defects = |
history | 215 | drivers/char/ftape/ftape-ctl.c | history.rewinds = 0; |
history | 619 | drivers/char/ftape/ftape-ctl.c | if (history.used) { |
history | 622 | drivers/char/ftape/ftape-ctl.c | TRACEi(3, " id_am_errors :", history.id_am_errors); |
history | 623 | drivers/char/ftape/ftape-ctl.c | TRACEi(3, " id_crc_errors :", history.id_crc_errors); |
history | 624 | drivers/char/ftape/ftape-ctl.c | TRACEi(3, " data_am_errors :", history.data_am_errors); |
history | 625 | drivers/char/ftape/ftape-ctl.c | TRACEi(3, " data_crc_errors :", history.data_crc_errors); |
history | 626 | drivers/char/ftape/ftape-ctl.c | TRACEi(3, " overrun_errors :", history.overrun_errors); |
history | 627 | drivers/char/ftape/ftape-ctl.c | TRACEi(3, " no_data_errors :", history.no_data_errors); |
history | 628 | drivers/char/ftape/ftape-ctl.c | TRACEi(3, " retries :", history.retries); |
history | 629 | drivers/char/ftape/ftape-ctl.c | if (history.used & 1) { |
history | 631 | drivers/char/ftape/ftape-ctl.c | TRACEi(3, " crc_errors :", history.crc_errors); |
history | 632 | drivers/char/ftape/ftape-ctl.c | TRACEi(3, " crc_failures :", history.crc_failures); |
history | 633 | drivers/char/ftape/ftape-ctl.c | TRACEi(3, " ecc_failures :", history.ecc_failures); |
history | 634 | drivers/char/ftape/ftape-ctl.c | TRACEi(3, " sectors corrected:", history.corrected); |
history | 636 | drivers/char/ftape/ftape-ctl.c | TRACEx2(3, "media defects : %d%s", history.defects, |
history | 637 | drivers/char/ftape/ftape-ctl.c | history.defects ? " !!!" : ""); |
history | 638 | drivers/char/ftape/ftape-ctl.c | TRACEi(3, "repositions :", history.rewinds); |
history | 67 | drivers/char/ftape/ftape-ctl.h | extern history_record history; |
history | 129 | drivers/char/ftape/ftape-read.c | history.crc_errors += count_ones(read_bad); |
history | 134 | drivers/char/ftape/ftape-read.c | history.corrected += count_ones(mseg.corrected); |
history | 143 | drivers/char/ftape/ftape-read.c | history.crc_failures++; |
history | 149 | drivers/char/ftape/ftape-read.c | history.ecc_failures++; |
history | 296 | drivers/char/ftape/ftape-read.c | history.defects += count_ones(buffer[head].hard_error_map); |
history | 323 | drivers/char/ftape/ftape-read.c | history.defects++; |
history | 592 | drivers/char/ftape/ftape-read.c | history.used |= 1; |
history | 195 | drivers/char/ftape/ftape-rw.c | ++history.retries; |
history | 869 | drivers/char/ftape/ftape-rw.c | history.overrun_errors - overrun_count_offset >= 8) { |
history | 882 | drivers/char/ftape/ftape-rw.c | overrun_count_offset = history.overrun_errors; |
history | 904 | drivers/char/ftape/ftape-rw.c | ++history.rewinds; |
history | 229 | drivers/char/ftape/ftape-write.c | history.defects += count_ones(buffer[tail].hard_error_map); |
history | 307 | drivers/char/ftape/ftape-write.c | history.used |= 2; |