blob: 331670807cf011f6eea61b2066ee28e5663d51ca [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Chris Metcalfaaeb0122011-05-02 16:52:19 -04002#ifdef __NR_chmod
Al Virob9155432006-07-01 03:56:16 -04003__NR_chmod,
Chris Metcalfaaeb0122011-05-02 16:52:19 -04004#endif
Al Virob9155432006-07-01 03:56:16 -04005__NR_fchmod,
Al Viroa83fbf62006-09-23 00:10:18 +01006#ifdef __NR_chown
Al Virob9155432006-07-01 03:56:16 -04007__NR_chown,
Al Virob9155432006-07-01 03:56:16 -04008__NR_lchown,
Al Viroa83fbf62006-09-23 00:10:18 +01009#endif
AKASHI Takahiro262fd3a2014-01-17 17:05:03 +090010#ifdef __NR_fchown
11__NR_fchown,
12#endif
Al Virob9155432006-07-01 03:56:16 -040013__NR_setxattr,
14__NR_lsetxattr,
15__NR_fsetxattr,
16__NR_removexattr,
17__NR_lremovexattr,
18__NR_fremovexattr,
Al Viroa83fbf62006-09-23 00:10:18 +010019#ifdef __NR_fchownat
Al Virob9155432006-07-01 03:56:16 -040020__NR_fchownat,
21__NR_fchmodat,
Al Viroa83fbf62006-09-23 00:10:18 +010022#endif
Al Virob9155432006-07-01 03:56:16 -040023#ifdef __NR_chown32
24__NR_chown32,
25__NR_fchown32,
26__NR_lchown32,
27#endif
Chris Metcalfaaeb0122011-05-02 16:52:19 -040028#ifdef __NR_link
Al Viroaf295132009-11-11 10:09:41 -050029__NR_link,
Chris Metcalfaaeb0122011-05-02 16:52:19 -040030#endif
Al Viroaf295132009-11-11 10:09:41 -050031#ifdef __NR_linkat
32__NR_linkat,
33#endif