Home
last modified time | relevance | path

Searched refs:__NR_copy_file_range (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/basic/
Dmissing_syscall_def.h228 # if defined __NR_copy_file_range && __NR_copy_file_range >= 0
230 assert_cc(__NR_copy_file_range == systemd_NR_copy_file_range);
233 # if defined __NR_copy_file_range
234 # undef __NR_copy_file_range
237 # define __NR_copy_file_range systemd_NR_copy_file_range macro
Dmissing_syscall.h229 # 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()