Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/quota_formats.in; do not edit. */
      2 #if !(defined(QFMT_VFS_OLD) || (defined(HAVE_DECL_QFMT_VFS_OLD) && HAVE_DECL_QFMT_VFS_OLD))
      3 # define QFMT_VFS_OLD 1
      4 #endif
      5 #if !(defined(QFMT_VFS_V0) || (defined(HAVE_DECL_QFMT_VFS_V0) && HAVE_DECL_QFMT_VFS_V0))
      6 # define QFMT_VFS_V0 2
      7 #endif
      8 #if !(defined(QFMT_OCFS2) || (defined(HAVE_DECL_QFMT_OCFS2) && HAVE_DECL_QFMT_OCFS2))
      9 # define QFMT_OCFS2 3
     10 #endif
     11 #if !(defined(QFMT_VFS_V1) || (defined(HAVE_DECL_QFMT_VFS_V1) && HAVE_DECL_QFMT_VFS_V1))
     12 # define QFMT_VFS_V1 4
     13 #endif
     14 
     15 #ifdef IN_MPERS
     16 
     17 # error static const struct xlat quota_formats in mpers mode
     18 
     19 #else
     20 
     21 static
     22 const struct xlat quota_formats[] = {
     23  XLAT(QFMT_VFS_OLD),
     24  XLAT(QFMT_VFS_V0),
     25  XLAT(QFMT_OCFS2),
     26  XLAT(QFMT_VFS_V1),
     27  XLAT_END
     28 };
     29 
     30 #endif /* !IN_MPERS */
     31