Home | History | Annotate | Download | only in e2fsck

Lines Matching refs:dict_next

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)
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)) {