Searched refs:__NR_fsconfig (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/samples/vfs/ |
D | test-fsmount.c | 64 #ifndef __NR_fsconfig 65 #define __NR_fsconfig -1 macro 85 return syscall(__NR_fsconfig, fsfd, cmd, key, val, aux); in fsconfig()
|
/Linux-v5.10/tools/testing/selftests/proc/ |
D | proc-fsconfig-hidepid.c | 30 return syscall(__NR_fsconfig, fd, cmd, key, val, aux); in fsconfig()
|
/Linux-v5.10/include/uapi/asm-generic/ |
D | unistd.h | 839 #define __NR_fsconfig 431 macro 840 __SYSCALL(__NR_fsconfig, sys_fsconfig)
|
/Linux-v5.10/tools/include/uapi/asm-generic/ |
D | unistd.h | 839 #define __NR_fsconfig 431 macro 840 __SYSCALL(__NR_fsconfig, sys_fsconfig)
|
/Linux-v5.10/arch/arm64/include/asm/ |
D | unistd32.h | 872 #define __NR_fsconfig 431 macro 873 __SYSCALL(__NR_fsconfig, sys_fsconfig)
|