Lines Matching defs:tree
78 static avl_tree_t *tree; /* search tree to store inode data */
235 tree = NULL;
269 * tree so we don't get into an
272 if (add_tnode(&tree,
290 * the search tree.
320 * Add this node to the search tree so we don't
323 if (add_tnode(&tree, stbuf.st_dev,
333 * to add the node to the tree.
337 * being added to the search tree.
364 * directory to the search tree so we do not get into endless loops.
436 * tree so we don't get into an
440 if ((rc = add_tnode(&tree,
460 * the node to the tree.
491 * Add this node to the search tree so we don't
495 if ((rc = add_tnode(&tree, st.st_dev,
508 * to add the node to the search tree.