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
i2c: qcom-geni: Provide support for ACPI
[linux/fpc-iii.git]
/
include
/
asm-generic
/
audit_write.h
blob
f9f1d0ae11d9cb31ad33bf0d8f6ae21407da9bb8
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#include <asm-generic/audit_dir_write.h>
3
__NR_acct
,
4
#ifdef __NR_swapon
5
__NR_swapon
,
6
#endif
7
__NR_quotactl
,
8
#ifdef __NR_truncate
9
__NR_truncate
,
10
#endif
11
#ifdef __NR_truncate64
12
__NR_truncate64
,
13
#endif
14
#ifdef __NR_ftruncate
15
__NR_ftruncate
,
16
#endif
17
#ifdef __NR_ftruncate64
18
__NR_ftruncate64
,
19
#endif
20
#ifdef __NR_bind
21
__NR_bind
,
/* bind can affect fs object only in one way... */
22
#endif
23
#ifdef __NR_fallocate
24
__NR_fallocate
,
25
#endif