Home
last modified time | relevance | path

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

12

/linux/tools/testing/selftests/filesystems/overlayfs/
A Ddev_in_maps.c26 static int sys_fsconfig(int fd, unsigned int cmd, const char *key, const char *value, int aux) in sys_fsconfig() function
83 if (sys_fsconfig(fsfd, FSCONFIG_CMD_CREATE, NULL, NULL, 0) == -1) in ovl_mount()
105 if (sys_fsconfig(fsfd, FSCONFIG_SET_STRING, "source", "test", 0) == -1 || in ovl_mount()
106 sys_fsconfig(fsfd, FSCONFIG_SET_STRING, "lowerdir", "/tmp/l", 0) == -1 || in ovl_mount()
107 sys_fsconfig(fsfd, FSCONFIG_SET_STRING, "upperdir", "/tmp/u", 0) == -1 || in ovl_mount()
108 sys_fsconfig(fsfd, FSCONFIG_SET_STRING, "workdir", "/tmp/w", 0) == -1) in ovl_mount()
110 if (sys_fsconfig(fsfd, FSCONFIG_CMD_CREATE, NULL, NULL, 0) == -1) in ovl_mount()
/linux/tools/testing/selftests/bpf/prog_tests/
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()
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/
A Dsyscall.tbl436 431 common fsconfig sys_fsconfig sys_fsconfig
/linux/arch/s390/kernel/syscalls/
A Dsyscall.tbl436 431 common fsconfig sys_fsconfig sys_fsconfig
/linux/tools/perf/arch/mips/entry/syscalls/
A Dsyscall_n64.tbl348 431 n64 fsconfig sys_fsconfig
/linux/arch/mips/kernel/syscalls/
A Dsyscall_n64.tbl348 431 n64 fsconfig sys_fsconfig
A Dsyscall_n32.tbl372 431 n32 fsconfig sys_fsconfig
A Dsyscall_o32.tbl421 431 o32 fsconfig sys_fsconfig
/linux/tools/perf/arch/x86/entry/syscalls/
A Dsyscall_64.tbl357 431 common fsconfig sys_fsconfig
A Dsyscall_32.tbl439 431 i386 fsconfig sys_fsconfig
/linux/scripts/
A Dsyscall.tbl374 431 common fsconfig sys_fsconfig
/linux/arch/x86/entry/syscalls/
A Dsyscall_64.tbl357 431 common fsconfig sys_fsconfig
A Dsyscall_32.tbl439 431 i386 fsconfig sys_fsconfig
/linux/arch/xtensa/kernel/syscalls/
A Dsyscall.tbl404 431 common fsconfig sys_fsconfig
/linux/arch/arm64/tools/
A Dsyscall_64.tbl374 431 common fsconfig sys_fsconfig
A Dsyscall_32.tbl445 431 common fsconfig sys_fsconfig
/linux/arch/sh/kernel/syscalls/
A Dsyscall.tbl437 431 common fsconfig sys_fsconfig
/linux/arch/m68k/kernel/syscalls/
A Dsyscall.tbl433 431 common fsconfig sys_fsconfig
/linux/arch/microblaze/kernel/syscalls/
A Dsyscall.tbl439 431 common fsconfig sys_fsconfig
/linux/arch/parisc/kernel/syscalls/
A Dsyscall.tbl432 431 common fsconfig sys_fsconfig
/linux/arch/sparc/kernel/syscalls/
A Dsyscall.tbl479 431 common fsconfig sys_fsconfig
/linux/arch/arm/tools/
A Dsyscall.tbl448 431 common fsconfig sys_fsconfig
/linux/arch/alpha/kernel/syscalls/
A Dsyscall.tbl473 541 common fsconfig sys_fsconfig
/linux/tools/perf/arch/powerpc/entry/syscalls/
A Dsyscall.tbl524 431 common fsconfig sys_fsconfig

Completed in 60 milliseconds

12