Home
last modified time | relevance | path

Searched full:fsopen (Results 1 – 25 of 27) sorted by relevance

12

/linux/tools/testing/selftests/filesystems/
H A Dfclog.c53 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 Dtest-fsmount.c72 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 Dproc-pidns.c117 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 Dproc-fsconfig-hidepid.c23 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 Ddev_in_maps.c56 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 Dsyscall_n64.tbl347 430 n64 fsopen sys_fsopen
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl359 430 common fsopen sys_fsopen
/linux/tools/include/uapi/linux/
H A Dmount.h82 * fsopen() flags.
/linux/scripts/
H A Dsyscall.tbl373 430 common fsopen sys_fsopen
/linux/tools/perf/arch/xtensa/entry/syscalls/
H A Dsyscall.tbl403 430 common fsopen sys_fsopen
/linux/tools/scripts/
H A Dsyscall.tbl373 430 common fsopen sys_fsopen
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl357 430 common fsopen sys_fsopen
H A Dsyscall_32.tbl438 430 i386 fsopen sys_fsopen
/linux/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl436 430 common fsopen sys_fsopen
/linux/tools/perf/arch/arm/entry/syscalls/
H A Dsyscall.tbl447 430 common fsopen sys_fsopen
/linux/include/linux/
H A Dfs_context.h36 * Userspace usage phase for fsopen/fspick.
/linux/tools/perf/arch/sparc/entry/syscalls/
H A Dsyscall.tbl478 430 common fsopen sys_fsopen
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h82 * fsopen() flags.
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl523 430 common fsopen sys_fsopen
/linux/fs/overlayfs/
H A Dparams.c791 * This is called during fsopen() and will record the user namespace of
795 * process that called fsopen().
/linux/fs/
H A Dfsopen.c120 SYSCALL_DEFINE2(fsopen, const char __user *, _fs_name, unsigned int, flags) in SYSCALL_DEFINE2() argument
/linux/fs/proc/
H A Droot.c151 * 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 Dmount-notify_test.c337 fs = fsopen("tmpfs", 0); in TEST_F()
H A Dmount-notify_test_ns.c364 fs = fsopen("tmpfs", 0); in TEST_F()
/linux/fs/xfs/
H A Dxfs_super.c1665 * the newer fsopen/fsconfig API. in xfs_fs_fill_super()
2229 * fsopen() before any parameters have been set.

12