Lines Matching refs:root_entry
22 struct root_entry { struct
118 const struct root_entry *entry = rb_entry(node, struct root_entry, node); in root_entry_root_objectid_key_cmp()
130 const struct root_entry *new_entry = rb_entry(new, struct root_entry, node); in root_entry_root_objectid_cmp()
135 static struct root_entry *insert_root_entry(struct rb_root *root, in insert_root_entry()
136 struct root_entry *re) in insert_root_entry()
141 return rb_entry_safe(node, struct root_entry, node); in insert_root_entry()
182 static struct root_entry *lookup_root_entry(struct rb_root *root, u64 objectid) in lookup_root_entry()
187 return rb_entry_safe(node, struct root_entry, node); in lookup_root_entry()
219 struct root_entry *re; in free_block_entry()
225 re = rb_entry(n, struct root_entry, node); in free_block_entry()
250 struct root_entry *re = NULL; in add_block_entry()
252 re = kzalloc_obj(struct root_entry, GFP_NOFS); in add_block_entry()
269 struct root_entry *exist_re; in add_block_entry()
298 struct root_entry *re; in add_tree_block()
375 struct root_entry *re; in add_extent_data_ref()
617 struct root_entry *re; in dump_block_entry()
635 re = rb_entry(n, struct root_entry, node); in dump_block_entry()
658 struct root_entry *re = NULL; in btrfs_ref_tree_mod()
755 struct root_entry *tmp; in btrfs_ref_tree_mod()
758 re = kmalloc_obj(struct root_entry, GFP_NOFS); in btrfs_ref_tree_mod()