(root)/
strace-6.5/
src/
xlat/
btrfs_dev_stats_values.h
       1  /* Generated by ./src/xlat/gen.sh from ./src/xlat/btrfs_dev_stats_values.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_dev_stats_values[];
      13  
      14  # else
      15  
      16  DIAG_PUSH_IGNORE_TAUTOLOGICAL_CONSTANT_COMPARE
      17  static const struct xlat_data btrfs_dev_stats_values_xdata[] = {
      18   [BTRFS_DEV_STAT_WRITE_ERRS] = XLAT_TYPE(uint64_t, BTRFS_DEV_STAT_WRITE_ERRS),
      19   #define XLAT_VAL_0 ((uint64_t) (BTRFS_DEV_STAT_WRITE_ERRS))
      20   #define XLAT_STR_0 STRINGIFY(BTRFS_DEV_STAT_WRITE_ERRS)
      21   [BTRFS_DEV_STAT_READ_ERRS] = XLAT_TYPE(uint64_t, BTRFS_DEV_STAT_READ_ERRS),
      22   #define XLAT_VAL_1 ((uint64_t) (BTRFS_DEV_STAT_READ_ERRS))
      23   #define XLAT_STR_1 STRINGIFY(BTRFS_DEV_STAT_READ_ERRS)
      24   [BTRFS_DEV_STAT_FLUSH_ERRS] = XLAT_TYPE(uint64_t, BTRFS_DEV_STAT_FLUSH_ERRS),
      25   #define XLAT_VAL_2 ((uint64_t) (BTRFS_DEV_STAT_FLUSH_ERRS))
      26   #define XLAT_STR_2 STRINGIFY(BTRFS_DEV_STAT_FLUSH_ERRS)
      27   [BTRFS_DEV_STAT_CORRUPTION_ERRS] = XLAT_TYPE(uint64_t, BTRFS_DEV_STAT_CORRUPTION_ERRS),
      28   #define XLAT_VAL_3 ((uint64_t) (BTRFS_DEV_STAT_CORRUPTION_ERRS))
      29   #define XLAT_STR_3 STRINGIFY(BTRFS_DEV_STAT_CORRUPTION_ERRS)
      30   [BTRFS_DEV_STAT_GENERATION_ERRS] = XLAT_TYPE(uint64_t, BTRFS_DEV_STAT_GENERATION_ERRS),
      31   #define XLAT_VAL_4 ((uint64_t) (BTRFS_DEV_STAT_GENERATION_ERRS))
      32   #define XLAT_STR_4 STRINGIFY(BTRFS_DEV_STAT_GENERATION_ERRS)
      33  };
      34  #  if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS)
      35  static
      36  #  endif
      37  const struct xlat btrfs_dev_stats_values[1] = { {
      38   .data = btrfs_dev_stats_values_xdata,
      39   .size = ARRAY_SIZE(btrfs_dev_stats_values_xdata),
      40   .type = XT_INDEXED,
      41   .flags_mask = 0
      42  #  ifdef XLAT_VAL_0
      43    | XLAT_VAL_0
      44  #  endif
      45  #  ifdef XLAT_VAL_1
      46    | XLAT_VAL_1
      47  #  endif
      48  #  ifdef XLAT_VAL_2
      49    | XLAT_VAL_2
      50  #  endif
      51  #  ifdef XLAT_VAL_3
      52    | XLAT_VAL_3
      53  #  endif
      54  #  ifdef XLAT_VAL_4
      55    | XLAT_VAL_4
      56  #  endif
      57    ,
      58   .flags_strsz = 0
      59  #  ifdef XLAT_STR_0
      60    + sizeof(XLAT_STR_0)
      61  #  endif
      62  #  ifdef XLAT_STR_1
      63    + sizeof(XLAT_STR_1)
      64  #  endif
      65  #  ifdef XLAT_STR_2
      66    + sizeof(XLAT_STR_2)
      67  #  endif
      68  #  ifdef XLAT_STR_3
      69    + sizeof(XLAT_STR_3)
      70  #  endif
      71  #  ifdef XLAT_STR_4
      72    + sizeof(XLAT_STR_4)
      73  #  endif
      74    ,
      75  } };
      76  DIAG_POP_IGNORE_TAUTOLOGICAL_CONSTANT_COMPARE
      77  
      78  #  undef XLAT_STR_0
      79  #  undef XLAT_VAL_0
      80  #  undef XLAT_STR_1
      81  #  undef XLAT_VAL_1
      82  #  undef XLAT_STR_2
      83  #  undef XLAT_VAL_2
      84  #  undef XLAT_STR_3
      85  #  undef XLAT_VAL_3
      86  #  undef XLAT_STR_4
      87  #  undef XLAT_VAL_4
      88  # endif /* !IN_MPERS */
      89  
      90  #endif /* !XLAT_MACROS_ONLY */