Searched refs:sys_fchmodat2 (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | unistd32.h | 913 __SYSCALL(__NR_fchmodat2, sys_fchmodat2)
|
/kernel/linux/linux-6.6/include/uapi/asm-generic/ |
H A D | unistd.h | 824 __SYSCALL(__NR_fchmodat2, sys_fchmodat2)
|
/kernel/linux/linux-6.6/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 824 __SYSCALL(__NR_fchmodat2, sys_fchmodat2)
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | syscalls.h | 428 asmlinkage long sys_fchmodat2(int dfd, const char __user *filename,
|
Completed in 7 milliseconds