Home
last modified time | relevance | path

Searched refs:ref_tree (Results 1 – 6 of 6) sorted by relevance

/linux/fs/ocfs2/
H A Dmove_extents.c209 struct ocfs2_refcount_tree *ref_tree = NULL; in ocfs2_defrag_extent() local
219 &ref_tree, NULL); in ocfs2_defrag_extent()
358 if (ref_tree) in ocfs2_defrag_extent()
359 ocfs2_unlock_refcount_tree(osb, ref_tree, 1); in ocfs2_defrag_extent()
581 struct ocfs2_refcount_tree *ref_tree = NULL; in ocfs2_move_extent() local
593 &ref_tree, NULL); in ocfs2_move_extent()
732 if (ref_tree) in ocfs2_move_extent()
733 ocfs2_unlock_refcount_tree(osb, ref_tree, 1); in ocfs2_move_extent()
H A Drefcounttree.h73 struct ocfs2_refcount_tree *ref_tree,
/linux/fs/btrfs/
H A Ddelayed-ref.h138 struct rb_root_cached ref_tree; member
H A Dextent-tree.c1962 if (!RB_EMPTY_ROOT(&head->ref_tree.rb_root) || head->extent_op) { in cleanup_ref_head()
2021 rb_erase_cached(&ref->ref_node, &locked_ref->ref_tree); in btrfs_run_delayed_refs_for_head()
2347 for (node = rb_first_cached(&head->ref_tree); node; in check_delayed_ref()
3582 if (!RB_EMPTY_ROOT(&head->ref_tree.rb_root)) in check_ref_cleanup()
H A Dbackref.c892 for (n = rb_first_cached(&head->ref_tree); n; n = rb_next(n)) { in add_delayed_refs()
/linux/fs/btrfs/tests/
H A Ddelayed-refs-tests.c63 rb_erase_cached(&node->ref_node, &head->ref_tree); in delete_delayed_ref_node()