1 /* Generated by ./xlat/gen.sh from ./xlat/btrfs_dev_stats_values.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_dev_stats_values[]; 12 13 # else 14 15 # if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS) 16 static 17 # endif 18 const struct xlat btrfs_dev_stats_values[] = { 19 XLAT_TYPE(uint64_t, BTRFS_DEV_STAT_WRITE_ERRS), 20 XLAT_TYPE(uint64_t, BTRFS_DEV_STAT_READ_ERRS), 21 XLAT_TYPE(uint64_t, BTRFS_DEV_STAT_FLUSH_ERRS), 22 XLAT_TYPE(uint64_t, BTRFS_DEV_STAT_CORRUPTION_ERRS), 23 XLAT_TYPE(uint64_t, BTRFS_DEV_STAT_GENERATION_ERRS), 24 XLAT_END 25 }; 26 27 # endif /* !IN_MPERS */ 28 29 #endif /* !XLAT_MACROS_ONLY */ 30