Lines Matching defs:tree
84 * Now it only supports iteration of tree block in commit root.
157 * of tree blocks (represented by backref_node) and all their parents.
161 * Represent a tree block in the backref cache
170 /* Objectid of tree block owner, can be not uptodate */
180 /* NULL if this node is not tree root */
184 /* Level of the tree block */
186 /* Is the block in a non-shareable tree */
233 /* Red black tree of all backref nodes in the cache */
342 static inline void btrfs_backref_drop_node(struct btrfs_backref_cache *tree,
351 rb_erase(&node->rb_node, &tree->rb_root);
352 btrfs_backref_free_node(tree, node);