Home
last modified time | relevance | path

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

12

/linux/tools/testing/selftests/proc/
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()
A D.gitignore6 /proc-fsconfig-hidepid
A DMakefile29 TEST_GEN_PROGS += proc-fsconfig-hidepid
/linux/samples/vfs/
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) \
/linux/tools/include/uapi/
A DREADME22 tools/perf/trace/beauty/fsconfig.sh
/linux/Documentation/filesystems/
A Doverlayfs.rst358 fsconfig syscall from new mount api. For example::
360 fsconfig(fs_fd, FSCONFIG_SET_STRING, "lowerdir+", "/a:lower::dir", 0);
433 the "datadir+" mount options and the fsconfig syscall from new mount api.
436 fsconfig(fs_fd, FSCONFIG_SET_STRING, "lowerdir+", "/l1", 0);
437 fsconfig(fs_fd, FSCONFIG_SET_STRING, "lowerdir+", "/l2", 0);
438 fsconfig(fs_fd, FSCONFIG_SET_STRING, "lowerdir+", "/l3", 0);
439 fsconfig(fs_fd, FSCONFIG_SET_STRING, "datadir+", "/do1", 0);
440 fsconfig(fs_fd, FSCONFIG_SET_STRING, "datadir+", "/do2", 0);
/linux/fs/
A Dfsopen.c344 SYSCALL_DEFINE5(fsconfig, in SYSCALL_DEFINE5() argument
/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

Completed in 29 milliseconds

12