Home
last modified time | relevance | path

Searched refs:rf_node (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/fs/ocfs2/
Drefcounttree.h21 struct rb_node rf_node; member
Drefcounttree.c209 tree = rb_entry(n, struct ocfs2_refcount_tree, rf_node); in ocfs2_find_refcount_tree()
235 rf_node); in ocfs2_insert_refcount_tree()
249 rb_link_node(&new->rf_node, parent, p); 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()
545 tree = rb_entry(node, struct ocfs2_refcount_tree, rf_node); in ocfs2_purge_refcount_trees()
550 rb_erase(&tree->rf_node, root); in ocfs2_purge_refcount_trees()