Searched refs:dict_first (Results 1 – 4 of 4) sorted by relevance
160 first = dict_first(dict); in verify_bintree()859 dnode_t *dict_first(dict_t *dict) in dict_first() function1032 dnode_t *node = dict_first(dict), *next; in dict_process()1165 dnode_t *leftnode = dict_first(dest), *rightnode = dict_first(source); in dict_merge()1469 for (dn = dict_first(d); dn; dn = dict_next(d, dn)) { in main()
105 extern dnode_t *dict_first(dict_t *);
472 for (n = dict_first(&ino_dict); n; n = dict_next(&ino_dict, n)) { in pass1d()
111 for (n = dict_first(dict); n; n = dict_next(dict, n)) { in write_dquots()