HomeSort by relevance Sort by last modified time
    Searched full: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 *);
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...]
mkquota.c 332 dict_free_nodes(dict);
  /external/e2fsprogs/e2fsck/
pass1b.c 252 dict_free_nodes(&ino_dict);
253 dict_free_nodes(&clstr_dict);
pass2.c     [all...]

Completed in 286 milliseconds