Home
last modified time | relevance | path

Searched refs:fsmount (Results 1 – 22 of 22) sorted by relevance

/linux/tools/testing/selftests/proc/
H A Dproc-pidns.c123 int mountfd = fsmount(fsfd, FSMOUNT_CLOEXEC, 0); in TEST_F()
141 int mountfd = fsmount(fsfd, FSMOUNT_CLOEXEC, 0); in TEST_F()
172 int mountfd = fsmount(fsfd, FSMOUNT_CLOEXEC, 0); in TEST_F()
195 int mountfd = fsmount(fsfd, FSMOUNT_CLOEXEC, 0); in TEST_F()
/linux/samples/vfs/
H A Dtest-fsmount.c77 static inline int fsmount(int fsfd, unsigned int flags, unsigned int ms_flags) in fsmount() function
117 mfd = fsmount(fsfd, 0, MOUNT_ATTR_RDONLY); in main()
H A D.gitignore2 /test-fsmount
H A DMakefile2 userprogs-always-y += test-fsmount test-statx mountinfo test-list-all-mounts
/linux/tools/perf/trace/beauty/
H A DBuild5 perf-y += fsmount.o
/linux/tools/testing/selftests/filesystems/
H A Dfclog.c88 int mfd = fsmount(fsfd, FSMOUNT_CLOEXEC, MOUNT_ATTR_NOEXEC | MOUNT_ATTR_NOSUID); in TEST_F()
/linux/tools/testing/selftests/filesystems/mount-notify/
H A Dmount-notify_test.c332 TEST_F(fanotify, fsmount) in TEST_F() argument
343 mnt = fsmount(fs, 0, 0); in TEST_F()
H A Dmount-notify_test_ns.c359 TEST_F(fanotify, fsmount) in TEST_F() argument
370 mnt = fsmount(fs, 0, 0); in TEST_F()
/linux/tools/include/uapi/
H A DREADME23 tools/perf/trace/beauty/fsmount.sh
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl349 432 n64 fsmount sys_fsmount
/linux/scripts/
H A Dsyscall.tbl375 432 common fsmount sys_fsmount
/linux/tools/scripts/
H A Dsyscall.tbl375 432 common fsmount sys_fsmount
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl361 432 common fsmount sys_fsmount
/linux/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl438 432 common fsmount sys_fsmount
/linux/tools/perf/arch/xtensa/entry/syscalls/
H A Dsyscall.tbl405 432 common fsmount sys_fsmount
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl359 432 common fsmount sys_fsmount
H A Dsyscall_32.tbl440 432 i386 fsmount sys_fsmount
/linux/tools/perf/arch/sparc/entry/syscalls/
H A Dsyscall.tbl480 432 common fsmount sys_fsmount
/linux/tools/perf/arch/arm/entry/syscalls/
H A Dsyscall.tbl449 432 common fsmount sys_fsmount
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl525 432 common fsmount sys_fsmount
/linux/tools/perf/
H A DMakefile.perf563 fsmount_tbls := $(srctree)/tools/perf/trace/beauty/fsmount.sh
/linux/fs/
H A Dnamespace.c4428 SYSCALL_DEFINE3(fsmount, int, fs_fd, unsigned int, flags, in SYSCALL_DEFINE3() argument