brintos

brintos / linux-shallow public Read only

0
0
Text · 461 B · f9f1d0a Raw
26 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2#include <asm-generic/audit_dir_write.h>3__NR_acct,4#ifdef __NR_swapon5__NR_swapon,6#endif7__NR_quotactl,8#ifdef __NR_truncate9__NR_truncate,10#endif11#ifdef __NR_truncate6412__NR_truncate64,13#endif14#ifdef __NR_ftruncate15__NR_ftruncate,16#endif17#ifdef __NR_ftruncate6418__NR_ftruncate64,19#endif20#ifdef __NR_bind21__NR_bind,		/* bind can affect fs object only in one way... */22#endif23#ifdef __NR_fallocate24__NR_fallocate,25#endif26