Home
last modified time | relevance | path

Searched refs:fsconfig (Results 1 – 25 of 43) sorted by relevance

12

/openbmc/linux/tools/testing/selftests/proc/
H A Dproc-fsconfig-hidepid.c28 static inline int fsconfig(int fd, unsigned int cmd, const char *key, const void *val, int aux) in fsconfig() function
40 ret = fsconfig(fsfd, FSCONFIG_SET_BINARY, "hidepid", &hidepid, 0); in main()
44 assert(!fsconfig(fsfd, FSCONFIG_SET_STRING, "hidepid", "2", 0)); in main()
45 assert(!fsconfig(fsfd, FSCONFIG_SET_STRING, "hidepid", "invisible", 0)); in main()
H A D.gitignore5 /proc-fsconfig-hidepid
H A DMakefile27 TEST_GEN_PROGS += proc-fsconfig-hidepid
/openbmc/linux/samples/vfs/
H A Dtest-fsmount.c82 static inline int fsconfig(int fsfd, unsigned int cmd, in fsconfig() function
99 if (fsconfig(fd, cmd, key, val, aux) == -1) \
/openbmc/qemu/linux-user/mips/
H A Dsyscall-args-o32.c.inc432 [ 431] = 5, /* fsconfig */
/openbmc/linux/Documentation/filesystems/
H A Doverlayfs.rst349 fsconfig syscall from new mount api. For example:
351 fsconfig(fs_fd, FSCONFIG_SET_STRING, "lowerdir+", "/a:lower::dir", 0);
421 the "datadir+" mount options and the fsconfig syscall from new mount api.
424 fsconfig(fs_fd, FSCONFIG_SET_STRING, "lowerdir+", "/l1", 0);
425 fsconfig(fs_fd, FSCONFIG_SET_STRING, "lowerdir+", "/l2", 0);
426 fsconfig(fs_fd, FSCONFIG_SET_STRING, "lowerdir+", "/l3", 0);
427 fsconfig(fs_fd, FSCONFIG_SET_STRING, "datadir+", "/do1", 0);
428 fsconfig(fs_fd, FSCONFIG_SET_STRING, "datadir+", "/do2", 0);
/openbmc/linux/fs/
H A Dfsopen.c349 SYSCALL_DEFINE5(fsconfig, in SYSCALL_DEFINE5() argument
/openbmc/qemu/linux-user/mips64/
H A Dsyscall_n32.tbl372 431 n32 fsconfig sys_fsconfig
H A Dsyscall_n64.tbl348 431 n64 fsconfig sys_fsconfig
/openbmc/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl348 431 n64 fsconfig sys_fsconfig
/openbmc/linux/arch/mips/kernel/syscalls/
H A Dsyscall_n64.tbl348 431 n64 fsconfig sys_fsconfig
H A Dsyscall_n32.tbl372 431 n32 fsconfig sys_fsconfig
/openbmc/linux/arch/ia64/kernel/syscalls/
H A Dsyscall.tbl354 431 common fsconfig sys_fsconfig
/openbmc/qemu/linux-user/x86_64/
H A Dsyscall_64.tbl355 431 common fsconfig sys_fsconfig
/openbmc/qemu/linux-user/xtensa/
H A Dsyscall.tbl404 431 common fsconfig sys_fsconfig
/openbmc/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl355 431 common fsconfig sys_fsconfig
/openbmc/linux/arch/xtensa/kernel/syscalls/
H A Dsyscall.tbl404 431 common fsconfig sys_fsconfig
/openbmc/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl355 431 common fsconfig sys_fsconfig
/openbmc/qemu/linux-user/sh4/
H A Dsyscall.tbl436 431 common fsconfig sys_fsconfig
/openbmc/qemu/linux-user/microblaze/
H A Dsyscall.tbl439 431 common fsconfig sys_fsconfig
/openbmc/qemu/linux-user/arm/
H A Dsyscall.tbl447 431 common fsconfig sys_fsconfig
/openbmc/qemu/linux-user/m68k/
H A Dsyscall.tbl433 431 common fsconfig sys_fsconfig
/openbmc/qemu/linux-user/hppa/
H A Dsyscall.tbl431 431 common fsconfig sys_fsconfig
/openbmc/linux/arch/m68k/kernel/syscalls/
H A Dsyscall.tbl433 431 common fsconfig sys_fsconfig
/openbmc/linux/arch/arm/tools/
H A Dsyscall.tbl447 431 common fsconfig sys_fsconfig

12