repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
accel/ivpu: Enable HWS by default on all platforms
[drm/drm-misc.git]
/
include
/
asm-generic
/
audit_change_attr.h
blob
cc840537885fbcd3bd470c2382cf9c49f5b05aa4
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