Searched refs:sys_fchmodat2 (Results 1 – 11 of 11) sorted by relevance
/linux/tools/testing/selftests/fchmodat2/ |
H 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()
|
/linux/tools/perf/arch/s390/entry/syscalls/ |
H A D | syscall.tbl | 457 452 common fchmodat2 sys_fchmodat2 sys_fchmodat2
|
/linux/tools/perf/arch/mips/entry/syscalls/ |
H A D | syscall_n64.tbl | 369 452 n64 fchmodat2 sys_fchmodat2
|
/linux/scripts/ |
H A D | syscall.tbl | 395 452 common fchmodat2 sys_fchmodat2
|
/linux/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 378 452 common fchmodat2 sys_fchmodat2
|
/linux/tools/perf/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 378 452 common fchmodat2 sys_fchmodat2
|
H A D | syscall_32.tbl | 460 452 i386 fchmodat2 sys_fchmodat2
|
/linux/include/uapi/asm-generic/ |
H A D | unistd.h | 818 __SYSCALL(__NR_fchmodat2, sys_fchmodat2)
|
/linux/tools/perf/arch/powerpc/entry/syscalls/ |
H A D | syscall.tbl | 545 452 common fchmodat2 sys_fchmodat2
|
/linux/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 818 __SYSCALL(__NR_fchmodat2, sys_fchmodat2)
|
/linux/include/linux/ |
H A D | syscalls.h | 449 asmlinkage long sys_fchmodat2(int dfd, const char __user *filename,
|