Searched refs:__NR_fsconfig (Results 1 – 13 of 13) sorted by relevance
/kernel/linux/linux-5.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()
|
/kernel/linux/linux-5.10/tools/testing/selftests/proc/ |
D | proc-fsconfig-hidepid.c | 30 return syscall(__NR_fsconfig, fd, cmd, key, val, aux); in fsconfig()
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/ |
D | unistd_64.h | 363 #define __NR_fsconfig 431 macro
|
D | unistd_32.h | 441 #define __NR_fsconfig 431 macro
|
D | unistd_x32.h | 316 #define __NR_fsconfig (__X32_SYSCALL_BIT + 431) macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/ |
D | unistd.h | 392 #define __NR_fsconfig 431 macro
|
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/ |
D | unistd.h | 839 #define __NR_fsconfig 431 macro 840 __SYSCALL(__NR_fsconfig, sys_fsconfig)
|
/kernel/linux/linux-5.10/include/uapi/asm-generic/ |
D | unistd.h | 839 #define __NR_fsconfig 431 macro 840 __SYSCALL(__NR_fsconfig, sys_fsconfig)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/ |
D | unistd_n64.h | 356 #define __NR_fsconfig (__NR_Linux + 431) macro
|
D | unistd_n32.h | 380 #define __NR_fsconfig (__NR_Linux + 431) macro
|
D | unistd_o32.h | 426 #define __NR_fsconfig (__NR_Linux + 431) macro
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
D | unistd32.h | 872 #define __NR_fsconfig 431 macro 873 __SYSCALL(__NR_fsconfig, sys_fsconfig)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm/asm/ |
D | unistd-common.h | 405 #define __NR_fsconfig (__NR_SYSCALL_BASE + 431) macro
|