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_fchown,
8b915543bSAl Viro __NR_lchown,
9a83fbf63SAl Viro #endif
10b915543bSAl Viro __NR_setxattr,
11b915543bSAl Viro __NR_lsetxattr,
12b915543bSAl Viro __NR_fsetxattr,
13b915543bSAl Viro __NR_removexattr,
14b915543bSAl Viro __NR_lremovexattr,
15b915543bSAl Viro __NR_fremovexattr,
16a83fbf63SAl Viro #ifdef __NR_fchownat
17b915543bSAl Viro __NR_fchownat,
18b915543bSAl Viro __NR_fchmodat,
19a83fbf63SAl Viro #endif
20b915543bSAl Viro #ifdef __NR_chown32
21b915543bSAl Viro __NR_chown32,
22b915543bSAl Viro __NR_fchown32,
23b915543bSAl Viro __NR_lchown32,
24b915543bSAl Viro #endif
25aaeb012fSChris Metcalf #ifdef __NR_link
26af295132SAl Viro __NR_link,
27aaeb012fSChris Metcalf #endif
28af295132SAl Viro #ifdef __NR_linkat
29af295132SAl Viro __NR_linkat,
30af295132SAl Viro #endif
31