blob: f9f1d0ae11d9cb31ad33bf0d8f6ae21407da9bb8 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Al Virodc104fb2006-08-31 19:05:56 -04002#include <asm-generic/audit_dir_write.h>
3__NR_acct,
Mike Frysinger0b0c9402008-11-18 15:03:49 +08004#ifdef __NR_swapon
Al Virodc104fb2006-08-31 19:05:56 -04005__NR_swapon,
Mike Frysinger0b0c9402008-11-18 15:03:49 +08006#endif
Al Virodc104fb2006-08-31 19:05:56 -04007__NR_quotactl,
Chris Metcalfaaeb0122011-05-02 16:52:19 -04008#ifdef __NR_truncate
Al Virodc104fb2006-08-31 19:05:56 -04009__NR_truncate,
Chris Metcalfaaeb0122011-05-02 16:52:19 -040010#endif
Al Virodc104fb2006-08-31 19:05:56 -040011#ifdef __NR_truncate64
12__NR_truncate64,
13#endif
AKASHI Takahiro262fd3a2014-01-17 17:05:03 +090014#ifdef __NR_ftruncate
15__NR_ftruncate,
16#endif
17#ifdef __NR_ftruncate64
18__NR_ftruncate64,
19#endif
Al Virodc104fb2006-08-31 19:05:56 -040020#ifdef __NR_bind
21__NR_bind, /* bind can affect fs object only in one way... */
22#endif
Steve Grubb6e66ec32017-10-12 23:24:01 -040023#ifdef __NR_fallocate
24__NR_fallocate,
25#endif