Contributors: 6
| Author |
Tokens |
Token Proportion |
Commits |
Commit Proportion |
| Al Viro |
57 |
61.29% |
3 |
37.50% |
| AKASHI Takahiro |
13 |
13.98% |
1 |
12.50% |
| Chris Metcalf |
10 |
10.75% |
1 |
12.50% |
| Christian Göttsche |
8 |
8.60% |
1 |
12.50% |
| Jeffrey Bencteux |
4 |
4.30% |
1 |
12.50% |
| Greg Kroah-Hartman |
1 |
1.08% |
1 |
12.50% |
| Total |
93 |
|
8 |
|
/* 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_fchmodat2
__NR_fchmodat2,
#endif
#ifdef __NR_chown32
__NR_chown32,
__NR_fchown32,
__NR_lchown32,
#endif
#ifdef __NR_link
__NR_link,
#endif
#ifdef __NR_linkat
__NR_linkat,
#endif