/kernel/linux/linux-5.10/samples/vfs/ |
H A 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-6.6/samples/vfs/ |
H A 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/ |
H A D | proc-fsconfig-hidepid.c | 30 return syscall(__NR_fsconfig, fd, cmd, key, val, aux); in fsconfig()
|
/kernel/linux/linux-6.6/tools/testing/selftests/proc/ |
H A D | proc-fsconfig-hidepid.c | 30 return syscall(__NR_fsconfig, fd, cmd, key, val, aux); in fsconfig()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | bpf_obj_pinning.c | 20 return syscall(__NR_fsconfig, fs_fd, cmd, key, val, aux); in sys_fsconfig()
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/ |
H A D | unistd_32.h | 441 #define __NR_fsconfig 431 macro
|
H A D | unistd_64.h | 363 #define __NR_fsconfig 431 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/ |
H A D | unistd_32.h | 441 #define __NR_fsconfig 431 macro
|
H A D | unistd_64.h | 363 #define __NR_fsconfig 431 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/ |
H A D | unistd.h | 392 #define __NR_fsconfig 431 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/ |
H A D | unistd.h | 392 #define __NR_fsconfig 431 macro
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | unistd32.h | 872 #define __NR_fsconfig 431 macro 873 __SYSCALL(__NR_fsconfig, sys_fsconfig)
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | unistd32.h | 872 #define __NR_fsconfig 431 macro 873 __SYSCALL(__NR_fsconfig, sys_fsconfig)
|
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 839 #define __NR_fsconfig 431 macro 840 __SYSCALL(__NR_fsconfig, sys_fsconfig)
|
/kernel/linux/linux-5.10/include/uapi/asm-generic/ |
H A D | unistd.h | 839 #define __NR_fsconfig 431 macro 840 __SYSCALL(__NR_fsconfig, sys_fsconfig)
|
/kernel/linux/linux-6.6/include/uapi/asm-generic/ |
H A D | unistd.h | 771 #define __NR_fsconfig 431 macro 772 __SYSCALL(__NR_fsconfig, sys_fsconfig)
|
/kernel/linux/linux-6.6/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 771 #define __NR_fsconfig 431 macro 772 __SYSCALL(__NR_fsconfig, sys_fsconfig)
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/ |
H A D | unistd_o32.h | 426 #define __NR_fsconfig (__NR_Linux + 431) macro
|
H A D | unistd_n64.h | 356 #define __NR_fsconfig (__NR_Linux + 431) macro
|
H A D | unistd_n32.h | 380 #define __NR_fsconfig (__NR_Linux + 431) macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-arm/asm/ |
H A D | unistd-common.h | 405 #define __NR_fsconfig (__NR_SYSCALL_BASE + 431) macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm/asm/ |
H A D | unistd-common.h | 405 #define __NR_fsconfig (__NR_SYSCALL_BASE + 431) macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/ |
H A D | unistd_o32.h | 426 #define __NR_fsconfig (__NR_Linux + 431) macro
|
H A D | unistd_n32.h | 380 #define __NR_fsconfig (__NR_Linux + 431) macro
|
H A D | unistd_n64.h | 356 #define __NR_fsconfig (__NR_Linux + 431) macro
|