Lines Matching refs:rb_node
25 struct rb_node node;
39 struct rb_node node;
74 struct rb_node node;
78 static int block_entry_bytenr_key_cmp(const void *key, const struct rb_node *node) in block_entry_bytenr_key_cmp()
91 static int block_entry_bytenr_cmp(struct rb_node *new, const struct rb_node *existing) in block_entry_bytenr_cmp()
101 struct rb_node *node; in insert_block_entry()
109 struct rb_node *node; in lookup_block_entry()
115 static int root_entry_root_objectid_key_cmp(const void *key, const struct rb_node *node) in root_entry_root_objectid_key_cmp()
128 static int root_entry_root_objectid_cmp(struct rb_node *new, const struct rb_node *existing) in root_entry_root_objectid_cmp()
138 struct rb_node *node; in insert_root_entry()
165 static int ref_entry_cmp(struct rb_node *new, const struct rb_node *existing) in ref_entry_cmp()
176 struct rb_node *node; in insert_ref_entry()
184 struct rb_node *node; in lookup_root_entry()
222 struct rb_node *n; in free_block_entry()
619 struct rb_node *n; in dump_block_entry()
891 struct rb_node *n; in btrfs_free_ref_cache()
910 struct rb_node *n; in btrfs_free_ref_tree_range()
916 n = fs_info->block_tree.rb_node; in btrfs_free_ref_tree_range()