tag | line | file | source code |
do_count | 664 | drivers/scsi/st.c | int total, do_count, blks, retval, transfer; |
do_count | 745 | drivers/scsi/st.c | do_count = count; |
do_count | 747 | drivers/scsi/st.c | do_count = (STp->buffer)->buffer_size - (STp->buffer)->buffer_bytes; |
do_count | 748 | drivers/scsi/st.c | if (do_count > count) |
do_count | 749 | drivers/scsi/st.c | do_count = count; |
do_count | 752 | drivers/scsi/st.c | (STp->buffer)->buffer_bytes, b_point, do_count); |
do_count | 755 | drivers/scsi/st.c | blks = transfer = do_count; |
do_count | 757 | drivers/scsi/st.c | blks = ((STp->buffer)->buffer_bytes + do_count) / |
do_count | 785 | drivers/scsi/st.c | transfer = do_count; |
do_count | 790 | drivers/scsi/st.c | if (transfer <= do_count) { |
do_count | 791 | drivers/scsi/st.c | filp->f_pos += do_count - transfer; |
do_count | 792 | drivers/scsi/st.c | count -= do_count - transfer; |
do_count | 794 | drivers/scsi/st.c | if (STp->block_size == 0 && transfer < do_count) |
do_count | 797 | drivers/scsi/st.c | STp->drv_block += (do_count - transfer) / STp->block_size; |
do_count | 830 | drivers/scsi/st.c | filp->f_pos += do_count; |
do_count | 831 | drivers/scsi/st.c | b_point += do_count; |
do_count | 832 | drivers/scsi/st.c | count -= do_count; |