Searched refs:osb_rf_lock_tree (Results 1 – 3 of 3) sorted by relevance
465 struct rb_root osb_rf_lock_tree; member
204 struct rb_node *n = osb->osb_rf_lock_tree.rb_node; in ocfs2_find_refcount_tree()227 struct rb_node **p = &osb->osb_rf_lock_tree.rb_node; in ocfs2_insert_refcount_tree()249 rb_insert_color(&new->rf_node, &osb->osb_rf_lock_tree); in ocfs2_insert_refcount_tree()264 rb_erase(&tree->rf_node, &osb->osb_rf_lock_tree); in ocfs2_erase_refcount_tree_from_list_no_lock()540 struct rb_root *root = &osb->osb_rf_lock_tree; in ocfs2_purge_refcount_trees()
2184 osb->osb_rf_lock_tree = RB_ROOT; in ocfs2_initialize_super()