Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/copy_file_range/
Dcopy_file_range.h43 static int sys_copy_file_range(int fd_in, loff_t *off_in, in sys_copy_file_range() function
73 TEST(sys_copy_file_range(fd, 0, fd_test, 0, CONTSIZE, 0)); in verify_cross_fs_copy_support()
Dcopy_file_range03.c37 TEST(sys_copy_file_range(fd_src, &offset, in verify_copy_file_range_timestamp()
Dcopy_file_range01.c130 TEST(sys_copy_file_range(fd_in, off_new_in, fd_out, in test_one()
Dcopy_file_range02.c131 TEST(sys_copy_file_range(fd_src, 0, *tc->copy_to_fd, in verify_copy_file_range()
/external/kernel-headers/original/uapi/asm-generic/
Dunistd.h760 __SYSCALL(__NR_copy_file_range, sys_copy_file_range)