Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/xfs_quota_flags.in; do not edit. */
      2 
      3 #ifdef IN_MPERS
      4 
      5 # error static const struct xlat xfs_quota_flags in mpers mode
      6 
      7 #else
      8 
      9 static
     10 const struct xlat xfs_quota_flags[] = {
     11 #if defined(XFS_QUOTA_UDQ_ACCT) || (defined(HAVE_DECL_XFS_QUOTA_UDQ_ACCT) && HAVE_DECL_XFS_QUOTA_UDQ_ACCT)
     12   XLAT(XFS_QUOTA_UDQ_ACCT),
     13 #endif
     14 #if defined(XFS_QUOTA_UDQ_ENFD) || (defined(HAVE_DECL_XFS_QUOTA_UDQ_ENFD) && HAVE_DECL_XFS_QUOTA_UDQ_ENFD)
     15   XLAT(XFS_QUOTA_UDQ_ENFD),
     16 #endif
     17 #if defined(XFS_QUOTA_GDQ_ACCT) || (defined(HAVE_DECL_XFS_QUOTA_GDQ_ACCT) && HAVE_DECL_XFS_QUOTA_GDQ_ACCT)
     18   XLAT(XFS_QUOTA_GDQ_ACCT),
     19 #endif
     20 #if defined(XFS_QUOTA_GDQ_ENFD) || (defined(HAVE_DECL_XFS_QUOTA_GDQ_ENFD) && HAVE_DECL_XFS_QUOTA_GDQ_ENFD)
     21   XLAT(XFS_QUOTA_GDQ_ENFD),
     22 #endif
     23  XLAT_END
     24 };
     25 
     26 #endif /* !IN_MPERS */
     27