Searched refs:MTREW (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | mtio.h | 34 #define MTREW 6 /* rewind */ macro
|
/openbmc/linux/drivers/s390/char/ |
H A D | tape_char.c | 320 tape_mtop(device, MTREW, 1); in tapechar_release() 365 case MTREW: in __tapechar_ioctl()
|
H A D | tape_std.c | 535 if ((rc = tape_mtop(device, MTREW, 1)) < 0) in tape_std_mteom() 574 return tape_mtop(device, MTREW, 1); in tape_std_mtreten()
|
H A D | tape_34xx.c | 1126 [MTREW] = tape_std_mtrew,
|
H A D | tape_3590.c | 1588 [MTREW] = tape_std_mtrew,
|
/openbmc/linux/drivers/scsi/ |
H A D | st.c | 1455 result2 = st_int_ioctl(STp, MTREW, 1); in st_flush() 2844 case MTREW: in st_int_ioctl() 3595 i = mtc.mt_op == MTREW || mtc.mt_op == MTOFFL || in st_ioctl() 3608 (mtc.mt_op == MTREW || mtc.mt_op == MTOFFL || in st_ioctl() 3627 if (mtc.mt_op != MTREW && in st_ioctl()
|
/openbmc/linux/Documentation/scsi/ |
H A D | st.rst | 419 MTREW
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | devices.txt | 238 automatic rewind on device close. The MTREW or MTOFFL 2965 automatic rewind on device close. The MTREW or MTOFFL
|