Home
last modified time | relevance | path

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

/linux-6.15/drivers/s390/char/
H A Dtape_std.c192 return tape_mtop(device, MTBSR, 1); in tape_std_terminate_write()
420 rc = tape_mtop(device, MTFSR, 1); in tape_std_mtbsf()
451 rc = tape_mtop(device, MTBSR, 1); in tape_std_mtfsfm()
535 if ((rc = tape_mtop(device, MTREW, 1)) < 0) in tape_std_mteom()
545 if ((rc = tape_mtop(device, MTFSF, 1)) < 0) in tape_std_mteom()
551 return tape_mtop(device, MTBSR, 1); in tape_std_mteom()
574 return tape_mtop(device, MTREW, 1); in tape_std_mtreten()
607 return tape_mtop(device, MTOFFL, mt_count); in tape_std_mtunload()
713 if (tape_mtop(device, MTBSR, 1) == 0 && in tape_std_process_eov()
714 tape_mtop(device, MTWEOF, 1) == 0) { in tape_std_process_eov()
[all …]
H A Dtape_char.c319 tape_mtop(device, MTREW, 1); in tapechar_release()
322 if (tape_mtop(device, MTWEOF, 1) == 0) in tapechar_release()
374 rc = tape_mtop(device, op.mt_op, op.mt_count); in __tapechar_ioctl()
388 rc = tape_mtop(device, MTTELL, 1); in __tapechar_ioctl()
411 rc = tape_mtop(device, MTTELL, 1); in __tapechar_ioctl()
H A Dtape.h262 extern int tape_mtop(struct tape_device *, int, int);
H A Dtape_core.c1241 tape_mtop(struct tape_device *device, int mt_op, int mt_count) in tape_mtop() function
1327 EXPORT_SYMBOL(tape_mtop);