tag | line | file | source code |
do_count | 683 | drivers/scsi/st.c | int total, do_count, blks, retval, transfer; |
do_count | 768 | drivers/scsi/st.c | do_count = count; |
do_count | 770 | drivers/scsi/st.c | do_count = (STp->buffer)->buffer_size - (STp->buffer)->buffer_bytes; |
do_count | 771 | drivers/scsi/st.c | if (do_count > count) |
do_count | 772 | drivers/scsi/st.c | do_count = count; |
do_count | 775 | drivers/scsi/st.c | (STp->buffer)->buffer_bytes, b_point, do_count); |
do_count | 778 | drivers/scsi/st.c | blks = transfer = do_count; |
do_count | 780 | drivers/scsi/st.c | blks = ((STp->buffer)->buffer_bytes + do_count) / |
do_count | 808 | drivers/scsi/st.c | transfer = do_count; |
do_count | 813 | drivers/scsi/st.c | if (transfer <= do_count) { |
do_count | 814 | drivers/scsi/st.c | filp->f_pos += do_count - transfer; |
do_count | 815 | drivers/scsi/st.c | count -= do_count - transfer; |
do_count | 817 | drivers/scsi/st.c | if (STp->block_size == 0 && transfer < do_count) |
do_count | 820 | drivers/scsi/st.c | STp->drv_block += (do_count - transfer) / STp->block_size; |
do_count | 853 | drivers/scsi/st.c | filp->f_pos += do_count; |
do_count | 854 | drivers/scsi/st.c | b_point += do_count; |
do_count | 855 | drivers/scsi/st.c | count -= do_count; |