Home
last modified time | relevance | path

Searched refs:sys_fsconfig (Results 1 – 13 of 13) sorted by relevance

/linux/tools/testing/selftests/filesystems/overlayfs/
H A Ddev_in_maps.c58 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 Dbpf_obj_pinning.c18 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 Dtoken.c40 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 Dsyscall.tbl436 431 common fsconfig sys_fsconfig sys_fsconfig
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl348 431 n64 fsconfig sys_fsconfig
/linux/scripts/
H A Dsyscall.tbl374 431 common fsconfig sys_fsconfig
/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl357 431 common fsconfig sys_fsconfig
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl357 431 common fsconfig sys_fsconfig
H A Dsyscall_32.tbl439 431 i386 fsconfig sys_fsconfig
/linux/include/uapi/asm-generic/
H A Dunistd.h772 __SYSCALL(__NR_fsconfig, sys_fsconfig)
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl524 431 common fsconfig sys_fsconfig
/linux/tools/include/uapi/asm-generic/
H A Dunistd.h772 __SYSCALL(__NR_fsconfig, sys_fsconfig)
/linux/include/linux/
H A Dsyscalls.h961 asmlinkage long sys_fsconfig(int fs_fd, unsigned int cmd, const char __user *key,