| /linux-6.15/tools/testing/selftests/proc/ |
| H A D | proc-fsconfig-hidepid.c | 28 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 | .gitignore | 6 /proc-fsconfig-hidepid
|
| H A D | Makefile | 29 TEST_GEN_PROGS += proc-fsconfig-hidepid
|
| /linux-6.15/samples/vfs/ |
| H A D | test-fsmount.c | 82 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 D | overlayfs.rst | 372 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 D | README | 22 tools/perf/trace/beauty/fsconfig.sh
|
| /linux-6.15/fs/ |
| H A D | fsopen.c | 344 SYSCALL_DEFINE5(fsconfig, in SYSCALL_DEFINE5() argument
|
| /linux-6.15/tools/testing/selftests/filesystems/mount-notify/ |
| H A D | mount-notify_test.c | 363 ret = fsconfig(fs, FSCONFIG_CMD_CREATE, 0, 0, 0); in TEST_F()
|
| /linux-6.15/arch/mips/kernel/syscalls/ |
| H A D | syscall_n64.tbl | 348 431 n64 fsconfig sys_fsconfig
|
| H A D | syscall_n32.tbl | 372 431 n32 fsconfig sys_fsconfig
|
| /linux-6.15/tools/perf/arch/mips/entry/syscalls/ |
| H A D | syscall_n64.tbl | 348 431 n64 fsconfig sys_fsconfig
|
| /linux-6.15/tools/scripts/ |
| H A D | syscall.tbl | 374 431 common fsconfig sys_fsconfig
|
| /linux-6.15/tools/perf/arch/arm64/entry/syscalls/ |
| H A D | syscall_64.tbl | 374 431 common fsconfig sys_fsconfig
|
| H A D | syscall_32.tbl | 445 431 common fsconfig sys_fsconfig
|
| /linux-6.15/arch/arm64/tools/ |
| H A D | syscall_64.tbl | 374 431 common fsconfig sys_fsconfig
|
| /linux-6.15/scripts/ |
| H A D | syscall.tbl | 374 431 common fsconfig sys_fsconfig
|
| /linux-6.15/tools/perf/arch/x86/entry/syscalls/ |
| H A D | syscall_64.tbl | 357 431 common fsconfig sys_fsconfig
|
| /linux-6.15/tools/perf/arch/parisc/entry/syscalls/ |
| H A D | syscall.tbl | 432 431 common fsconfig sys_fsconfig
|
| /linux-6.15/arch/m68k/kernel/syscalls/ |
| H A D | syscall.tbl | 433 431 common fsconfig sys_fsconfig
|
| /linux-6.15/tools/perf/arch/sh/entry/syscalls/ |
| H A D | syscall.tbl | 437 431 common fsconfig sys_fsconfig
|
| /linux-6.15/arch/xtensa/kernel/syscalls/ |
| H A D | syscall.tbl | 404 431 common fsconfig sys_fsconfig
|
| /linux-6.15/arch/sh/kernel/syscalls/ |
| H A D | syscall.tbl | 437 431 common fsconfig sys_fsconfig
|
| /linux-6.15/arch/parisc/kernel/syscalls/ |
| H A D | syscall.tbl | 432 431 common fsconfig sys_fsconfig
|
| /linux-6.15/arch/x86/entry/syscalls/ |
| H A D | syscall_64.tbl | 357 431 common fsconfig sys_fsconfig
|
| /linux-6.15/tools/perf/arch/xtensa/entry/syscalls/ |
| H A D | syscall.tbl | 404 431 common fsconfig sys_fsconfig
|