Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm...
[deliverable/linux.git] / include / asm-generic / audit_write.h
... / ...
CommitLineData
1#include <asm-generic/audit_dir_write.h>
2__NR_acct,
3#ifdef __NR_swapon
4__NR_swapon,
5#endif
6__NR_quotactl,
7#ifdef __NR_truncate
8__NR_truncate,
9#endif
10#ifdef __NR_truncate64
11__NR_truncate64,
12#endif
13#ifdef __NR_ftruncate
14__NR_ftruncate,
15#endif
16#ifdef __NR_ftruncate64
17__NR_ftruncate64,
18#endif
19#ifdef __NR_bind
20__NR_bind, /* bind can affect fs object only in one way... */
21#endif
This page took 0.086052 seconds and 5 git commands to generate.