Searched refs:__NR_chown (Results 1 – 3 of 3) sorted by relevance
6 #ifdef __NR_chown7 __NR_chown,
148 #elif defined(__NR_chown) in sys_chown()149 return my_syscall3(__NR_chown, path, owner, group); in sys_chown()151 #error Neither __NR_fchownat nor __NR_chown defined, cannot implement sys_chown() in sys_chown()
377 #define __NR_chown 182 macro378 __SYSCALL(__NR_chown, sys_chown16)