export_stats
bool export_stats = is_export_stats_file(m);
if (export_stats)
static int export_stats_init(struct export_stats *stats)
static void export_stats_reset(struct export_stats *stats)
static void export_stats_destroy(struct export_stats *stats)
bool export_stats = is_export_stats_file(m);
if (export_stats)
if (export_stats) {
struct export_stats *ex_stats;