Home
last modified time | relevance | path

Searched refs:__NR_mount (Results 1 – 4 of 4) sorted by relevance

/linux/tools/include/nolibc/sys/
H A Dmount.h26 return __nolibc_syscall5(__NR_mount, src, tgt, fst, flags, data); in sys_mount()
/linux/samples/seccomp/
H A Duser-trap.c118 if (req->data.nr != __NR_mount) { in handle_req()
222 listener = user_trap_syscall(__NR_mount, in main()
/linux/tools/include/uapi/asm-generic/
H A Dunistd.h122 #define __NR_mount 40 macro
123 __SYSCALL(__NR_mount, sys_mount)
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtoken.c34 return syscall(__NR_mount, dev_name, dir_name, type, flags, data); in sys_fsopen()