Searched refs:rf_node (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | refcounttree.h | 13 struct rb_node rf_node; member
|
H A D | refcounttree.c | 202 tree = rb_entry(n, struct ocfs2_refcount_tree, rf_node); in ocfs2_find_refcount_tree() 228 rf_node); in ocfs2_insert_refcount_tree() 242 rb_link_node(&new->rf_node, parent, p); 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() 537 tree = rb_entry(node, struct ocfs2_refcount_tree, rf_node); in ocfs2_purge_refcount_trees() 542 rb_erase(&tree->rf_node, root); in ocfs2_purge_refcount_trees()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | refcounttree.h | 11 struct rb_node rf_node; member
|
H A D | refcounttree.c | 200 tree = rb_entry(n, struct ocfs2_refcount_tree, rf_node); in ocfs2_find_refcount_tree() 226 rf_node); in ocfs2_insert_refcount_tree() 240 rb_link_node(&new->rf_node, parent, p); in ocfs2_insert_refcount_tree() 241 rb_insert_color(&new->rf_node, &osb->osb_rf_lock_tree); in ocfs2_insert_refcount_tree() 256 rb_erase(&tree->rf_node, &osb->osb_rf_lock_tree); in ocfs2_erase_refcount_tree_from_list_no_lock() 535 tree = rb_entry(node, struct ocfs2_refcount_tree, rf_node); in ocfs2_purge_refcount_trees() 540 rb_erase(&tree->rf_node, root); in ocfs2_purge_refcount_trees()
|
Completed in 12 milliseconds