Lines Matching refs:root_entry
19 struct root_entry { struct
116 static struct root_entry *insert_root_entry(struct rb_root *root, in insert_root_entry()
117 struct root_entry *re) in insert_root_entry()
121 struct root_entry *entry; in insert_root_entry()
125 entry = rb_entry(parent_node, struct root_entry, node); in insert_root_entry()
187 static struct root_entry *lookup_root_entry(struct rb_root *root, u64 objectid) in lookup_root_entry()
190 struct root_entry *entry = NULL; in lookup_root_entry()
194 entry = rb_entry(n, struct root_entry, node); in lookup_root_entry()
234 struct root_entry *re; in free_block_entry()
240 re = rb_entry(n, struct root_entry, node); in free_block_entry()
265 struct root_entry *re = NULL; in add_block_entry()
267 re = kzalloc(sizeof(struct root_entry), GFP_KERNEL); in add_block_entry()
284 struct root_entry *exist_re; in add_block_entry()
313 struct root_entry *re; in add_tree_block()
390 struct root_entry *re; in add_extent_data_ref()
636 struct root_entry *re; in dump_block_entry()
654 re = rb_entry(n, struct root_entry, node); in dump_block_entry()
677 struct root_entry *re = NULL; in btrfs_ref_tree_mod()
777 struct root_entry *tmp; in btrfs_ref_tree_mod()
780 re = kmalloc(sizeof(struct root_entry), GFP_NOFS); in btrfs_ref_tree_mod()