Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/filesystems/overlayfs/
H A Ddev_in_maps.c148 if (sys_mount(NULL, "/", NULL, MS_SLAVE | MS_REC, NULL) == -1) { in test()
35 static int sys_mount(const char *src, const char *tgt, const char *fst, sys_mount() function
/linux/tools/include/nolibc/
H A 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()
/linux/tools/testing/selftests/bpf/prog_tests/
H A 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()
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl29 21 common mount sys_mount sys_mount
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl170 160 n64 mount sys_mount
/linux/scripts/
H A Dsyscall.tbl54 40 common mount sys_mount
/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl177 165 common mount sys_mount
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl177 165 common mount sys_mount
H A Dsyscall_32.tbl36 21 i386 mount sys_mount
/linux/include/uapi/asm-generic/
H A Dunistd.h123 __SYSCALL(__NR_mount, sys_mount)
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl35 21 nospu mount sys_mount
/linux/tools/include/uapi/asm-generic/
H A Dunistd.h123 __SYSCALL(__NR_mount, sys_mount)
/linux/include/linux/
H A Dsyscalls.h415 asmlinkage long sys_mount(char __user *dev_name, char __user *dir_name,