1 /* Generated by ./xlat/gen.sh from ./xlat/btrfs_qgroup_ctl_cmds.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_ctl_cmds[]; 12 13 # else 14 15 # if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS) 16 static 17 # endif 18 const struct xlat btrfs_qgroup_ctl_cmds[] = { 19 #if defined(BTRFS_QUOTA_CTL_ENABLE) || (defined(HAVE_DECL_BTRFS_QUOTA_CTL_ENABLE) && HAVE_DECL_BTRFS_QUOTA_CTL_ENABLE) 20 XLAT_TYPE(uint64_t, BTRFS_QUOTA_CTL_ENABLE), 21 #endif 22 #if defined(BTRFS_QUOTA_CTL_DISABLE) || (defined(HAVE_DECL_BTRFS_QUOTA_CTL_DISABLE) && HAVE_DECL_BTRFS_QUOTA_CTL_DISABLE) 23 XLAT_TYPE(uint64_t, BTRFS_QUOTA_CTL_DISABLE), 24 #endif 25 #if defined(BTRFS_QUOTA_CTL_RESCAN__NOTUSED) || (defined(HAVE_DECL_BTRFS_QUOTA_CTL_RESCAN__NOTUSED) && HAVE_DECL_BTRFS_QUOTA_CTL_RESCAN__NOTUSED) 26 XLAT_TYPE(uint64_t, BTRFS_QUOTA_CTL_RESCAN__NOTUSED), 27 #endif 28 XLAT_END 29 }; 30 31 # endif /* !IN_MPERS */ 32 33 #endif /* !XLAT_MACROS_ONLY */ 34