/linux/tools/testing/selftests/filesystems/overlayfs/ |
H A D | dev_in_maps.c | 58 if (sys_fsconfig(fsfd, FSCONFIG_CMD_CREATE, NULL, NULL, 0) == -1) in get_file_dev_and_inode() 80 if (sys_fsconfig(fsfd, FSCONFIG_SET_STRING, "source", "test", 0) == -1 || in ovl_mount() 81 sys_fsconfig(fsfd, FSCONFIG_SET_STRING, "lowerdir", "/tmp/l", 0) == -1 || in ovl_mount() 82 sys_fsconfig(fsfd, FSCONFIG_SET_STRING, "upperdir", "/tmp/u", 0) == -1 || in ovl_mount() 83 sys_fsconfig(fsfd, FSCONFIG_SET_STRING, "workdir", "/tmp/w", 0) == -1) in ovl_mount() 85 if (sys_fsconfig(fsfd, FSCONFIG_CMD_CREATE, NULL, NULL, 0) == -1) in ovl_mount() 26 static int sys_fsconfig(int fd, unsigned int cmd, const char *key, const char *value, int aux) sys_fsconfig() function
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | bpf_obj_pinning.c | 18 static inline int sys_fsconfig(int fs_fd, unsigned cmd, const char *key, const void *val, int aux) in sys_fsconfig() function 55 err = sys_fsconfig(fs_fd, FSCONFIG_CMD_CREATE, NULL, NULL, 0); in bpf_obj_pinning_detached()
|
H A D | token.c | 40 static inline int sys_fsconfig(int fs_fd, unsigned cmd, const char *key, const void *val, int aux) in sys_fsconfig() function 84 err = sys_fsconfig(fs_fd, FSCONFIG_SET_STRING, key, in set_delegate_mask() 134 err = sys_fsconfig(fs_fd, FSCONFIG_CMD_CREATE, NULL, NULL, 0); in materialize_bpffs_fd()
|
/linux/tools/perf/arch/s390/entry/syscalls/ |
H A D | syscall.tbl | 436 431 common fsconfig sys_fsconfig sys_fsconfig
|
/linux/tools/perf/arch/mips/entry/syscalls/ |
H A D | syscall_n64.tbl | 348 431 n64 fsconfig sys_fsconfig
|
/linux/scripts/ |
H A D | syscall.tbl | 374 431 common fsconfig sys_fsconfig
|
/linux/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 357 431 common fsconfig sys_fsconfig
|
/linux/tools/perf/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 357 431 common fsconfig sys_fsconfig
|
H A D | syscall_32.tbl | 439 431 i386 fsconfig sys_fsconfig
|
/linux/include/uapi/asm-generic/ |
H A D | unistd.h | 772 __SYSCALL(__NR_fsconfig, sys_fsconfig)
|
/linux/tools/perf/arch/powerpc/entry/syscalls/ |
H A D | syscall.tbl | 524 431 common fsconfig sys_fsconfig
|
/linux/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 772 __SYSCALL(__NR_fsconfig, sys_fsconfig)
|
/linux/include/linux/ |
H A D | syscalls.h | 961 asmlinkage long sys_fsconfig(int fs_fd, unsigned int cmd, const char __user *key,
|