tag | line | file | source code |
history | 170 | drivers/char/ftape/fdc-isr.c | history.id_am_errors++; |
history | 173 | drivers/char/ftape/fdc-isr.c | history.id_crc_errors++; |
history | 176 | drivers/char/ftape/fdc-isr.c | history.data_am_errors++; |
history | 179 | drivers/char/ftape/fdc-isr.c | history.data_crc_errors++; |
history | 182 | drivers/char/ftape/fdc-isr.c | history.overrun_errors++; |
history | 185 | drivers/char/ftape/fdc-isr.c | history.no_data_errors++; |
history | 328 | drivers/char/ftape/fdc-isr.c | ++history.rewinds; |
history | 49 | drivers/char/ftape/ftape-ctl.c | history_record history; |
history | 201 | drivers/char/ftape/ftape-ctl.c | history.used = 0; |
history | 202 | drivers/char/ftape/ftape-ctl.c | history.id_am_errors = |
history | 203 | drivers/char/ftape/ftape-ctl.c | history.id_crc_errors = |
history | 204 | drivers/char/ftape/ftape-ctl.c | history.data_am_errors = |
history | 205 | drivers/char/ftape/ftape-ctl.c | history.data_crc_errors = |
history | 206 | drivers/char/ftape/ftape-ctl.c | history.overrun_errors = |
history | 207 | drivers/char/ftape/ftape-ctl.c | history.no_data_errors = |
history | 208 | drivers/char/ftape/ftape-ctl.c | history.retries = |
history | 209 | drivers/char/ftape/ftape-ctl.c | history.crc_errors = |
history | 210 | drivers/char/ftape/ftape-ctl.c | history.crc_failures = |
history | 211 | drivers/char/ftape/ftape-ctl.c | history.ecc_failures = |
history | 212 | drivers/char/ftape/ftape-ctl.c | history.corrected = |
history | 213 | drivers/char/ftape/ftape-ctl.c | history.defects = |
history | 214 | drivers/char/ftape/ftape-ctl.c | history.rewinds = 0; |
history | 618 | drivers/char/ftape/ftape-ctl.c | if (history.used) { |
history | 621 | drivers/char/ftape/ftape-ctl.c | TRACEi(3, " id_am_errors :", history.id_am_errors); |
history | 622 | drivers/char/ftape/ftape-ctl.c | TRACEi(3, " id_crc_errors :", history.id_crc_errors); |
history | 623 | drivers/char/ftape/ftape-ctl.c | TRACEi(3, " data_am_errors :", history.data_am_errors); |
history | 624 | drivers/char/ftape/ftape-ctl.c | TRACEi(3, " data_crc_errors :", history.data_crc_errors); |
history | 625 | drivers/char/ftape/ftape-ctl.c | TRACEi(3, " overrun_errors :", history.overrun_errors); |
history | 626 | drivers/char/ftape/ftape-ctl.c | TRACEi(3, " no_data_errors :", history.no_data_errors); |
history | 627 | drivers/char/ftape/ftape-ctl.c | TRACEi(3, " retries :", history.retries); |
history | 628 | drivers/char/ftape/ftape-ctl.c | if (history.used & 1) { |
history | 630 | drivers/char/ftape/ftape-ctl.c | TRACEi(3, " crc_errors :", history.crc_errors); |
history | 631 | drivers/char/ftape/ftape-ctl.c | TRACEi(3, " crc_failures :", history.crc_failures); |
history | 632 | drivers/char/ftape/ftape-ctl.c | TRACEi(3, " ecc_failures :", history.ecc_failures); |
history | 633 | drivers/char/ftape/ftape-ctl.c | TRACEi(3, " sectors corrected:", history.corrected); |
history | 635 | drivers/char/ftape/ftape-ctl.c | TRACEx2(3, "media defects : %d%s", history.defects, |
history | 636 | drivers/char/ftape/ftape-ctl.c | history.defects ? " !!!" : ""); |
history | 637 | drivers/char/ftape/ftape-ctl.c | TRACEi(3, "repositions :", history.rewinds); |
history | 67 | drivers/char/ftape/ftape-ctl.h | extern history_record history; |
history | 128 | drivers/char/ftape/ftape-read.c | history.crc_errors += count_ones(read_bad); |
history | 133 | drivers/char/ftape/ftape-read.c | history.corrected += count_ones(mseg.corrected); |
history | 142 | drivers/char/ftape/ftape-read.c | history.crc_failures++; |
history | 148 | drivers/char/ftape/ftape-read.c | history.ecc_failures++; |
history | 295 | drivers/char/ftape/ftape-read.c | history.defects += count_ones(buffer[head].hard_error_map); |
history | 322 | drivers/char/ftape/ftape-read.c | history.defects++; |
history | 591 | drivers/char/ftape/ftape-read.c | history.used |= 1; |
history | 194 | drivers/char/ftape/ftape-rw.c | ++history.retries; |
history | 868 | drivers/char/ftape/ftape-rw.c | history.overrun_errors - overrun_count_offset >= 8) { |
history | 881 | drivers/char/ftape/ftape-rw.c | overrun_count_offset = history.overrun_errors; |
history | 903 | drivers/char/ftape/ftape-rw.c | ++history.rewinds; |
history | 228 | drivers/char/ftape/ftape-write.c | history.defects += count_ones(buffer[tail].hard_error_map); |
history | 306 | drivers/char/ftape/ftape-write.c | history.used |= 2; |