Home | History | Annotate | Download | only in e2fsck

Lines Matching refs:maxcount

60 #define maxcount dict_maxcount
255 dict_t *dict_create(dictcount_t maxcount, dict_comp_t comp)
265 new->maxcount = maxcount;
335 dict_t *dict_init(dict_t *dict, dictcount_t maxcount, dict_comp_t comp)
342 dict->maxcount = maxcount;
363 dict->maxcount = template->maxcount;
964 return dict->nodecount == dict->maxcount;
1063 assert (dict->nodecount < dict->maxcount);