Home
last modified time | relevance | path

Searched refs:tape_mtop (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/s390/char/
Dtape_std.c188 rc = tape_mtop(device, MTWEOF, device->required_tapemarks); in tape_std_terminate_write()
193 return tape_mtop(device, MTBSR, 1); in tape_std_terminate_write()
421 rc = tape_mtop(device, MTFSR, 1); in tape_std_mtbsf()
452 rc = tape_mtop(device, MTBSR, 1); in tape_std_mtfsfm()
536 if ((rc = tape_mtop(device, MTREW, 1)) < 0) in tape_std_mteom()
546 if ((rc = tape_mtop(device, MTFSF, 1)) < 0) in tape_std_mteom()
548 if ((rc = tape_mtop(device, MTFSR, 1)) < 0) in tape_std_mteom()
552 return tape_mtop(device, MTBSR, 1); in tape_std_mteom()
575 return tape_mtop(device, MTREW, 1); in tape_std_mtreten()
608 return tape_mtop(device, MTOFFL, mt_count); in tape_std_mtunload()
[all …]
Dtape_char.c320 tape_mtop(device, MTREW, 1); in tapechar_release()
323 if (tape_mtop(device, MTWEOF, 1) == 0) in tapechar_release()
377 rc = tape_mtop(device, op.mt_op, op.mt_count); in __tapechar_ioctl()
391 rc = tape_mtop(device, MTTELL, 1); in __tapechar_ioctl()
416 rc = tape_mtop(device, MTTELL, 1); in __tapechar_ioctl()
Dtape.h265 extern int tape_mtop(struct tape_device *, int, int);
Dtape_core.c1287 tape_mtop(struct tape_device *device, int mt_op, int mt_count) in tape_mtop() function
1374 EXPORT_SYMBOL(tape_mtop);