Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1#ifdef __NR_chmod
2__NR_chmod,
3#endif
4__NR_fchmod,
5#ifdef __NR_chown
6__NR_chown,
7__NR_fchown,
8__NR_lchown,
9#endif
10__NR_setxattr,
11__NR_lsetxattr,
12__NR_fsetxattr,
13__NR_removexattr,
14__NR_lremovexattr,
15__NR_fremovexattr,
16#ifdef __NR_fchownat
17__NR_fchownat,
18__NR_fchmodat,
19#endif
20#ifdef __NR_chown32
21__NR_chown32,
22__NR_fchown32,
23__NR_lchown32,
24#endif
25#ifdef __NR_link
26__NR_link,
27#endif
28#ifdef __NR_linkat
29__NR_linkat,
30#endif