Home
last modified time | relevance | path

Searched refs:sys_fchmodat2 (Results 1 – 11 of 11) sorted by relevance

/linux/tools/testing/selftests/fchmodat2/
H A Dfchmodat2_test.c12 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 Dsyscall.tbl457 452 common fchmodat2 sys_fchmodat2 sys_fchmodat2
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl369 452 n64 fchmodat2 sys_fchmodat2
/linux/scripts/
H A Dsyscall.tbl395 452 common fchmodat2 sys_fchmodat2
/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl378 452 common fchmodat2 sys_fchmodat2
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl378 452 common fchmodat2 sys_fchmodat2
H A Dsyscall_32.tbl460 452 i386 fchmodat2 sys_fchmodat2
/linux/include/uapi/asm-generic/
H A Dunistd.h818 __SYSCALL(__NR_fchmodat2, sys_fchmodat2)
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl545 452 common fchmodat2 sys_fchmodat2
/linux/tools/include/uapi/asm-generic/
H A Dunistd.h818 __SYSCALL(__NR_fchmodat2, sys_fchmodat2)
/linux/include/linux/
H A Dsyscalls.h449 asmlinkage long sys_fchmodat2(int dfd, const char __user *filename,