| tag | line | file | source code |
|---|---|---|---|
| MT_ST_OPTIONS | 1097 | drivers/scsi/st.c | if ((options & MT_ST_OPTIONS) == MT_ST_BOOLEANS) { |
| MT_ST_OPTIONS | 1110 | drivers/scsi/st.c | else if ((options & MT_ST_OPTIONS) == MT_ST_WRITE_THRESHOLD) { |
| MT_ST_OPTIONS | 1111 | drivers/scsi/st.c | value = (options & ~MT_ST_OPTIONS) * ST_BLOCK_SIZE; |
| MT_ST_OPTIONS | 1508 | drivers/scsi/st.c | (mtc.mt_count & MT_ST_OPTIONS) != 0) |