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