Searched refs:sys_fchmodat2 (Results 1 – 15 of 15) sorted by relevance
| /tools/testing/selftests/fchmodat2/ |
| A D | fchmodat2_test.c | 12 int sys_fchmodat2(int dfd, const char *filename, mode_t mode, int flags) in sys_fchmodat2() function 64 ret = sys_fchmodat2(dfd, "regfile", 0640, 0); in test_regfile() 73 ret = sys_fchmodat2(dfd, "regfile", 0600, AT_SYMLINK_NOFOLLOW); in test_regfile() 92 ret = sys_fchmodat2(dfd, "symlink", 0640, 0); in test_symlink() 105 ret = sys_fchmodat2(dfd, "symlink", 0600, AT_SYMLINK_NOFOLLOW); in test_symlink()
|
| /tools/perf/arch/s390/entry/syscalls/ |
| A D | syscall.tbl | 457 452 common fchmodat2 sys_fchmodat2 sys_fchmodat2
|
| /tools/perf/arch/mips/entry/syscalls/ |
| A D | syscall_n64.tbl | 369 452 n64 fchmodat2 sys_fchmodat2
|
| /tools/scripts/ |
| A D | syscall.tbl | 395 452 common fchmodat2 sys_fchmodat2
|
| /tools/perf/arch/parisc/entry/syscalls/ |
| A D | syscall.tbl | 453 452 common fchmodat2 sys_fchmodat2
|
| /tools/perf/arch/sh/entry/syscalls/ |
| A D | syscall.tbl | 458 452 common fchmodat2 sys_fchmodat2
|
| /tools/perf/arch/x86/entry/syscalls/ |
| A D | syscall_64.tbl | 378 452 common fchmodat2 sys_fchmodat2
|
| A D | syscall_32.tbl | 460 452 i386 fchmodat2 sys_fchmodat2
|
| /tools/perf/arch/xtensa/entry/syscalls/ |
| A D | syscall.tbl | 425 452 common fchmodat2 sys_fchmodat2
|
| /tools/perf/arch/alpha/entry/syscalls/ |
| A D | syscall.tbl | 494 562 common fchmodat2 sys_fchmodat2
|
| /tools/perf/arch/arm/entry/syscalls/ |
| A D | syscall.tbl | 469 452 common fchmodat2 sys_fchmodat2
|
| /tools/perf/arch/arm64/entry/syscalls/ |
| A D | syscall_32.tbl | 466 452 common fchmodat2 sys_fchmodat2
|
| /tools/perf/arch/sparc/entry/syscalls/ |
| A D | syscall.tbl | 500 452 common fchmodat2 sys_fchmodat2
|
| /tools/perf/arch/powerpc/entry/syscalls/ |
| A D | syscall.tbl | 545 452 common fchmodat2 sys_fchmodat2
|
| /tools/include/uapi/asm-generic/ |
| A D | unistd.h | 818 __SYSCALL(__NR_fchmodat2, sys_fchmodat2)
|
Completed in 17 milliseconds