tag | line | file | source code |
do_count | 757 | drivers/scsi/st.c | int total, do_count, blks, retval, transfer; |
do_count | 847 | drivers/scsi/st.c | do_count = count; |
do_count | 849 | drivers/scsi/st.c | do_count = (STp->buffer)->buffer_size - (STp->buffer)->buffer_bytes; |
do_count | 850 | drivers/scsi/st.c | if (do_count > count) |
do_count | 851 | drivers/scsi/st.c | do_count = count; |
do_count | 854 | drivers/scsi/st.c | (STp->buffer)->buffer_bytes, b_point, do_count); |
do_count | 857 | drivers/scsi/st.c | blks = transfer = do_count; |
do_count | 859 | drivers/scsi/st.c | blks = ((STp->buffer)->buffer_bytes + do_count) / |
do_count | 891 | drivers/scsi/st.c | transfer = do_count; |
do_count | 896 | drivers/scsi/st.c | if (transfer <= do_count) { |
do_count | 897 | drivers/scsi/st.c | filp->f_pos += do_count - transfer; |
do_count | 898 | drivers/scsi/st.c | count -= do_count - transfer; |
do_count | 900 | drivers/scsi/st.c | if (STp->block_size == 0 && transfer < do_count) |
do_count | 903 | drivers/scsi/st.c | STp->drv_block += (do_count - transfer) / STp->block_size; |
do_count | 936 | drivers/scsi/st.c | filp->f_pos += do_count; |
do_count | 937 | drivers/scsi/st.c | b_point += do_count; |
do_count | 938 | drivers/scsi/st.c | count -= do_count; |