Searched refs:dictcount_t (Results 1 - 4 of 4) sorted by relevance

/external/e2fsprogs/lib/support/
H A Ddict.h37 typedef unsigned long dictcount_t; typedef
66 dictcount_t dict_nodecount;
67 dictcount_t dict_maxcount;
89 extern dict_t *dict_create(dictcount_t, dict_comp_t);
94 extern dict_t *dict_init(dict_t *, dictcount_t, dict_comp_t);
109 extern dictcount_t dict_count(dict_t *);
H A Ddict.c228 static dictcount_t verify_node_count(dnode_t *nil, dnode_t *root)
261 dict_t *dict_create(dictcount_t maxcount, dict_comp_t comp)
341 dict_t *dict_init(dict_t *dict, dictcount_t maxcount, dict_comp_t comp)
958 dictcount_t dict_count(dict_t *dict)
1097 dictcount_t fullcount = DICTCOUNT_T_MAX, nodecount = dict->nodecount;
1098 dictcount_t botrowcount;
/external/f2fs-tools/fsck/
H A Ddict.h37 typedef unsigned long dictcount_t; typedef
66 dictcount_t dict_nodecount;
67 dictcount_t dict_maxcount;
89 extern dict_t *dict_create(dictcount_t, dict_comp_t);
94 extern dict_t *dict_init(dict_t *, dictcount_t, dict_comp_t);
109 extern dictcount_t dict_count(dict_t *);
H A Ddict.c218 static dictcount_t verify_node_count(dnode_t *nil, dnode_t *root)
248 dict_t *dict_create(dictcount_t maxcount, dict_comp_t comp)
324 dict_t *dict_init(dict_t *dict, dictcount_t maxcount, dict_comp_t comp)
928 dictcount_t dict_count(dict_t *dict)
1067 dictcount_t fullcount = DICTCOUNT_T_MAX, nodecount = dict->nodecount;
1068 dictcount_t botrowcount;

Completed in 69 milliseconds