(root)/
strace-6.5/
src/
xlat/
btrfs_features_compat.h
       1  /* Generated by ./src/xlat/gen.sh from ./src/xlat/btrfs_features_compat.in; do not edit. */
       2  
       3  #include "gcc_compat.h"
       4  #include "static_assert.h"
       5  
       6  #undef XLAT_PREV_VAL
       7  
       8  #ifndef XLAT_MACROS_ONLY
       9  
      10  # ifdef IN_MPERS
      11  
      12  extern const struct xlat btrfs_features_compat[];
      13  
      14  # else
      15  
      16  DIAG_PUSH_IGNORE_TAUTOLOGICAL_CONSTANT_COMPARE
      17  static const struct xlat_data btrfs_features_compat_xdata[] = {
      18  };
      19  #  if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS)
      20  static
      21  #  endif
      22  const struct xlat btrfs_features_compat[1] = { {
      23   .data = btrfs_features_compat_xdata,
      24   .size = ARRAY_SIZE(btrfs_features_compat_xdata),
      25   .type = XT_NORMAL,
      26   .flags_mask = 0
      27    ,
      28   .flags_strsz = 0
      29    ,
      30  } };
      31  DIAG_POP_IGNORE_TAUTOLOGICAL_CONSTANT_COMPARE
      32  
      33  # endif /* !IN_MPERS */
      34  
      35  #endif /* !XLAT_MACROS_ONLY */