blob: a43321da697c5a2e7eea9f112653d8eea81ac56b [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/xfs_quota_flags.in; do not edit. */
2
3static const struct xlat xfs_quota_flags[] = {
4#if defined(XFS_QUOTA_UDQ_ACCT) || (defined(HAVE_DECL_XFS_QUOTA_UDQ_ACCT) && HAVE_DECL_XFS_QUOTA_UDQ_ACCT)
5 XLAT(XFS_QUOTA_UDQ_ACCT),
6#endif
7#if defined(XFS_QUOTA_UDQ_ENFD) || (defined(HAVE_DECL_XFS_QUOTA_UDQ_ENFD) && HAVE_DECL_XFS_QUOTA_UDQ_ENFD)
8 XLAT(XFS_QUOTA_UDQ_ENFD),
9#endif
10#if defined(XFS_QUOTA_GDQ_ACCT) || (defined(HAVE_DECL_XFS_QUOTA_GDQ_ACCT) && HAVE_DECL_XFS_QUOTA_GDQ_ACCT)
11 XLAT(XFS_QUOTA_GDQ_ACCT),
12#endif
13#if defined(XFS_QUOTA_GDQ_ENFD) || (defined(HAVE_DECL_XFS_QUOTA_GDQ_ENFD) && HAVE_DECL_XFS_QUOTA_GDQ_ENFD)
14 XLAT(XFS_QUOTA_GDQ_ENFD),
15#endif
16 XLAT_END
17};