Searched refs:__NR_umount2 (Results 1 – 17 of 17) sorted by relevance
18 #define __NR_umount __NR_umount2
7 #define __NR_umount __NR_umount2
187 #define __NR_umount2 166 macro
73 #define __NR_umount2 52 macro
169 #define __NR_umount2 (__X32_SYSCALL_BIT + 166) macro
78 #define __NR_umount2 39 macro
102 #define __NR_umount2 39 macro103 __SYSCALL(__NR_umount2, sys_umount)
140 #define __NR_umount2 39 macro141 __SYSCALL(__NR_umount2, sys_umount)
182 #define __NR_umount2 (__NR_Linux + 161) macro
73 #define __NR_umount2 (__NR_Linux + 52) macro
46 #define __NR_umount2 (__NR_SYSCALL_BASE + 52) macro
117 #define __NR_umount2 52 macro118 __SYSCALL(__NR_umount2, sys_umount)
59 #define __NR_umount2 (__NR_SYSCALL_BASE + 52) macro
70 SYSCALL_HAND_DEF(__NR_umount2, SysUmount2, int, ARG_NUM_2)
1745 return my_syscall2(__NR_umount2, path, flags); in sys_umount2()