Home
last modified time | relevance | path

Searched refs:MT_ST_CAN_BSR (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/include/linux/
Dmtio.h190 #define MT_ST_CAN_BSR 0x100 macro
/linux-2.6.39/Documentation/scsi/
Dst.txt378 MT_ST_CAN_BSR backspacing over more than one records can
500 time or the MT_ST_CAN_BSR bit is set for the drive with an ioctl.
/linux-2.6.39/drivers/scsi/
Dst.c2210 STp->can_bsr = (options & MT_ST_CAN_BSR) != 0;
2236 if ((options & MT_ST_CAN_BSR) != 0)
4462 options |= STp->can_bsr ? MT_ST_CAN_BSR : 0; in st_options_show()
Dosst.c3925 STp->can_bsr = (options & MT_ST_CAN_BSR) != 0; in osst_set_options()
3952 if ((options & MT_ST_CAN_BSR) != 0) in osst_set_options()