repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
stmmac: protect tx process with lock (V4)
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
include
/
asm-generic
/
audit_change_attr.h
blob
89b73e5d0fd0ca626f7b99e5236f20247553ceaf
1
#ifdef __NR_chmod
2
__NR_chmod
,
3
#endif
4
__NR_fchmod
,
5
#ifdef __NR_chown
6
__NR_chown
,
7
__NR_fchown
,
8
__NR_lchown
,
9
#endif
10
__NR_setxattr
,
11
__NR_lsetxattr
,
12
__NR_fsetxattr
,
13
__NR_removexattr
,
14
__NR_lremovexattr
,
15
__NR_fremovexattr
,
16
#ifdef __NR_fchownat
17
__NR_fchownat
,
18
__NR_fchmodat
,
19
#endif
20
#ifdef __NR_chown32
21
__NR_chown32
,
22
__NR_fchown32
,
23
__NR_lchown32
,
24
#endif
25
#ifdef __NR_link
26
__NR_link
,
27
#endif
28
#ifdef __NR_linkat
29
__NR_linkat
,
30
#endif