Searched refs:olddirfd (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/selftests/openat2/
H A Dhelpers.c39 int sys_renameat2(int olddirfd, const char *oldpath, argument
42 int ret = syscall(__NR_renameat2, olddirfd, oldpath,
H A Dhelpers.h99 int sys_renameat2(int olddirfd, const char *oldpath,
/linux-master/tools/testing/selftests/landlock/
H A Dfs_test.c29 int renameat2(int olddirfd, const char *oldpath, int newdirfd, argument
32 return syscall(__NR_renameat2, olddirfd, oldpath, newdirfd, newpath,

Completed in 149 milliseconds