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()
245 struct root_entry *re; in free_block_entry()
251 re = rb_entry(n, struct root_entry, node); in free_block_entry()
276 struct root_entry *re = NULL; in add_block_entry()
278 re = kzalloc(sizeof(struct root_entry), GFP_KERNEL); in add_block_entry()
295 struct root_entry *exist_re; in add_block_entry()
322 struct root_entry *re; in add_tree_block()
399 struct root_entry *re; in add_extent_data_ref()
644 struct root_entry *re; in dump_block_entry()
662 re = rb_entry(n, struct root_entry, node); in dump_block_entry()
696 struct root_entry *re = NULL; in btrfs_ref_tree_mod()
775 struct root_entry *tmp; in btrfs_ref_tree_mod()
778 re = kmalloc(sizeof(struct root_entry), GFP_NOFS); in btrfs_ref_tree_mod()