Searched refs:reloc_root_tree (Results 1 – 1 of 1) sorted by relevance
161 struct mapping_tree reloc_root_tree; member313 spin_lock(&rc->reloc_root_tree.lock); in find_reloc_root()314 rb_node = rb_simple_search(&rc->reloc_root_tree.rb_root, bytenr); in find_reloc_root()319 spin_unlock(&rc->reloc_root_tree.lock); in find_reloc_root()492 spin_lock(&rc->reloc_root_tree.lock); in __add_reloc_root()493 rb_node = rb_simple_insert(&rc->reloc_root_tree.rb_root, &node->simple_node); in __add_reloc_root()494 spin_unlock(&rc->reloc_root_tree.lock); in __add_reloc_root()519 spin_lock(&rc->reloc_root_tree.lock); in __del_reloc_root()520 rb_node = rb_simple_search(&rc->reloc_root_tree.rb_root, in __del_reloc_root()524 rb_erase(&node->rb_node, &rc->reloc_root_tree.rb_root); in __del_reloc_root()[all …]