Home
last modified time | relevance | path

Searched refs:MTFSF (Results 1 – 12 of 12) sorted by relevance

/linux-2.6.39/include/linux/
Dmtio.h26 #define MTFSF 1 /* forward space over FileMark, macro
/linux-2.6.39/arch/powerpc/math-emu/
Dmath.c134 #define MTFSF 0x2c7 /* 711 */ macro
349 case MTFSF: func = mtfsf; type = XFLB; break; in do_mathemu()
/linux-2.6.39/drivers/ide/
Dide-tape.c1091 case MTFSF: in idetape_space_over_filemarks()
1100 retval = idetape_space_over_filemarks(drive, MTFSF, in idetape_space_over_filemarks()
1105 return idetape_space_over_filemarks(drive, MTFSF, count); in idetape_space_over_filemarks()
1176 idetape_space_over_filemarks(drive, MTFSF, 1); in idetape_chrdev_read()
1264 case MTFSF: in idetape_mtioctop()
/linux-2.6.39/drivers/char/
Dviotape.c552 case MTFSF: in viotap_ioctl()
608 case MTFSF: in viotap_ioctl()
/linux-2.6.39/drivers/s390/char/
Dtape_char.c371 case MTFSF: in __tapechar_ioctl()
Dtape_std.c551 if ((rc = tape_mtop(device, MTFSF, 1)) < 0) in tape_std_mteom()
Dtape_34xx.c1254 [MTFSF] = tape_std_mtfsf,
Dtape_core.c1321 if (mt_op == MTBSR || mt_op == MTFSR || mt_op == MTFSF || in tape_mtop()
Dtape_3590.c1697 [MTFSF] = tape_std_mtfsf,
/linux-2.6.39/drivers/scsi/
Dst.c2623 case MTFSF: in st_int_ioctl()
2751 ioctl_result = st_int_ioctl(STp, MTFSF, 0x7fffff); in st_int_ioctl()
2864 ioctl_result = st_int_ioctl(STp, MTFSF, 1); in st_int_ioctl()
2884 else if (cmd_in == MTFSF) in st_int_ioctl()
2921 } else if ((cmd_in == MTFSF) || (cmd_in == MTFSFM)) { in st_int_ioctl()
3373 if (mtc.mt_op == MTFSF || mtc.mt_op == MTFSFM || in st_ioctl()
3394 mtc.mt_op == MTFSF || mtc.mt_op == MTFSFM || in st_ioctl()
Dosst.c1988 if (mt_op == MTFSF) { in osst_space_over_filemarks_forward_slow()
2137 if (mt_op == MTFSF) { in osst_space_over_filemarks_forward_fast()
2866 result = osst_space_over_filemarks_forward_slow(STp, aSRpnt, MTFSF, 1); in cross_eof()
4086 case MTFSF: in osst_int_ioctl()
4378 else if (cmd_in == MTFSF) in osst_int_ioctl()
4405 } else if (cmd_in == MTFSF || cmd_in == MTFSFM) { in osst_int_ioctl()
5009 if (mtc.mt_op == MTFSF || mtc.mt_op == MTFSFM|| mtc.mt_op == MTEOM) { in osst_ioctl()
5029 mtc.mt_op == MTFSF || mtc.mt_op == MTFSFM || in osst_ioctl()
/linux-2.6.39/Documentation/scsi/
Dst.txt305 MTFSF Space forward over count filemarks. Tape positioned after filemark.