OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dictcount_t
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/e2fsck/
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
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;
[
all
...]
Completed in 779 milliseconds