Searched refs:__NR_chmod (Results 1 – 6 of 6) sorted by relevance
2 #ifdef __NR_chmod3 __NR_chmod,
43 #define __NR_chmod 15 macro44 __SYSCALL(__NR_chmod, sys_chmod)
17 #define __NR_chmod (__NR_SYSCALL_BASE + 15) macro
158 #ifdef __NR_chmod159 # define SYS_chmod __NR_chmod
1484 return my_syscall2(__NR_chmod, path, mode); in sys_chmod()