projects
/
releases.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
GNU Linux-libre 4.19.211-gnu1
[releases.git]
/
include
/
asm-generic
/
audit_change_attr.h
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
__NR_lsetxattr,
15
__NR_fsetxattr,
16
__NR_removexattr,
17
__NR_lremovexattr,
18
__NR_fremovexattr,
19
#ifdef __NR_fchownat
20
__NR_fchownat,
21
__NR_fchmodat,
22
#endif
23
#ifdef __NR_chown32
24
__NR_chown32,
25
__NR_fchown32,
26
__NR_lchown32,
27
#endif
28
#ifdef __NR_link
29
__NR_link,
30
#endif
31
#ifdef __NR_linkat
32
__NR_linkat,
33
#endif