Searched refs:osb_rf_lock_tree (Results 1 – 3 of 3) sorted by relevance
454 struct rb_root osb_rf_lock_tree; member
198 struct rb_node *n = osb->osb_rf_lock_tree.rb_node; in ocfs2_find_refcount_tree()221 struct rb_node **p = &osb->osb_rf_lock_tree.rb_node; in ocfs2_insert_refcount_tree()243 rb_insert_color(&new->rf_node, &osb->osb_rf_lock_tree); in ocfs2_insert_refcount_tree()258 rb_erase(&tree->rf_node, &osb->osb_rf_lock_tree); in ocfs2_erase_refcount_tree_from_list_no_lock()534 struct rb_root *root = &osb->osb_rf_lock_tree; in ocfs2_purge_refcount_trees()
2141 osb->osb_rf_lock_tree = RB_ROOT; in ocfs2_initialize_super()