Lines Matching refs:orig_count
270 ssize_t orig_count; in vcs_read() local
299 orig_count = this_round; in vcs_read()
346 orig_count = this_round - p; in vcs_read()
367 orig_count--; in vcs_read()
405 ret = copy_to_user(buf, con_buf_start, orig_count); in vcs_read()
409 read += (orig_count - ret); in vcs_read()
413 buf += orig_count; in vcs_read()
414 pos += orig_count; in vcs_read()
415 read += orig_count; in vcs_read()
416 count -= orig_count; in vcs_read()
466 size_t orig_count; in vcs_write() local
513 orig_count = this_round; in vcs_write()
596 count -= orig_count; in vcs_write()
597 written += orig_count; in vcs_write()
598 buf += orig_count; in vcs_write()
599 pos += orig_count; in vcs_write()