1b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */
2aaeb012fSChris Metcalf #ifdef __NR_chmod
3b915543bSAl Viro __NR_chmod,
4aaeb012fSChris Metcalf #endif
5b915543bSAl Viro __NR_fchmod,
6a83fbf63SAl Viro #ifdef __NR_chown
7b915543bSAl Viro __NR_chown,
8b915543bSAl Viro __NR_lchown,
9a83fbf63SAl Viro #endif
10262fd3aaSAKASHI Takahiro #ifdef __NR_fchown
11262fd3aaSAKASHI Takahiro __NR_fchown,
12262fd3aaSAKASHI Takahiro #endif
13b915543bSAl Viro __NR_setxattr,
14b915543bSAl Viro __NR_lsetxattr,
15b915543bSAl Viro __NR_fsetxattr,
16b915543bSAl Viro __NR_removexattr,
17b915543bSAl Viro __NR_lremovexattr,
18b915543bSAl Viro __NR_fremovexattr,
19a83fbf63SAl Viro #ifdef __NR_fchownat
20b915543bSAl Viro __NR_fchownat,
21b915543bSAl Viro __NR_fchmodat,
22a83fbf63SAl Viro #endif
23b915543bSAl Viro #ifdef __NR_chown32
24b915543bSAl Viro __NR_chown32,
25b915543bSAl Viro __NR_fchown32,
26b915543bSAl Viro __NR_lchown32,
27b915543bSAl Viro #endif
28aaeb012fSChris Metcalf #ifdef __NR_link
29af295132SAl Viro __NR_link,
30aaeb012fSChris Metcalf #endif
31af295132SAl Viro #ifdef __NR_linkat
32af295132SAl Viro __NR_linkat,
33af295132SAl Viro #endif
34