Home
last modified time | relevance | path

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

/linux-2.4.37.9/Documentation/
Dftape.txt34 4. MTBSF - backspace over file mark and position at its EOT side
117 4. MTBSF - backspace over file mark and position at its EOT side
119 ftape-2.x didn't handle the MTBSF tape operation correctly. A MTBSF
322 LocalWords: datarate LocalWords BOT MTBSF EOT HOWTO QIC tpqic menuconfig
/linux-2.4.37.9/include/linux/
Dmtio.h30 #define MTBSF 2 /* backward space FileMark (position before FM) */ macro
/linux-2.4.37.9/drivers/s390/char/
Dtapechar.c378 case MTBSF: // backward space file in tape_mtioctop()
528 case MTBSF: //need to skip forward over the filemark in tape_mtioctop()
/linux-2.4.37.9/drivers/scsi/
Dst.c2385 case MTBSF: in st_int_ioctl()
2649 ioctl_result = st_int_ioctl(STp, MTBSF, 1); in st_int_ioctl()
2675 if (cmd_in != MTBSF && cmd_in != MTBSFM && in st_int_ioctl()
2702 } else if ((cmd_in == MTBSF) || (cmd_in == MTBSFM)) { in st_int_ioctl()
3155 } else if (mtc.mt_op == MTBSF || mtc.mt_op == MTBSFM) { in st_ioctl()
3172 mtc.mt_op == MTBSF || mtc.mt_op == MTBSFM || in st_ioctl()
DREADME.st231 MTBSF Space backward over count filemarks. Tape positioned before
374 block is -1 when it can't be determined (e.g., after MTBSF).
Dosst.c1905 if (osst_space_over_filemarks_backward(STp, aSRpnt, MTBSF, 1) < 0) in osst_space_over_filemarks_forward_fast()
3892 case MTBSF: in osst_int_ioctl()
4188 else if ((cmd_in == MTFSFM || cmd_in == MTBSF) && STps->eof == ST_FM_HIT) { in osst_int_ioctl()
4217 } else if (cmd_in == MTBSF || cmd_in == MTBSFM ) { in osst_int_ioctl()
4856 else if (mtc.mt_op == MTBSF || mtc.mt_op == MTBSFM) { in osst_ioctl()
/linux-2.4.37.9/drivers/char/ftape/
DRELEASE-NOTES167 - MTBSF has changed. It used to position at the beginning of the
169 expected behavior for other Un*x tape drivers (i.e. SCSI). MTBSF
958 LocalWords: MTIOCGETSIZE BOT EOD MTBSF zft kerneld modprobe kdtime contrib TR
/linux-2.4.37.9/drivers/ide/
Dide-tape.c4679 if (idetape_onstream_space_over_filemarks_backward(drive, MTBSF, 1) < 0) in idetape_onstream_space_over_filemarks_forward_fast()
4755 if (MTBSF == mt_op || MTBSFM == mt_op) { in idetape_space_over_filemarks()
4805 case MTBSF: in idetape_space_over_filemarks()
5381 case MTBSF: in idetape_mtioctop()
/linux-2.4.37.9/drivers/char/
Dtpqic02.c1173 case MTBSF: in do_ioctl_cmd()