Searched refs:sys_openat2 (Results 1 – 19 of 19) sorted by relevance
| /tools/testing/selftests/openat2/ |
| A 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()
|
| A D | helpers.h | 97 int sys_openat2(int dfd, const char *path, struct open_how *how);
|
| A D | rename_attack_test.c | 113 fd = sys_openat2(afd, victim_path, &how); in test_rename_attack()
|
| A D | openat2_test.c | 262 fd = sys_openat2(AT_FDCWD, path, &test->how); in test_openat2_flags()
|
| A D | resolve_test.c | 466 fd = sys_openat2(dfd, test->path, &test->how); in test_openat2_opath_tests()
|
| /tools/perf/arch/s390/entry/syscalls/ |
| A D | syscall.tbl | 442 437 common openat2 sys_openat2 sys_openat2
|
| /tools/perf/arch/mips/entry/syscalls/ |
| A D | syscall_n64.tbl | 354 437 n64 openat2 sys_openat2
|
| /tools/scripts/ |
| A D | syscall.tbl | 380 437 common openat2 sys_openat2
|
| /tools/perf/arch/parisc/entry/syscalls/ |
| A D | syscall.tbl | 438 437 common openat2 sys_openat2
|
| /tools/perf/arch/sh/entry/syscalls/ |
| A D | syscall.tbl | 443 437 common openat2 sys_openat2
|
| /tools/perf/arch/x86/entry/syscalls/ |
| A D | syscall_64.tbl | 363 437 common openat2 sys_openat2
|
| A D | syscall_32.tbl | 445 437 i386 openat2 sys_openat2
|
| /tools/perf/arch/xtensa/entry/syscalls/ |
| A D | syscall.tbl | 410 437 common openat2 sys_openat2
|
| /tools/perf/arch/alpha/entry/syscalls/ |
| A D | syscall.tbl | 479 547 common openat2 sys_openat2
|
| /tools/perf/arch/arm/entry/syscalls/ |
| A D | syscall.tbl | 454 437 common openat2 sys_openat2
|
| /tools/perf/arch/arm64/entry/syscalls/ |
| A D | syscall_32.tbl | 451 437 common openat2 sys_openat2
|
| /tools/perf/arch/sparc/entry/syscalls/ |
| A D | syscall.tbl | 485 437 common openat2 sys_openat2
|
| /tools/perf/arch/powerpc/entry/syscalls/ |
| A D | syscall.tbl | 530 437 common openat2 sys_openat2
|
| /tools/include/uapi/asm-generic/ |
| A D | unistd.h | 784 __SYSCALL(__NR_openat2, sys_openat2)
|
Completed in 186 milliseconds