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

/external/e2fsprogs/e2fsck/
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 *);

Completed in 118 milliseconds