tag | line | file | source code |
do_count | 872 | drivers/scsi/st.c | int total, do_count, blks, retval, transfer; |
do_count | 992 | drivers/scsi/st.c | do_count = count; |
do_count | 994 | drivers/scsi/st.c | do_count = (STp->buffer)->buffer_blocks * STp->block_size - |
do_count | 996 | drivers/scsi/st.c | if (do_count > count) |
do_count | 997 | drivers/scsi/st.c | do_count = count; |
do_count | 1000 | drivers/scsi/st.c | (STp->buffer)->buffer_bytes, b_point, do_count); |
do_count | 1003 | drivers/scsi/st.c | blks = transfer = do_count; |
do_count | 1005 | drivers/scsi/st.c | blks = ((STp->buffer)->buffer_bytes + do_count) / |
do_count | 1030 | drivers/scsi/st.c | transfer = do_count; |
do_count | 1035 | drivers/scsi/st.c | if (transfer <= do_count) { |
do_count | 1036 | drivers/scsi/st.c | filp->f_pos += do_count - transfer; |
do_count | 1037 | drivers/scsi/st.c | count -= do_count - transfer; |
do_count | 1039 | drivers/scsi/st.c | if (STp->block_size == 0 && transfer < do_count) |
do_count | 1042 | drivers/scsi/st.c | STp->drv_block += (do_count - transfer) / STp->block_size; |
do_count | 1075 | drivers/scsi/st.c | filp->f_pos += do_count; |
do_count | 1076 | drivers/scsi/st.c | b_point += do_count; |
do_count | 1077 | drivers/scsi/st.c | count -= do_count; |