Home
last modified time | relevance | path

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

12

/linux-6.15/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.gitignore6 /proc-fsconfig-hidepid
H A DMakefile29 TEST_GEN_PROGS += proc-fsconfig-hidepid
/linux-6.15/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) \
/linux-6.15/Documentation/filesystems/
H A Doverlayfs.rst372 fsconfig syscall from new mount api. For example::
450 fsconfig(fs_fd, FSCONFIG_SET_STRING, "lowerdir+", "/l1", 0);
451 fsconfig(fs_fd, FSCONFIG_SET_STRING, "lowerdir+", "/l2", 0);
452 fsconfig(fs_fd, FSCONFIG_SET_STRING, "lowerdir+", "/l3", 0);
453 fsconfig(fs_fd, FSCONFIG_SET_STRING, "datadir+", "/do1", 0);
454 fsconfig(fs_fd, FSCONFIG_SET_STRING, "datadir+", "/do2", 0);
463 fsconfig syscall from the new mount api::
468 fsconfig(fs_fd, FSCONFIG_SET_FD, "datadir+", NULL, fd_data1);
469 fsconfig(fs_fd, FSCONFIG_SET_FD, "datadir+", NULL, fd_data2);
470 fsconfig(fs_fd, FSCONFIG_SET_FD, "workdir", NULL, fd_work);
[all …]
/linux-6.15/tools/include/uapi/
H A DREADME22 tools/perf/trace/beauty/fsconfig.sh
/linux-6.15/fs/
H A Dfsopen.c344 SYSCALL_DEFINE5(fsconfig, in SYSCALL_DEFINE5() argument
/linux-6.15/tools/testing/selftests/filesystems/mount-notify/
H A Dmount-notify_test.c363 ret = fsconfig(fs, FSCONFIG_CMD_CREATE, 0, 0, 0); in TEST_F()
/linux-6.15/arch/mips/kernel/syscalls/
H A Dsyscall_n64.tbl348 431 n64 fsconfig sys_fsconfig
H A Dsyscall_n32.tbl372 431 n32 fsconfig sys_fsconfig
/linux-6.15/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl348 431 n64 fsconfig sys_fsconfig
/linux-6.15/tools/scripts/
H A Dsyscall.tbl374 431 common fsconfig sys_fsconfig
/linux-6.15/tools/perf/arch/arm64/entry/syscalls/
H A Dsyscall_64.tbl374 431 common fsconfig sys_fsconfig
H A Dsyscall_32.tbl445 431 common fsconfig sys_fsconfig
/linux-6.15/arch/arm64/tools/
H A Dsyscall_64.tbl374 431 common fsconfig sys_fsconfig
/linux-6.15/scripts/
H A Dsyscall.tbl374 431 common fsconfig sys_fsconfig
/linux-6.15/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl357 431 common fsconfig sys_fsconfig
/linux-6.15/tools/perf/arch/parisc/entry/syscalls/
H A Dsyscall.tbl432 431 common fsconfig sys_fsconfig
/linux-6.15/arch/m68k/kernel/syscalls/
H A Dsyscall.tbl433 431 common fsconfig sys_fsconfig
/linux-6.15/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl437 431 common fsconfig sys_fsconfig
/linux-6.15/arch/xtensa/kernel/syscalls/
H A Dsyscall.tbl404 431 common fsconfig sys_fsconfig
/linux-6.15/arch/sh/kernel/syscalls/
H A Dsyscall.tbl437 431 common fsconfig sys_fsconfig
/linux-6.15/arch/parisc/kernel/syscalls/
H A Dsyscall.tbl432 431 common fsconfig sys_fsconfig
/linux-6.15/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl357 431 common fsconfig sys_fsconfig
/linux-6.15/tools/perf/arch/xtensa/entry/syscalls/
H A Dsyscall.tbl404 431 common fsconfig sys_fsconfig

12