Home
last modified time | relevance | path

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

/support/
A Dsupport_copy_file_range.c74 size_t to_read = length; in support_copy_file_range() local
75 if (to_read > sizeof (buf)) in support_copy_file_range()
76 to_read = sizeof (buf); in support_copy_file_range()
81 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()

Completed in 4 milliseconds