Searched refs:write_count (Results 1 – 1 of 1) sorted by relevance
101 ssize_t write_count; in support_copy_file_range() local103 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()