Home
last modified time | relevance | path

Searched refs:MTBSF (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/include/uapi/linux/
Dmtio.h30 #define MTBSF 2 /* backward space FileMark (position before FM) */ macro
/linux-5.19.10/drivers/s390/char/
Dtape_char.c362 case MTBSF: in __tapechar_ioctl()
Dtape_34xx.c1122 [MTBSF] = tape_std_mtbsf,
Dtape_core.c1258 mt_op == MTBSF || mt_op == MTFSFM || mt_op == MTBSFM) { in tape_mtop()
Dtape_3590.c1584 [MTBSF] = tape_std_mtbsf,
/linux-5.19.10/drivers/scsi/
Dst.c2739 case MTBSF: in st_int_ioctl()
2973 ioctl_result = st_int_ioctl(STp, MTBSF, 1); in st_int_ioctl()
3003 if (cmd_in != MTBSF && cmd_in != MTBSFM && in st_int_ioctl()
3035 } else if ((cmd_in == MTBSF) || (cmd_in == MTBSFM)) { in st_int_ioctl()
3571 } else if (mtc.mt_op == MTBSF || mtc.mt_op == MTBSFM) { in st_ioctl()
3588 mtc.mt_op == MTBSF || mtc.mt_op == MTBSFM || in st_ioctl()
3599 mtc.mt_op == MTBSF || mtc.mt_op == MTBSFM)) { in st_ioctl()
3605 if (mtc.mt_op == MTBSF || mtc.mt_op == MTBSFM) in st_ioctl()
/linux-5.19.10/Documentation/scsi/
Dst.rst399 MTBSF
607 block is -1 when it can't be determined (e.g., after MTBSF).