Home
last modified time | relevance | path

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

/glibc-2.36/support/
Dsupport_copy_file_range.c101 ssize_t write_count; in support_copy_file_range() local
103 write_count = write (outfd, p, end - p); in support_copy_file_range()
105 write_count = pwrite64 (outfd, p, end - p, *poutoff); in support_copy_file_range()
106 if (write_count < 0) in support_copy_file_range()
134 p += write_count; in support_copy_file_range()
136 *poutoff += write_count; in support_copy_file_range()