Home
last modified time | relevance | path

Searched refs:sys_mount (Results 1 – 9 of 9) sorted by relevance

/tools/testing/selftests/filesystems/overlayfs/
Ddev_in_maps.c35 static int sys_mount(const char *src, const char *tgt, const char *fst, in sys_mount() function
173 if (sys_mount(NULL, "/", NULL, MS_SLAVE | MS_REC, NULL) == -1) { in main()
/tools/testing/selftests/bpf/prog_tests/
Dtoken.c23 static inline int sys_mount(const char *dev_name, const char *dir_name, in sys_mount() function
311 err = sys_mount(NULL, "/", NULL, MS_REC | MS_PRIVATE, 0); in child()
/tools/include/nolibc/
Dsys.h730 int sys_mount(const char *src, const char *tgt, const char *fst, in sys_mount() function
741 return __sysret(sys_mount(src, tgt, fst, flags, data)); in mount()
/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl29 21 common mount sys_mount sys_mount
/tools/perf/arch/mips/entry/syscalls/
Dsyscall_n64.tbl170 160 n64 mount sys_mount
/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl177 165 common mount sys_mount
Dsyscall_32.tbl36 21 i386 mount sys_mount
/tools/perf/arch/powerpc/entry/syscalls/
Dsyscall.tbl35 21 nospu mount sys_mount
/tools/include/uapi/asm-generic/
Dunistd.h123 __SYSCALL(__NR_mount, sys_mount)