tag | line | file | source code |
---|---|---|---|
ST_BLOCK_SIZE | 56 | drivers/scsi/st.c | #define ST_BUFFER_SIZE (ST_BUFFER_BLOCKS * ST_BLOCK_SIZE) |
ST_BLOCK_SIZE | 57 | drivers/scsi/st.c | #define ST_WRITE_THRESHOLD (ST_WRITE_THRESHOLD_BLOCKS * ST_BLOCK_SIZE) |
ST_BLOCK_SIZE | 1265 | drivers/scsi/st.c | value = (options & ~MT_ST_OPTIONS) * ST_BLOCK_SIZE; |
ST_BLOCK_SIZE | 2072 | drivers/scsi/st.c | st_buffer_size = ints[1] * ST_BLOCK_SIZE; |
ST_BLOCK_SIZE | 2074 | drivers/scsi/st.c | st_write_threshold = ints[2] * ST_BLOCK_SIZE; |