Searched refs:support_copy_file_range (Results 1 – 6 of 6) sorted by relevance
/support/ |
A D | xcopy_file_range.c | 27 ssize_t status = support_copy_file_range (infd, pinoff, outfd, in xcopy_file_range()
|
A D | support_copy_file.c | 32 ssize_t ret = support_copy_file_range (fd_from, NULL, fd_to, NULL, in support_copy_file()
|
A D | support_copy_file_range.c | 29 support_copy_file_range (int infd, __off64_t *pinoff, in support_copy_file_range() function
|
A D | support.h | 148 extern ssize_t support_copy_file_range (int, off64_t *, int, off64_t *,
|
A D | Makefile | 53 support_copy_file_range \
|
A D | shell-container.c | 123 if (support_copy_file_range (sfd, 0, dfd, 0, st.st_size, 0) != st.st_size) in copy_func()
|
Completed in 46 milliseconds