1aaeb012fSChris Metcalf #ifdef __NR_chmod
2b915543bSAl Viro __NR_chmod,
3aaeb012fSChris Metcalf #endif
4b915543bSAl Viro __NR_fchmod,
5a83fbf63SAl Viro #ifdef __NR_chown
6b915543bSAl Viro __NR_chown,
7b915543bSAl Viro __NR_lchown,
8a83fbf63SAl Viro #endif
9262fd3aaSAKASHI Takahiro #ifdef __NR_fchown
10262fd3aaSAKASHI Takahiro __NR_fchown,
11262fd3aaSAKASHI Takahiro #endif
12b915543bSAl Viro __NR_setxattr,
13b915543bSAl Viro __NR_lsetxattr,
14b915543bSAl Viro __NR_fsetxattr,
15b915543bSAl Viro __NR_removexattr,
16b915543bSAl Viro __NR_lremovexattr,
17b915543bSAl Viro __NR_fremovexattr,
18a83fbf63SAl Viro #ifdef __NR_fchownat
19b915543bSAl Viro __NR_fchownat,
20b915543bSAl Viro __NR_fchmodat,
21a83fbf63SAl Viro #endif
22b915543bSAl Viro #ifdef __NR_chown32
23b915543bSAl Viro __NR_chown32,
24b915543bSAl Viro __NR_fchown32,
25b915543bSAl Viro __NR_lchown32,
26b915543bSAl Viro #endif
27aaeb012fSChris Metcalf #ifdef __NR_link
28af295132SAl Viro __NR_link,
29aaeb012fSChris Metcalf #endif
30af295132SAl Viro #ifdef __NR_linkat
31af295132SAl Viro __NR_linkat,
32af295132SAl Viro #endif
33