Lines Matching defs:root
218 if (ref1->root < ref2->root)
220 if (ref1->root > ref2->root)
238 if (ref1->root < ref2->root)
240 if (ref1->root > ref2->root)
288 static struct btrfs_delayed_ref_head *htree_insert(struct rb_root_cached *root,
291 struct rb_node **p = &root->rb_root.rb_node;
316 rb_insert_color_cached(node, root, leftmost);
320 static struct btrfs_delayed_ref_node* tree_insert(struct rb_root_cached *root,
323 struct rb_node **p = &root->rb_root.rb_node;
347 rb_insert_color_cached(node, root, leftmost);
375 struct rb_root *root = &dr->href_root.rb_root;
379 n = root->rb_node;
587 static bool insert_delayed_ref(struct btrfs_delayed_ref_root *root,
599 atomic_inc(&root->num_entries);
629 drop_delayed_ref(root, href, exist);
852 * @ref_root: The id of the root where this modification has originated, this
943 ref->root = generic_ref->tree_ref.owning_root;
1017 ref->root = ref_root;