• Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Generated by ./xlat/gen.sh from ./xlat/btrfs_qgroup_inherit_flags.in; do not edit. */
2 
3 #ifdef IN_MPERS
4 
5 extern const struct xlat btrfs_qgroup_inherit_flags[];
6 
7 #else
8 
9 # if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS)
10 static
11 # endif
12 const struct xlat btrfs_qgroup_inherit_flags[] = {
13 #if defined(BTRFS_QGROUP_INHERIT_SET_LIMITS) || (defined(HAVE_DECL_BTRFS_QGROUP_INHERIT_SET_LIMITS) && HAVE_DECL_BTRFS_QGROUP_INHERIT_SET_LIMITS)
14   XLAT_TYPE(uint64_t, BTRFS_QGROUP_INHERIT_SET_LIMITS),
15 #endif
16  XLAT_END
17 };
18 
19 #endif /* !IN_MPERS */
20