Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dmtio.h191 #define MT_ST_CAN_BSR 0x100 macro
/Linux-v4.19/Documentation/scsi/
Dst.txt440 MT_ST_CAN_BSR backspacing over more than one records can
566 time or the MT_ST_CAN_BSR bit is set for the drive with an ioctl.
/Linux-v4.19/drivers/scsi/
Dst.c2304 STp->can_bsr = (options & MT_ST_CAN_BSR) != 0;
2331 if ((options & MT_ST_CAN_BSR) != 0)
4661 options |= STp->can_bsr ? MT_ST_CAN_BSR : 0; in options_show()
Dosst.c3928 STp->can_bsr = (options & MT_ST_CAN_BSR) != 0; in osst_set_options()
3955 if ((options & MT_ST_CAN_BSR) != 0) in osst_set_options()