Home
last modified time | relevance | path

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

/tools/include/nolibc/sys/
A Dmount.h23 int sys_mount(const char *src, const char *tgt, const char *fst, in sys_mount() function
34 return __sysret(sys_mount(src, tgt, fst, flags, data)); in mount()
/tools/testing/selftests/filesystems/
A Dwrappers.h33 static inline int sys_mount(const char *src, const char *tgt, const char *fst, in sys_mount() function
/tools/testing/selftests/filesystems/overlayfs/
A Dset_layers_via_fds.c55 ASSERT_EQ(sys_mount(NULL, "/", NULL, MS_SLAVE | MS_REC, NULL), 0); in TEST_F()
172 ASSERT_EQ(sys_mount(NULL, "/", NULL, MS_SLAVE | MS_REC, NULL), 0); in TEST_F()
239 ASSERT_EQ(sys_mount(NULL, "/", NULL, MS_SLAVE | MS_REC, NULL), 0); in TEST_F()
384 ASSERT_EQ(sys_mount(NULL, "/", NULL, MS_SLAVE | MS_REC, NULL), 0); in TEST_F()
458 ASSERT_EQ(sys_mount(NULL, "/", NULL, MS_SLAVE | MS_REC, NULL), 0); in TEST_F()
535 ASSERT_EQ(sys_mount(NULL, "/", NULL, MS_SLAVE | MS_REC, NULL), 0); in TEST_F()
604 ASSERT_EQ(sys_mount(NULL, "/", NULL, MS_SLAVE | MS_REC, NULL), 0); in TEST_F()
A Ddev_in_maps.c148 if (sys_mount(NULL, "/", NULL, MS_SLAVE | MS_REC, NULL) == -1) { in main()
/tools/perf/arch/s390/entry/syscalls/
A Dsyscall.tbl29 21 common mount sys_mount sys_mount
/tools/testing/selftests/bpf/prog_tests/
A Dtoken.c24 static inline int sys_mount(const char *dev_name, const char *dir_name, in sys_mount() function
308 err = sys_mount(NULL, "/", NULL, MS_REC | MS_PRIVATE, 0); in child()
/tools/perf/arch/mips/entry/syscalls/
A Dsyscall_n64.tbl170 160 n64 mount sys_mount
/tools/scripts/
A Dsyscall.tbl54 40 common mount sys_mount
/tools/perf/arch/parisc/entry/syscalls/
A Dsyscall.tbl32 21 common mount sys_mount
/tools/perf/arch/sh/entry/syscalls/
A Dsyscall.tbl31 21 common mount sys_mount
/tools/perf/arch/x86/entry/syscalls/
A Dsyscall_64.tbl177 165 common mount sys_mount
A Dsyscall_32.tbl36 21 i386 mount sys_mount
/tools/perf/arch/xtensa/entry/syscalls/
A Dsyscall.tbl189 172 common mount sys_mount
/tools/perf/arch/alpha/entry/syscalls/
A Dsyscall.tbl235 302 common mount sys_mount
/tools/perf/arch/arm/entry/syscalls/
A Dsyscall.tbl36 21 common mount sys_mount
/tools/perf/arch/arm64/entry/syscalls/
A Dsyscall_32.tbl35 21 common mount sys_mount
/tools/perf/arch/sparc/entry/syscalls/
A Dsyscall.tbl204 167 common mount sys_mount
/tools/perf/arch/powerpc/entry/syscalls/
A Dsyscall.tbl35 21 nospu mount sys_mount
/tools/include/uapi/asm-generic/
A Dunistd.h123 __SYSCALL(__NR_mount, sys_mount)

Completed in 18 milliseconds