repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
net: lantiq: Use napi_complete_done()
[linux/fpc-iii.git]
/
include
/
asm-generic
/
audit_change_attr.h
blob
331670807cf011f6eea61b2066ee28e5663d51ca
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