tape_mtop 265 drivers/s390/char/tape.h extern int tape_mtop(struct tape_device *, int, int); tape_mtop 320 drivers/s390/char/tape_char.c tape_mtop(device, MTREW, 1); tape_mtop 323 drivers/s390/char/tape_char.c if (tape_mtop(device, MTWEOF, 1) == 0) tape_mtop 377 drivers/s390/char/tape_char.c rc = tape_mtop(device, op.mt_op, op.mt_count); tape_mtop 391 drivers/s390/char/tape_char.c rc = tape_mtop(device, MTTELL, 1); tape_mtop 416 drivers/s390/char/tape_char.c rc = tape_mtop(device, MTTELL, 1); tape_mtop 1377 drivers/s390/char/tape_core.c EXPORT_SYMBOL(tape_mtop); tape_mtop 188 drivers/s390/char/tape_std.c rc = tape_mtop(device, MTWEOF, device->required_tapemarks); tape_mtop 193 drivers/s390/char/tape_std.c return tape_mtop(device, MTBSR, 1); tape_mtop 421 drivers/s390/char/tape_std.c rc = tape_mtop(device, MTFSR, 1); tape_mtop 452 drivers/s390/char/tape_std.c rc = tape_mtop(device, MTBSR, 1); tape_mtop 536 drivers/s390/char/tape_std.c if ((rc = tape_mtop(device, MTREW, 1)) < 0) tape_mtop 546 drivers/s390/char/tape_std.c if ((rc = tape_mtop(device, MTFSF, 1)) < 0) tape_mtop 548 drivers/s390/char/tape_std.c if ((rc = tape_mtop(device, MTFSR, 1)) < 0) tape_mtop 552 drivers/s390/char/tape_std.c return tape_mtop(device, MTBSR, 1); tape_mtop 575 drivers/s390/char/tape_std.c return tape_mtop(device, MTREW, 1); tape_mtop 608 drivers/s390/char/tape_std.c return tape_mtop(device, MTOFFL, mt_count); tape_mtop 714 drivers/s390/char/tape_std.c if (tape_mtop(device, MTBSR, 1) == 0 && tape_mtop 715 drivers/s390/char/tape_std.c tape_mtop(device, MTWEOF, 1) == 0) { tape_mtop 716 drivers/s390/char/tape_std.c tape_mtop(device, MTBSR, 1);