Searched refs:pinoff (Results 1 – 2 of 2) sorted by relevance
/support/ |
A D | xcopy_file_range.c | 24 xcopy_file_range (int infd, off64_t *pinoff, int outfd, off64_t *poutoff, in xcopy_file_range() argument 27 ssize_t status = support_copy_file_range (infd, pinoff, outfd, in xcopy_file_range()
|
A D | support_copy_file_range.c | 29 support_copy_file_range (int infd, __off64_t *pinoff, in support_copy_file_range() argument 80 if (pinoff == NULL) in support_copy_file_range() 83 read_count = pread64 (infd, buf, to_read, *pinoff); in support_copy_file_range() 94 if (pinoff != NULL) in support_copy_file_range() 95 *pinoff += read_count; in support_copy_file_range() 115 if (pinoff == NULL) in support_copy_file_range() 127 *pinoff -= overread; in support_copy_file_range()
|
Completed in 5 milliseconds