Home
last modified time | relevance | path

Searched refs:sys_fsmount (Results 1 – 21 of 21) sorted by relevance

/linux/tools/testing/selftests/filesystems/overlayfs/
H A Dset_layers_via_fds.c61 fd_tmpfs = sys_fsmount(fd_context, 0, 0); in TEST_F()
124 fd_overlay = sys_fsmount(fd_context, 0, 0); in TEST_F()
178 fd_tmpfs = sys_fsmount(fd_context, 0, 0); in TEST_F()
225 fd_overlay = sys_fsmount(fd_context, 0, 0); in TEST_F()
245 fd_tmpfs = sys_fsmount(fd_context, 0, 0); in TEST_F()
322 fd_overlay = sys_fsmount(fd_context, 0, 0); in TEST_F()
390 fd_tmpfs = sys_fsmount(fd_context, 0, 0); in TEST_F()
439 fd_overlay = sys_fsmount(fd_context, 0, 0); in TEST_F()
464 fd_tmpfs = sys_fsmount(fd_context, 0, 0); in TEST_F()
518 fd_overlay = sys_fsmount(fd_context, 0, 0); in TEST_F()
[all …]
H A Ddev_in_maps.c61 tmpfs = sys_fsmount(fsfd, 0, 0); in ovl_mount()
87 ovl = sys_fsmount(fsfd, 0, 0); in ovl_mount()
/linux/tools/testing/selftests/filesystems/
H A Dfile_stressor.c32 static inline int sys_fsmount(int fd, unsigned int flags, in sys_fsmount() function
71 self->fd_tmpfs = sys_fsmount(fd_context, 0, 0); in FIXTURE_SETUP()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_obj_pinning.c23 static inline int sys_fsmount(int fs_fd, unsigned flags, unsigned ms_flags) in sys_fsmount() function
60 mnt_fd = sys_fsmount(fs_fd, 0, 0); in bpf_obj_pinning_detached()
H A Dtoken.c46 static inline int sys_fsmount(int fs_fd, unsigned flags, unsigned ms_flags) in sys_fsmount() function
343 mnt_fd = sys_fsmount(fs_fd, 0, 0); in child()
/linux/tools/testing/selftests/coredump/
H A Dcoredump_test_helpers.c73 fd_tmpfs = sys_fsmount(fd_context, 0, 0); in create_detached_tmpfs()
/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/include/uapi/asm-generic/
H A Dunistd.h774 __SYSCALL(__NR_fsmount, sys_fsmount)
/linux/tools/include/uapi/asm-generic/
H A Dunistd.h774 __SYSCALL(__NR_fsmount, sys_fsmount)
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl525 432 common fsmount sys_fsmount
/linux/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c1751 fd_tmpfs = sys_fsmount(fd_context, 0, 0); in TEST_F()
/linux/include/linux/
H A Dsyscalls.h978 asmlinkage long sys_fsmount(int fs_fd, unsigned int flags, unsigned int ms_flags);