blob: 274575d7129fc6b499c2c0ccbb4aad62af5a013a [file] [log] [blame]
Al Virodc104fb2006-08-31 19:05:56 -04001#include <asm-generic/audit_dir_write.h>
2__NR_acct,
Mike Frysinger0b0c9402008-11-18 15:03:49 +08003#ifdef __NR_swapon
Al Virodc104fb2006-08-31 19:05:56 -04004__NR_swapon,
Mike Frysinger0b0c9402008-11-18 15:03:49 +08005#endif
Al Virodc104fb2006-08-31 19:05:56 -04006__NR_quotactl,
Chris Metcalfaaeb0122011-05-02 16:52:19 -04007#ifdef __NR_truncate
Al Virodc104fb2006-08-31 19:05:56 -04008__NR_truncate,
Chris Metcalfaaeb0122011-05-02 16:52:19 -04009#endif
Al Virodc104fb2006-08-31 19:05:56 -040010#ifdef __NR_truncate64
11__NR_truncate64,
12#endif
AKASHI Takahiro262fd3a2014-01-17 17:05:03 +090013#ifdef __NR_ftruncate
14__NR_ftruncate,
15#endif
16#ifdef __NR_ftruncate64
17__NR_ftruncate64,
18#endif
Al Virodc104fb2006-08-31 19:05:56 -040019#ifdef __NR_bind
20__NR_bind, /* bind can affect fs object only in one way... */
21#endif