Lines Matching refs:stats
197 static void record_magic_error(struct ubifs_stats_info *stats) in record_magic_error() argument
199 if (stats) in record_magic_error()
200 stats->magic_errors++; in record_magic_error()
203 static void record_node_error(struct ubifs_stats_info *stats) in record_node_error() argument
205 if (stats) in record_node_error()
206 stats->node_errors++; in record_node_error()
209 static void record_crc_error(struct ubifs_stats_info *stats) in record_crc_error() argument
211 if (stats) in record_crc_error()
212 stats->crc_errors++; in record_crc_error()
259 record_magic_error(c->stats); in ubifs_check_node()
268 record_node_error(c->stats); in ubifs_check_node()
293 record_crc_error(c->stats); in ubifs_check_node()