tape_mtop
extern int tape_mtop(struct tape_device *, int, int);
tape_mtop(device, MTREW, 1);
if (tape_mtop(device, MTWEOF, 1) == 0)
rc = tape_mtop(device, op.mt_op, op.mt_count);
rc = tape_mtop(device, MTTELL, 1);
rc = tape_mtop(device, MTTELL, 1);
EXPORT_SYMBOL(tape_mtop);
rc = tape_mtop(device, MTWEOF, device->required_tapemarks);
return tape_mtop(device, MTBSR, 1);
rc = tape_mtop(device, MTFSR, 1);
rc = tape_mtop(device, MTBSR, 1);
if ((rc = tape_mtop(device, MTREW, 1)) < 0)
if ((rc = tape_mtop(device, MTFSF, 1)) < 0)
if ((rc = tape_mtop(device, MTFSR, 1)) < 0)
return tape_mtop(device, MTBSR, 1);
return tape_mtop(device, MTREW, 1);
return tape_mtop(device, MTOFFL, mt_count);
if (tape_mtop(device, MTBSR, 1) == 0 &&
tape_mtop(device, MTWEOF, 1) == 0) {
tape_mtop(device, MTBSR, 1);