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

  /external/e2fsprogs/e2fsck/
dict.h 92 extern void dict_free_nodes(dict_t *);
pass1b.c 248 dict_free_nodes(&ino_dict);
249 dict_free_nodes(&blk_dict);
dict.c 309 void dict_free_nodes(dict_t *dict) function
320 * Obsolescent function, equivalent to dict_free_nodes
327 dict_free_nodes(dict);
    [all...]
pass2.c 1143 dict_free_nodes(&de_dict);
1147 dict_free_nodes(&de_dict);
    [all...]

Completed in 283 milliseconds