Searched refs:MT_ST_CAN_BSR (Results 1 – 4 of 4) sorted by relevance
190 #define MT_ST_CAN_BSR 0x100 macro
378 MT_ST_CAN_BSR backspacing over more than one records can500 time or the MT_ST_CAN_BSR bit is set for the drive with an ioctl.
2210 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()
3925 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()