Searched refs:sys_openat2 (Results 1 - 9 of 9) sorted by relevance

/linux-master/tools/testing/selftests/openat2/
H A Dhelpers.c28 int sys_openat2(int dfd, const char *path, struct open_how *how) function
104 fd = sys_openat2(AT_FDCWD, ".", &how);
H A Dhelpers.h97 int sys_openat2(int dfd, const char *path, struct open_how *how);
H A Drename_attack_test.c113 fd = sys_openat2(afd, victim_path, &how);
H A Dopenat2_test.c261 fd = sys_openat2(AT_FDCWD, path, &test->how);
H A Dresolve_test.c466 fd = sys_openat2(dfd, test->path, &test->how);
/linux-master/arch/arm64/include/asm/
H A Dunistd32.h885 __SYSCALL(__NR_openat2, sys_openat2)
/linux-master/include/uapi/asm-generic/
H A Dunistd.h788 __SYSCALL(__NR_openat2, sys_openat2)
/linux-master/tools/include/uapi/asm-generic/
H A Dunistd.h788 __SYSCALL(__NR_openat2, sys_openat2)
/linux-master/include/linux/
H A Dsyscalls.h443 asmlinkage long sys_openat2(int dfd, const char __user *filename,

Completed in 153 milliseconds