Searched refs:__NR_fsconfig (Results 1 – 6 of 6) sorted by relevance
| /linux/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()
|
| /linux/tools/testing/selftests/proc/ |
| H A D | proc-fsconfig-hidepid.c | 30 return syscall(__NR_fsconfig, fd, cmd, key, val, aux); in fsconfig()
|
| /linux/tools/testing/selftests/filesystems/ |
| H A D | file_stressor.c | 29 return syscall(__NR_fsconfig, fd, cmd, key, value, aux); in sys_fsconfig()
|
| /linux/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()
|
| H A D | token.c | 49 return syscall(__NR_fsconfig, fs_fd, cmd, key, val, aux); in sys_fsmount()
|
| /linux/tools/include/uapi/asm-generic/ |
| H A D | unistd.h | 771 #define __NR_fsconfig 431 macro 772 __SYSCALL(__NR_fsconfig, sys_fsconfig)
|