Searched defs:dict_next (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/e2fsck/
H A Ddict.c150 * 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);
1469 for (dn = dict_first(d); dn; dn = dict_next(d, dn)) {

Completed in 397 milliseconds