| /linux/tools/testing/selftests/filesystems/ |
| H A D | fclog.c | 53 int fsfd = fsopen("tmpfs", FSOPEN_CLOEXEC); in TEST_F() 66 int fsfd = fsopen("tmpfs", FSOPEN_CLOEXEC); in TEST_F() 82 int fsfd = fsopen("tmpfs", FSOPEN_CLOEXEC); in TEST_F() 107 int fsfd = fsopen("tmpfs", FSOPEN_CLOEXEC); in TEST_F()
|
| /linux/samples/vfs/ |
| H A D | test-fsmount.c | 72 static inline int fsopen(const char *fs_name, unsigned int flags) in fsopen() function 108 fsfd = fsopen("afs", 0); in main() 110 perror("fsopen"); in main()
|
| /linux/tools/testing/selftests/proc/ |
| H A D | proc-pidns.c | 117 int fsfd = fsopen("proc", FSOPEN_CLOEXEC); in TEST_F() 135 int fsfd = fsopen("proc", FSOPEN_CLOEXEC); in TEST_F() 167 int fsfd = fsopen("proc", FSOPEN_CLOEXEC); in TEST_F() 190 int fsfd = fsopen("proc", FSOPEN_CLOEXEC); in TEST_F()
|
| H A D | proc-fsconfig-hidepid.c | 23 static inline int fsopen(const char *fsname, unsigned int flags) in fsopen() function 38 assert((fsfd = fsopen("proc", 0)) != -1); in main()
|
| /linux/tools/testing/selftests/filesystems/overlayfs/ |
| H A D | dev_in_maps.c | 56 return pr_perror("fsopen(tmpfs)"); in ovl_mount() 79 return pr_perror("fsopen(overlay)"); in ovl_mount()
|
| /linux/tools/perf/arch/mips/entry/syscalls/ |
| H A D | syscall_n64.tbl | 347 430 n64 fsopen sys_fsopen
|
| /linux/tools/perf/arch/s390/entry/syscalls/ |
| H A D | syscall.tbl | 359 430 common fsopen sys_fsopen
|
| /linux/tools/include/uapi/linux/ |
| H A D | mount.h | 82 * fsopen() flags.
|
| /linux/scripts/ |
| H A D | syscall.tbl | 373 430 common fsopen sys_fsopen
|
| /linux/tools/perf/arch/xtensa/entry/syscalls/ |
| H A D | syscall.tbl | 403 430 common fsopen sys_fsopen
|
| /linux/tools/scripts/ |
| H A D | syscall.tbl | 373 430 common fsopen sys_fsopen
|
| /linux/tools/perf/arch/x86/entry/syscalls/ |
| H A D | syscall_64.tbl | 357 430 common fsopen sys_fsopen
|
| H A D | syscall_32.tbl | 438 430 i386 fsopen sys_fsopen
|
| /linux/tools/perf/arch/sh/entry/syscalls/ |
| H A D | syscall.tbl | 436 430 common fsopen sys_fsopen
|
| /linux/tools/perf/arch/arm/entry/syscalls/ |
| H A D | syscall.tbl | 447 430 common fsopen sys_fsopen
|
| /linux/include/linux/ |
| H A D | fs_context.h | 36 * Userspace usage phase for fsopen/fspick.
|
| /linux/tools/perf/arch/sparc/entry/syscalls/ |
| H A D | syscall.tbl | 478 430 common fsopen sys_fsopen
|
| /linux/tools/perf/trace/beauty/include/uapi/linux/ |
| H A D | mount.h | 82 * fsopen() flags.
|
| /linux/tools/perf/arch/powerpc/entry/syscalls/ |
| H A D | syscall.tbl | 523 430 common fsopen sys_fsopen
|
| /linux/fs/overlayfs/ |
| H A D | params.c | 791 * This is called during fsopen() and will record the user namespace of 795 * process that called fsopen().
|
| /linux/fs/ |
| H A D | fsopen.c | 120 SYSCALL_DEFINE2(fsopen, const char __user *, _fs_name, unsigned int, flags) in SYSCALL_DEFINE2() argument
|
| /linux/fs/proc/ |
| H A D | root.c | 151 * pidns= is shorthand for joining the pidns to get a fsopen fd, so the in proc_parse_pidns_param()
|
| /linux/tools/testing/selftests/filesystems/mount-notify/ |
| H A D | mount-notify_test.c | 337 fs = fsopen("tmpfs", 0); in TEST_F()
|
| H A D | mount-notify_test_ns.c | 364 fs = fsopen("tmpfs", 0); in TEST_F()
|
| /linux/fs/xfs/ |
| H A D | xfs_super.c | 1665 * the newer fsopen/fsconfig API. in xfs_fs_fill_super() 2229 * fsopen() before any parameters have been set.
|