Home
last modified time | relevance | path

Searched refs:do_count (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/scsi/
H A Dst.c1631 ssize_t i, do_count, blks, transfer; in st_write() local
1734 do_count = count; in st_write()
1738 do_count = count; in st_write()
1740 do_count = STbp->buffer_blocks * STp->block_size - in st_write()
1742 if (do_count > count) in st_write()
1743 do_count = count; in st_write()
1746 i = append_to_buffer(b_point, STbp, do_count); in st_write()
1752 count -= do_count; in st_write()
1753 b_point += do_count; in st_write()
1769 blks = transfer = do_count; in st_write()
[all …]