Lines Matching refs:root_entry
22 struct root_entry { struct
119 static struct root_entry *insert_root_entry(struct rb_root *root, in insert_root_entry()
120 struct root_entry *re) in insert_root_entry()
124 struct root_entry *entry; in insert_root_entry()
128 entry = rb_entry(parent_node, struct root_entry, node); in insert_root_entry()
190 static struct root_entry *lookup_root_entry(struct rb_root *root, u64 objectid) in lookup_root_entry()
193 struct root_entry *entry = NULL; in lookup_root_entry()
197 entry = rb_entry(n, struct root_entry, node); in lookup_root_entry()
237 struct root_entry *re; in free_block_entry()
243 re = rb_entry(n, struct root_entry, node); in free_block_entry()
268 struct root_entry *re = NULL; in add_block_entry()
270 re = kzalloc(sizeof(struct root_entry), GFP_NOFS); in add_block_entry()
287 struct root_entry *exist_re; in add_block_entry()
316 struct root_entry *re; in add_tree_block()
393 struct root_entry *re; in add_extent_data_ref()
627 struct root_entry *re; in dump_block_entry()
645 re = rb_entry(n, struct root_entry, node); in dump_block_entry()
668 struct root_entry *re = NULL; in btrfs_ref_tree_mod()
765 struct root_entry *tmp; in btrfs_ref_tree_mod()
768 re = kmalloc(sizeof(struct root_entry), GFP_NOFS); in btrfs_ref_tree_mod()