Contributors: 5
Author |
Tokens |
Token Proportion |
Commits |
Commit Proportion |
Al Viro |
56 |
65.12% |
3 |
42.86% |
AKASHI Takahiro |
11 |
12.79% |
1 |
14.29% |
Chris Metcalf |
10 |
11.63% |
1 |
14.29% |
Christian Göttsche |
8 |
9.30% |
1 |
14.29% |
Greg Kroah-Hartman |
1 |
1.16% |
1 |
14.29% |
Total |
86 |
|
7 |
|
123456789101112131415161718192021222324252627282930313233343536373839
/* SPDX-License-Identifier: GPL-2.0 */
#ifdef __NR_chmod
__NR_chmod,
#endif
__NR_fchmod,
#ifdef __NR_chown
__NR_chown,
__NR_lchown,
#endif
#ifdef __NR_fchown
__NR_fchown,
#endif
__NR_setxattr,
#ifdef __NR_setxattrat
__NR_setxattrat,
#endif
__NR_lsetxattr,
__NR_fsetxattr,
__NR_removexattr,
#ifdef __NR_removexattrat
__NR_removexattrat,
#endif
__NR_lremovexattr,
__NR_fremovexattr,
#ifdef __NR_fchownat
__NR_fchownat,
__NR_fchmodat,
#endif
#ifdef __NR_chown32
__NR_chown32,
__NR_fchown32,
__NR_lchown32,
#endif
#ifdef __NR_link
__NR_link,
#endif
#ifdef __NR_linkat
__NR_linkat,
#endif