Searched refs:do_count (Results 1 – 1 of 1) sorted by relevance
1651 ssize_t i, do_count, blks, transfer; in st_write() local1754 do_count = count; in st_write()1758 do_count = count; in st_write()1760 do_count = STbp->buffer_blocks * STp->block_size - in st_write()1762 if (do_count > count) in st_write()1763 do_count = count; in st_write()1766 i = append_to_buffer(b_point, STbp, do_count); in st_write()1772 count -= do_count; in st_write()1773 b_point += do_count; in st_write()1789 blks = transfer = do_count; in st_write()[all …]