Loading...
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_bind
14__NR_bind, /* bind can affect fs object only in one way... */
15#endif
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