tag | line | file | source code |
formatted | 53 | drivers/char/ftape/ftape-ctl.c | int formatted = 0; |
formatted | 475 | drivers/char/ftape/ftape-ctl.c | int ftape_init_drive(int *formatted) |
formatted | 502 | drivers/char/ftape/ftape-ctl.c | *formatted = (status & QIC_STATUS_REFERENCED); |
formatted | 503 | drivers/char/ftape/ftape-ctl.c | if (!*formatted) { |
formatted | 567 | drivers/char/ftape/ftape-ctl.c | result = ftape_init_drive(&formatted); |
formatted | 867 | drivers/char/ftape/ftape-ctl.c | formatted = 0; |
formatted | 65 | drivers/char/ftape/ftape-ctl.h | extern int formatted; |
formatted | 586 | drivers/char/ftape/ftape-read.c | if (ftape_offline || !formatted || no_tape) { |
formatted | 588 | drivers/char/ftape/ftape-read.c | ftape_offline, formatted, no_tape); |
formatted | 600 | drivers/char/ftape/ftape-write.c | } else if (ftape_offline || !formatted || no_tape) { |