Lines Matching refs:ref_tree
56 struct ocfs2_refcount_tree *ref_tree; member
711 struct ocfs2_refcount_tree *ref_tree; in ocfs2_set_refcount_tree() local
716 &ref_tree, &ref_root_bh); in ocfs2_set_refcount_tree()
736 ret = ocfs2_journal_access_rb(handle, &ref_tree->rf_ci, ref_root_bh, in ocfs2_set_refcount_tree()
758 ocfs2_unlock_refcount_tree(osb, ref_tree, 1); in ocfs2_set_refcount_tree()
775 struct ocfs2_refcount_tree *ref_tree; in ocfs2_remove_refcount_tree() local
784 ret = ocfs2_lock_refcount_tree(osb, ref_blkno, 1, &ref_tree, &blk_bh); in ocfs2_remove_refcount_tree()
837 ret = ocfs2_journal_access_rb(handle, &ref_tree->rf_ci, blk_bh, in ocfs2_remove_refcount_tree()
856 ocfs2_erase_refcount_tree_from_list(osb, ref_tree); in ocfs2_remove_refcount_tree()
876 ocfs2_unlock_refcount_tree(osb, ref_tree, 1); in ocfs2_remove_refcount_tree()
878 ocfs2_refcount_tree_put(ref_tree); in ocfs2_remove_refcount_tree()
3231 struct ocfs2_caching_info *ref_ci = &context->ref_tree->rf_ci; in ocfs2_make_clusters_writable()
3437 struct ocfs2_refcount_tree *ref_tree; in ocfs2_refcount_cow_hunk() local
3464 1, &ref_tree, &ref_root_bh); in ocfs2_refcount_cow_hunk()
3473 context->ref_tree = ref_tree; in ocfs2_refcount_cow_hunk()
3492 ocfs2_unlock_refcount_tree(osb, ref_tree, 1); in ocfs2_refcount_cow_hunk()
3643 struct ocfs2_refcount_tree *ref_tree, in ocfs2_refcount_cow_xattr() argument
3676 context->ref_tree = ref_tree; in ocfs2_refcount_cow_xattr()
3819 struct ocfs2_refcount_tree *ref_tree; in ocfs2_attach_refcount_tree() local
3839 &ref_tree, &ref_root_bh); in ocfs2_attach_refcount_tree()
3863 &ref_tree->rf_ci, in ocfs2_attach_refcount_tree()
3880 &ref_tree->rf_ci, in ocfs2_attach_refcount_tree()
3896 ocfs2_unlock_refcount_tree(osb, ref_tree, 1); in ocfs2_attach_refcount_tree()
4144 struct ocfs2_refcount_tree *ref_tree; in ocfs2_create_reflink_node() local
4164 1, &ref_tree, &ref_root_bh); in ocfs2_create_reflink_node()
4172 &ref_tree->rf_ci, ref_root_bh, in ocfs2_create_reflink_node()
4180 ocfs2_unlock_refcount_tree(osb, ref_tree, 1); in ocfs2_create_reflink_node()