Home
last modified time | relevance | path

Searched refs:sys_fchmodat2 (Results 1 – 15 of 15) 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/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/tools/scripts/
H A Dsyscall.tbl395 452 common fchmodat2 sys_fchmodat2
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl381 452 common fchmodat2 sys_fchmodat2
/linux/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl458 452 common fchmodat2 sys_fchmodat2
/linux/tools/perf/arch/xtensa/entry/syscalls/
H A Dsyscall.tbl425 452 common fchmodat2 sys_fchmodat2
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl379 452 common fchmodat2 sys_fchmodat2
H A Dsyscall_32.tbl460 452 i386 fchmodat2 sys_fchmodat2
/linux/tools/perf/arch/sparc/entry/syscalls/
H A Dsyscall.tbl500 452 common fchmodat2 sys_fchmodat2
/linux/tools/perf/arch/arm/entry/syscalls/
H A Dsyscall.tbl469 452 common fchmodat2 sys_fchmodat2
/linux/include/uapi/asm-generic/
H A Dunistd.h818 __SYSCALL(__NR_fchmodat2, sys_fchmodat2)
/linux/tools/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/include/linux/
H A Dsyscalls.h459 asmlinkage long sys_fchmodat2(int dfd, const char __user *filename,