Searched refs:__NR_copy_file_range (Results 1 – 2 of 2) sorted by relevance
228 # if defined __NR_copy_file_range && __NR_copy_file_range >= 0230 assert_cc(__NR_copy_file_range == systemd_NR_copy_file_range);233 # if defined __NR_copy_file_range234 # undef __NR_copy_file_range237 # define __NR_copy_file_range systemd_NR_copy_file_range macro
229 # ifdef __NR_copy_file_range in missing_copy_file_range()230 return syscall(__NR_copy_file_range, fd_in, off_in, fd_out, off_out, len, flags); in missing_copy_file_range()