1 /* Generated by ./xlat/gen.sh from ./xlat/btrfs_qgroup_inherit_flags.in; do not edit. */ 2 3 #include "gcc_compat.h" 4 #include "static_assert.h" 5 6 7 #ifndef XLAT_MACROS_ONLY 8 9 # ifdef IN_MPERS 10 11 extern const struct xlat btrfs_qgroup_inherit_flags[]; 12 13 # else 14 15 # if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS) 16 static 17 # endif 18 const struct xlat btrfs_qgroup_inherit_flags[] = { 19 #if defined(BTRFS_QGROUP_INHERIT_SET_LIMITS) || (defined(HAVE_DECL_BTRFS_QGROUP_INHERIT_SET_LIMITS) && HAVE_DECL_BTRFS_QGROUP_INHERIT_SET_LIMITS) 20 XLAT_TYPE(uint64_t, BTRFS_QGROUP_INHERIT_SET_LIMITS), 21 #endif 22 XLAT_END 23 }; 24 25 # endif /* !IN_MPERS */ 26 27 #endif /* !XLAT_MACROS_ONLY */ 28