Home | History | Annotate | Download | only in fsck

Lines Matching defs:where

545 	dnode_t *where = dict_root(dict), *nil = dict_nil(dict);
557 while (where != nil) {
558 parent = where;
559 result = dict->compare(key, where->key);
563 where = where->left;
565 where = where->right;
568 dict_assert(where == nil);