Home
last modified time | relevance | path

Searched refs:MTFSFM (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dmtio.h38 #define MTFSFM 11 /* +forward space FileMark, position at FM */ macro
/linux-4.4.14/drivers/s390/char/
Dtape_char.c369 case MTFSFM: in __tapechar_ioctl()
Dtape_34xx.c1130 [MTFSFM] = tape_std_mtfsfm,
Dtape_core.c1309 mt_op == MTBSF || mt_op == MTFSFM || mt_op == MTBSFM) { in tape_mtop()
Dtape_3590.c1597 [MTFSFM] = tape_std_mtfsfm,
/linux-4.4.14/drivers/ide/
Dide-tape.c1095 case MTFSFM: in idetape_space_over_filemarks()
1264 case MTFSFM: in idetape_mtioctop()
/linux-4.4.14/drivers/scsi/
Dst.c2721 case MTFSFM: in st_int_ioctl()
2971 else if (cmd_in == MTFSFM) in st_int_ioctl()
3027 } else if ((cmd_in == MTFSF) || (cmd_in == MTFSFM)) { in st_int_ioctl()
3470 if (mtc.mt_op == MTFSF || mtc.mt_op == MTFSFM || in st_ioctl()
3491 mtc.mt_op == MTFSF || mtc.mt_op == MTFSFM || in st_ioctl()
Dosst.c4084 case MTFSFM: in osst_int_ioctl()
4356 if (cmd_in == MTFSFM) { in osst_int_ioctl()
4370 else if ((cmd_in == MTFSFM || cmd_in == MTBSF) && STps->eof == ST_FM_HIT) { in osst_int_ioctl()
4405 } else if (cmd_in == MTFSF || cmd_in == MTFSFM) { in osst_int_ioctl()
5011 if (mtc.mt_op == MTFSF || mtc.mt_op == MTFSFM|| mtc.mt_op == MTEOM) { in osst_ioctl()
5031 mtc.mt_op == MTFSF || mtc.mt_op == MTFSFM || in osst_ioctl()
/linux-4.4.14/Documentation/scsi/
Dst.txt363 MTFSFM As above but tape positioned before filemark.