Searched refs:read_count (Results 1 – 1 of 1) sorted by relevance
79 ssize_t read_count; in support_copy_file_range() local81 read_count = read (infd, buf, to_read); in support_copy_file_range()83 read_count = pread64 (infd, buf, to_read, *pinoff); in support_copy_file_range()84 if (read_count == 0) in support_copy_file_range()87 if (read_count < 0) in support_copy_file_range()95 *pinoff += read_count; in support_copy_file_range()98 char *end = buf + read_count; in support_copy_file_range()114 ssize_t overread = read_count - written; in support_copy_file_range()139 copied += read_count; in support_copy_file_range()140 length -= read_count; in support_copy_file_range()
Completed in 4 milliseconds