Searched refs:sys_openat2 (Results 1 – 25 of 29) sorted by relevance
12
/linux-6.6.21/tools/testing/selftests/openat2/ |
D | helpers.c | 28 int sys_openat2(int dfd, const char *path, struct open_how *how) in sys_openat2() function 104 fd = sys_openat2(AT_FDCWD, ".", &how); in init()
|
D | helpers.h | 97 int sys_openat2(int dfd, const char *path, struct open_how *how);
|
D | rename_attack_test.c | 113 fd = sys_openat2(afd, victim_path, &how); in test_rename_attack()
|
D | openat2_test.c | 261 fd = sys_openat2(AT_FDCWD, path, &test->how); in test_openat2_flags()
|
D | resolve_test.c | 466 fd = sys_openat2(dfd, test->path, &test->how); in test_openat2_opath_tests()
|
/linux-6.6.21/tools/perf/arch/s390/entry/syscalls/ |
D | syscall.tbl | 442 437 common openat2 sys_openat2 sys_openat2
|
/linux-6.6.21/arch/s390/kernel/syscalls/ |
D | syscall.tbl | 442 437 common openat2 sys_openat2 sys_openat2
|
/linux-6.6.21/tools/perf/arch/mips/entry/syscalls/ |
D | syscall_n64.tbl | 354 437 n64 openat2 sys_openat2
|
/linux-6.6.21/arch/ia64/kernel/syscalls/ |
D | syscall.tbl | 360 437 common openat2 sys_openat2
|
/linux-6.6.21/arch/mips/kernel/syscalls/ |
D | syscall_n64.tbl | 354 437 n64 openat2 sys_openat2
|
D | syscall_n32.tbl | 378 437 n32 openat2 sys_openat2
|
D | syscall_o32.tbl | 427 437 o32 openat2 sys_openat2
|
/linux-6.6.21/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 361 437 common openat2 sys_openat2
|
/linux-6.6.21/arch/xtensa/kernel/syscalls/ |
D | syscall.tbl | 410 437 common openat2 sys_openat2
|
/linux-6.6.21/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 361 437 common openat2 sys_openat2
|
D | syscall_32.tbl | 444 437 i386 openat2 sys_openat2
|
/linux-6.6.21/arch/m68k/kernel/syscalls/ |
D | syscall.tbl | 439 437 common openat2 sys_openat2
|
/linux-6.6.21/arch/parisc/kernel/syscalls/ |
D | syscall.tbl | 438 437 common openat2 sys_openat2
|
/linux-6.6.21/arch/microblaze/kernel/syscalls/ |
D | syscall.tbl | 445 437 common openat2 sys_openat2
|
/linux-6.6.21/arch/sh/kernel/syscalls/ |
D | syscall.tbl | 442 437 common openat2 sys_openat2
|
/linux-6.6.21/arch/arm/tools/ |
D | syscall.tbl | 453 437 common openat2 sys_openat2
|
/linux-6.6.21/arch/alpha/kernel/syscalls/ |
D | syscall.tbl | 479 547 common openat2 sys_openat2
|
/linux-6.6.21/arch/sparc/kernel/syscalls/ |
D | syscall.tbl | 485 437 common openat2 sys_openat2
|
/linux-6.6.21/tools/include/uapi/asm-generic/ |
D | unistd.h | 788 __SYSCALL(__NR_openat2, sys_openat2)
|
/linux-6.6.21/include/uapi/asm-generic/ |
D | unistd.h | 788 __SYSCALL(__NR_openat2, sys_openat2)
|
12