xref: /linux/include/asm-generic/audit_write.h (revision 09005a63988521f74111fae344aecb3f63306168)
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_quotactl_fd
9 __NR_quotactl_fd,
10 #endif
11 #ifdef __NR_truncate
12 __NR_truncate,
13 #endif
14 #ifdef __NR_truncate64
15 __NR_truncate64,
16 #endif
17 #ifdef __NR_ftruncate
18 __NR_ftruncate,
19 #endif
20 #ifdef __NR_ftruncate64
21 __NR_ftruncate64,
22 #endif
23 #ifdef __NR_bind
24 __NR_bind,		/* bind can affect fs object only in one way... */
25 #endif
26 #ifdef __NR_fallocate
27 __NR_fallocate,
28 #endif
29