Searched refs:__NR_mount (Results 1 – 5 of 5) sorted by relevance
114 if (req->data.nr != __NR_mount) { in handle_req()218 listener = user_trap_syscall(__NR_mount, in main()
142 #define __NR_mount 40 macro143 __SYSCALL(__NR_mount, sys_mount)
55 #define __NR_mount 21 macro56 __SYSCALL(__NR_mount, sys_mount)
750 return my_syscall5(__NR_mount, src, tgt, fst, flags, data); in sys_mount()