Searched refs:tape_mtop (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Dtape_std.c193 rc = tape_mtop(device, MTWEOF, device->required_tapemarks);
198 return tape_mtop(device, MTBSR, 1);
426 rc = tape_mtop(device, MTFSR, 1);
457 rc = tape_mtop(device, MTBSR, 1);
541 if ((rc = tape_mtop(device, MTREW, 1)) < 0)
551 if ((rc = tape_mtop(device, MTFSF, 1)) < 0)
553 if ((rc = tape_mtop(device, MTFSR, 1)) < 0)
557 return tape_mtop(device, MTBSR, 1);
581 return tape_mtop(device, MTREW, 1);
614 return tape_mtop(devic
[all...]
H A Dtape_block.c289 rc = tape_mtop(device, MTFSFM, 1);
293 rc = tape_mtop(device, MTTELL, 1);
304 tape_mtop(device, MTBSF, 1);
306 rc = tape_mtop(device, MTTELL, 1);
H A Dtape_char.c330 tape_mtop(device, MTREW, 1);
333 if (tape_mtop(device, MTWEOF, 1) == 0)
390 rc = tape_mtop(device, op.mt_op, op.mt_count);
404 rc = tape_mtop(device, MTTELL, 1);
426 rc = tape_mtop(device, MTTELL, 1);
H A Dtape.h287 extern int tape_mtop(struct tape_device *, int, int);
H A Dtape_core.c1247 tape_mtop(struct tape_device *device, int mt_op, int mt_count) function
1336 EXPORT_SYMBOL(tape_mtop); variable

Completed in 108 milliseconds