taglinefilesource code
hard_error_map220drivers/char/ftape/fdc-isr.cbuff->hard_error_map |= (1 << error_offset);
hard_error_map221drivers/char/ftape/fdc-isr.cbuff->soft_error_map &= ~buff->hard_error_map;
hard_error_map228drivers/char/ftape/fdc-isr.cbuff->hard_error_map, buff->soft_error_map);
hard_error_map515drivers/char/ftape/fdc-isr.cmap = buff->hard_error_map & mask;
hard_error_map638drivers/char/ftape/fdc-isr.cbuff->hard_error_map == 0);
hard_error_map79drivers/char/ftape/ftape-read.cunsigned long src_map = buff->soft_error_map | buff->hard_error_map;
hard_error_map295drivers/char/ftape/ftape-read.chistory.defects += count_ones(buffer[head].hard_error_map);
hard_error_map133drivers/char/ftape/ftape-rw.cbuff->hard_error_map = buff->soft_error_map = 0;
hard_error_map73drivers/char/ftape/ftape-rw.hvolatile unsigned long hard_error_map;
hard_error_map168drivers/char/ftape/ftape-write.cif (buffer[head].hard_error_map != 0) {
hard_error_map220drivers/char/ftape/ftape-write.cif (buffer[tail].hard_error_map != 0) {
hard_error_map222drivers/char/ftape/ftape-write.ccount_ones(buffer[tail].hard_error_map));
hard_error_map223drivers/char/ftape/ftape-write.cTRACEx1(4, "hard_error_map = 0x%08lx", buffer[tail].hard_error_map);
hard_error_map228drivers/char/ftape/ftape-write.chistory.defects += count_ones(buffer[tail].hard_error_map);