1 /* Generated by ./xlat/gen.sh from ./xlat/quota_formats.in; do not edit. */ 2 3 static const struct xlat quota_formats[] = { 4 #if defined(QFMT_VFS_OLD) || (defined(HAVE_DECL_QFMT_VFS_OLD) && HAVE_DECL_QFMT_VFS_OLD) 5 XLAT(QFMT_VFS_OLD), 6 #endif 7 #if defined(QFMT_VFS_V0) || (defined(HAVE_DECL_QFMT_VFS_V0) && HAVE_DECL_QFMT_VFS_V0) 8 XLAT(QFMT_VFS_V0), 9 #endif 10 XLAT_END 11 }; 12