OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dict_free_nodes
(Results
1 - 5
of
5
) sorted by null
/external/e2fsprogs/lib/support/
dict.h
92
extern void
dict_free_nodes
(dict_t *);
mkquota.c
332
dict_free_nodes
(dict);
dict.c
315
void
dict_free_nodes
(dict_t *dict)
function
326
* Obsolescent function, equivalent to
dict_free_nodes
333
dict_free_nodes
(dict);
[
all
...]
/external/e2fsprogs/e2fsck/
pass1b.c
252
dict_free_nodes
(&ino_dict);
253
dict_free_nodes
(&clstr_dict);
pass2.c
[
all
...]
Completed in 79 milliseconds