Searched refs:__NR_chown (Results 1 – 6 of 6) sorted by relevance
6 #ifdef __NR_chown7 __NR_chown,
377 #define __NR_chown 182 macro378 __SYSCALL(__NR_chown, sys_chown16)
147 #define __NR_chown (__NR_SYSCALL_BASE + 182) macro
162 #ifdef __NR_chown163 # define SYS_chown __NR_chown
1494 return my_syscall3(__NR_chown, path, owner, group); in sys_chown()