Lines Matching refs:orig_count
237 ssize_t orig_count; in vcs_read() local
266 orig_count = this_round; in vcs_read()
292 orig_count = this_round - p; in vcs_read()
313 orig_count--; in vcs_read()
351 ret = copy_to_user(buf, con_buf_start, orig_count); in vcs_read()
355 read += (orig_count - ret); in vcs_read()
359 buf += orig_count; in vcs_read()
360 pos += orig_count; in vcs_read()
361 read += orig_count; in vcs_read()
362 count -= orig_count; in vcs_read()
413 size_t orig_count; in vcs_write() local
460 orig_count = this_round; in vcs_write()
543 count -= orig_count; in vcs_write()
544 written += orig_count; in vcs_write()
545 buf += orig_count; in vcs_write()
546 pos += orig_count; in vcs_write()