Searched refs:osb_rf_lock_tree (Results 1 – 3 of 3) sorted by relevance
450 struct rb_root osb_rf_lock_tree; member
205 struct rb_node *n = osb->osb_rf_lock_tree.rb_node; in ocfs2_find_refcount_tree()228 struct rb_node **p = &osb->osb_rf_lock_tree.rb_node; in ocfs2_insert_refcount_tree()250 rb_insert_color(&new->rf_node, &osb->osb_rf_lock_tree); in ocfs2_insert_refcount_tree()265 rb_erase(&tree->rf_node, &osb->osb_rf_lock_tree); in ocfs2_erase_refcount_tree_from_list_no_lock()542 struct rb_root *root = &osb->osb_rf_lock_tree; in ocfs2_purge_refcount_trees()
2193 osb->osb_rf_lock_tree = RB_ROOT; in ocfs2_initialize_super()