blob: e9637d8528a0cc4de6ee2ab63dc9cd164149d406 [file] [log] [blame]
/* Generated by ./xlat/gen.sh from ./xlat/xfs_dqblk_flags.in; do not edit. */
#ifdef IN_MPERS
# error static const struct xlat xfs_dqblk_flags in mpers mode
#else
static
const struct xlat xfs_dqblk_flags[] = {
#if defined(XFS_USER_QUOTA) || (defined(HAVE_DECL_XFS_USER_QUOTA) && HAVE_DECL_XFS_USER_QUOTA)
XLAT(XFS_USER_QUOTA),
#endif
#if defined(XFS_PROJ_QUOTA) || (defined(HAVE_DECL_XFS_PROJ_QUOTA) && HAVE_DECL_XFS_PROJ_QUOTA)
XLAT(XFS_PROJ_QUOTA),
#endif
#if defined(XFS_GROUP_QUOTA) || (defined(HAVE_DECL_XFS_GROUP_QUOTA) && HAVE_DECL_XFS_GROUP_QUOTA)
XLAT(XFS_GROUP_QUOTA),
#endif
XLAT_END
};
#endif /* !IN_MPERS */