OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:free_nodes
(Results
1 - 1
of
1
) sorted by null
/external/e2fsprogs/e2fsck/
dict.c
138
static void
free_nodes
(dict_t *dict, dnode_t *node, dnode_t *nil)
function
142
free_nodes
(dict, node->left, nil);
143
free_nodes
(dict, node->right, nil);
312
free_nodes
(dict, root, nil);
[
all
...]
Completed in 53 milliseconds