Searched refs:__NR_chown (Results 1 – 12 of 12) sorted by relevance
6 #ifdef __NR_chown7 __NR_chown,
113 #define __NR_chown 92 macro
203 #define __NR_chown 182 macro
102 #define __NR_chown (__X32_SYSCALL_BIT + 92) macro
111 #define __NR_chown (__NR_Linux + 90) macro
223 #define __NR_chown (__NR_Linux + 202) macro
151 #define __NR_chown (__NR_SYSCALL_BASE + 182) macro
377 #define __NR_chown 182 macro378 __SYSCALL(__NR_chown, sys_chown16)
164 #define __NR_chown (__NR_SYSCALL_BASE + 182) macro
193 SYSCALL_HAND_DEF(__NR_chown, SysChown, int, ARG_NUM_3)
1494 return my_syscall3(__NR_chown, path, owner, group); in sys_chown()