Searched refs:dict_next (Results 1 – 4 of 4) sorted by relevance
/external/e2fsprogs/e2fsck/ |
D | dict.c | 163 while (first && (next = dict_next(dict, first))) { in verify_bintree() 169 while (first && (next = dict_next(dict, first))) { in verify_bintree() 681 dnode_t *next = dict_next(dict, delete); in dict_delete() 893 dnode_t *dict_next(dict_t *dict, dnode_t *curr) in dict_next() function 1038 next = dict_next(dict, node); in dict_process() 1192 dnode_t *next = dict_next(dest, leftnode); in dict_merge() 1203 dnode_t *next = dict_next(source, rightnode); in dict_merge() 1469 for (dn = dict_first(d); dn; dn = dict_next(d, dn)) { in main()
|
D | dict.h | 107 extern dnode_t *dict_next(dict_t *, dnode_t *);
|
D | pass1b.c | 472 for (n = dict_first(&ino_dict); n; n = dict_next(&ino_dict, n)) { in pass1d()
|
/external/e2fsprogs/lib/quota/ |
D | mkquota.c | 111 for (n = dict_first(dict); n; n = dict_next(dict, n)) { in write_dquots()
|