Home | History | Annotate | Download | only in e2fsck

Lines Matching refs:dictcount_t

222 static dictcount_t verify_node_count(dnode_t *nil, dnode_t *root)
255 dict_t *dict_create(dictcount_t maxcount, dict_comp_t comp)
335 dict_t *dict_init(dict_t *dict, dictcount_t maxcount, dict_comp_t comp)
952 dictcount_t dict_count(dict_t *dict)
1087 dictcount_t fullcount = DICTCOUNT_T_MAX, nodecount = dict->nodecount;
1088 dictcount_t botrowcount;