tag | line | file | source code |
do_count | 759 | drivers/scsi/st.c | int total, do_count, blks, retval, transfer; |
do_count | 845 | drivers/scsi/st.c | do_count = count; |
do_count | 847 | drivers/scsi/st.c | do_count = (STp->buffer)->buffer_size - (STp->buffer)->buffer_bytes; |
do_count | 848 | drivers/scsi/st.c | if (do_count > count) |
do_count | 849 | drivers/scsi/st.c | do_count = count; |
do_count | 852 | drivers/scsi/st.c | (STp->buffer)->buffer_bytes, b_point, do_count); |
do_count | 855 | drivers/scsi/st.c | blks = transfer = do_count; |
do_count | 857 | drivers/scsi/st.c | blks = ((STp->buffer)->buffer_bytes + do_count) / |
do_count | 890 | drivers/scsi/st.c | transfer = do_count; |
do_count | 895 | drivers/scsi/st.c | if (transfer <= do_count) { |
do_count | 896 | drivers/scsi/st.c | filp->f_pos += do_count - transfer; |
do_count | 897 | drivers/scsi/st.c | count -= do_count - transfer; |
do_count | 899 | drivers/scsi/st.c | if (STp->block_size == 0 && transfer < do_count) |
do_count | 902 | drivers/scsi/st.c | STp->drv_block += (do_count - transfer) / STp->block_size; |
do_count | 935 | drivers/scsi/st.c | filp->f_pos += do_count; |
do_count | 936 | drivers/scsi/st.c | b_point += do_count; |
do_count | 937 | drivers/scsi/st.c | count -= do_count; |