Home
last modified time | relevance | path

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

/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 DMakefile2 userprogs-always-y += test-fsmount test-statx mountinfo test-list-all-mounts
H A D.gitignore2 /test-fsmount
/linux/tools/perf/trace/beauty/
H A DBuild5 perf-y += fsmount.o
/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/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl358 432 common fsmount sys_fsmount
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl358 432 common fsmount sys_fsmount
H A Dsyscall_32.tbl440 432 i386 fsmount sys_fsmount
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl525 432 common fsmount sys_fsmount
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl437 432 common fsmount sys_fsmount sys_fsmount
/linux/tools/perf/
H A DMakefile.perf547 fsmount_tbls := $(srctree)/tools/perf/trace/beauty/fsmount.sh
/linux/fs/
H A Dnamespace.c4156 SYSCALL_DEFINE3(fsmount, int, fs_fd, unsigned int, flags, in SYSCALL_DEFINE3() argument