Searched refs:tape_mtop (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/s390/char/ |
D | tape_std.c | 193 rc = tape_mtop(device, MTWEOF, device->required_tapemarks); in tape_std_terminate_write() 198 return tape_mtop(device, MTBSR, 1); in tape_std_terminate_write() 426 rc = tape_mtop(device, MTFSR, 1); in tape_std_mtbsf() 457 rc = tape_mtop(device, MTBSR, 1); in tape_std_mtfsfm() 541 if ((rc = tape_mtop(device, MTREW, 1)) < 0) in tape_std_mteom() 551 if ((rc = tape_mtop(device, MTFSF, 1)) < 0) in tape_std_mteom() 553 if ((rc = tape_mtop(device, MTFSR, 1)) < 0) in tape_std_mteom() 557 return tape_mtop(device, MTBSR, 1); in tape_std_mteom() 580 return tape_mtop(device, MTREW, 1); in tape_std_mtreten() 613 return tape_mtop(device, MTOFFL, mt_count); in tape_std_mtunload() [all …]
|
D | tape_char.c | 319 tape_mtop(device, MTREW, 1); in tapechar_release() 322 if (tape_mtop(device, MTWEOF, 1) == 0) in tapechar_release() 376 rc = tape_mtop(device, op.mt_op, op.mt_count); in __tapechar_ioctl() 390 rc = tape_mtop(device, MTTELL, 1); in __tapechar_ioctl() 415 rc = tape_mtop(device, MTTELL, 1); in __tapechar_ioctl()
|
D | tape.h | 263 extern int tape_mtop(struct tape_device *, int, int);
|
D | tape_core.c | 1292 tape_mtop(struct tape_device *device, int mt_op, int mt_count) in tape_mtop() function 1379 EXPORT_SYMBOL(tape_mtop);
|