Home
last modified time | relevance | path

Searched refs:sys_fchmodat2 (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dunistd32.h913 __SYSCALL(__NR_fchmodat2, sys_fchmodat2)
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H A Dunistd.h824 __SYSCALL(__NR_fchmodat2, sys_fchmodat2)
/kernel/linux/linux-6.6/tools/include/uapi/asm-generic/
H A Dunistd.h824 __SYSCALL(__NR_fchmodat2, sys_fchmodat2)
/kernel/linux/linux-6.6/include/linux/
H A Dsyscalls.h428 asmlinkage long sys_fchmodat2(int dfd, const char __user *filename,

Completed in 7 milliseconds