HomeSort by relevance Sort by last modified time
    Searched refs:dictcount_t (Results 1 - 4 of 4) sorted by null

  /external/e2fsprogs/lib/support/
dict.h 37 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 *);
dict.c 228 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;
    [all...]
  /external/f2fs-tools/fsck/
dict.h 37 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 *);
dict.c 218 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;
    [all...]

Completed in 54 milliseconds