Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/btrfs_dev_stats_values.in; do not edit. */
      2 
      3 #ifdef IN_MPERS
      4 
      5 extern const struct xlat btrfs_dev_stats_values[];
      6 
      7 #else
      8 
      9 # if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS)
     10 static
     11 # endif
     12 const struct xlat btrfs_dev_stats_values[] = {
     13  XLAT_TYPE(uint64_t, BTRFS_DEV_STAT_WRITE_ERRS),
     14  XLAT_TYPE(uint64_t, BTRFS_DEV_STAT_READ_ERRS),
     15  XLAT_TYPE(uint64_t, BTRFS_DEV_STAT_FLUSH_ERRS),
     16  XLAT_TYPE(uint64_t, BTRFS_DEV_STAT_CORRUPTION_ERRS),
     17  XLAT_TYPE(uint64_t, BTRFS_DEV_STAT_GENERATION_ERRS),
     18  XLAT_END
     19 };
     20 
     21 #endif /* !IN_MPERS */
     22