at v6.19 39 lines 584 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifdef __NR_chmod 3__NR_chmod, 4#endif 5__NR_fchmod, 6#ifdef __NR_chown 7__NR_chown, 8__NR_lchown, 9#endif 10#ifdef __NR_fchown 11__NR_fchown, 12#endif 13__NR_setxattr, 14#ifdef __NR_setxattrat 15__NR_setxattrat, 16#endif 17__NR_lsetxattr, 18__NR_fsetxattr, 19__NR_removexattr, 20#ifdef __NR_removexattrat 21__NR_removexattrat, 22#endif 23__NR_lremovexattr, 24__NR_fremovexattr, 25#ifdef __NR_fchownat 26__NR_fchownat, 27__NR_fchmodat, 28#endif 29#ifdef __NR_chown32 30__NR_chown32, 31__NR_fchown32, 32__NR_lchown32, 33#endif 34#ifdef __NR_link 35__NR_link, 36#endif 37#ifdef __NR_linkat 38__NR_linkat, 39#endif