Searched refs:nfstats (Results 1 – 1 of 1) sorted by relevance
957 struct filestats *nfstats = Fstats; in lex_free() local965 while (nfstats != NULL) { in lex_free()966 Fstats = nfstats->next; in lex_free()967 stats_delete(nfstats->stats); in lex_free()968 if (nfstats->idstats != NULL) in lex_free()969 stats_delete(nfstats->idstats); in lex_free()970 FREE(nfstats); in lex_free()971 nfstats = Fstats; in lex_free()