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

  /external/e2fsprogs/e2fsck/
dict.h 107 extern dnode_t *dict_next(dict_t *, dnode_t *);
dict.c 150 * dict_next() successor function, verifying that the key of each node is
163 while (first && (next = dict_next(dict, first))) {
169 while (first && (next = dict_next(dict, first))) {
681 dnode_t *next = dict_next(dict, delete);
893 dnode_t *dict_next(dict_t *dict, dnode_t *curr) function
1038 next = dict_next(dict, node);
1192 dnode_t *next = dict_next(dest, leftnode);
1203 dnode_t *next = dict_next(source, rightnode);
    [all...]
pass1b.c 472 for (n = dict_first(&ino_dict); n; n = dict_next(&ino_dict, n)) {
  /external/e2fsprogs/lib/quota/
mkquota.c 111 for (n = dict_first(dict); n; n = dict_next(dict, n)) {

Completed in 43 milliseconds