Searched refs:poutoff (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 28 poutoff, length, flags); in xcopy_file_range()
|
A D | support_copy_file_range.c | 30 int outfd, __off64_t *poutoff, in support_copy_file_range() argument 102 if (poutoff == NULL) in support_copy_file_range() 105 write_count = pwrite64 (outfd, p, end - p, *poutoff); in support_copy_file_range() 135 if (poutoff != NULL) in support_copy_file_range() 136 *poutoff += write_count; in support_copy_file_range()
|
Completed in 5 milliseconds