Searched refs:__NR_chown (Results 1 – 3 of 3) sorted by relevance
6 #ifdef __NR_chown7 __NR_chown,
377 #define __NR_chown 182 macro378 __SYSCALL(__NR_chown, sys_chown16)
1483 return my_syscall3(__NR_chown, path, owner, group); in sys_chown()