rf_ci            4113 fs/ocfs2/dlmglue.c 	return ocfs2_ci_checkpointed(&tree->rf_ci, lockres, new_level);
rf_ci            4122 fs/ocfs2/dlmglue.c 	ocfs2_metadata_cache_purge(&tree->rf_ci);
rf_ci              70 fs/ocfs2/refcounttree.c 	return container_of(ci, struct ocfs2_refcount_tree, rf_ci);
rf_ci             246 fs/ocfs2/refcounttree.c 	ocfs2_metadata_cache_exit(&tree->rf_ci);
rf_ci             292 fs/ocfs2/refcounttree.c 	ocfs2_metadata_cache_init(&new->rf_ci, &ocfs2_refcount_caching_ops);
rf_ci             356 fs/ocfs2/refcounttree.c 	ret = ocfs2_read_refcount_block(&new->rf_ci, rf_blkno, &ref_root_bh);
rf_ci             359 fs/ocfs2/refcounttree.c 		ocfs2_metadata_cache_exit(&new->rf_ci);
rf_ci             368 fs/ocfs2/refcounttree.c 	ocfs2_metadata_cache_purge(&new->rf_ci);
rf_ci             469 fs/ocfs2/refcounttree.c 	ret = ocfs2_read_refcount_block(&tree->rf_ci, tree->rf_blkno,
rf_ci             611 fs/ocfs2/refcounttree.c 	ocfs2_set_new_buffer_uptodate(&new_tree->rf_ci, new_bh);
rf_ci             613 fs/ocfs2/refcounttree.c 	ret = ocfs2_journal_access_rb(handle, &new_tree->rf_ci, new_bh,
rf_ci             679 fs/ocfs2/refcounttree.c 		ocfs2_metadata_cache_exit(&new_tree->rf_ci);
rf_ci             726 fs/ocfs2/refcounttree.c 	ret = ocfs2_journal_access_rb(handle, &ref_tree->rf_ci, ref_root_bh,
rf_ci             827 fs/ocfs2/refcounttree.c 	ret = ocfs2_journal_access_rb(handle, &ref_tree->rf_ci, blk_bh,
rf_ci            2311 fs/ocfs2/refcounttree.c 	ret = ocfs2_read_refcount_block(&tree->rf_ci, tree->rf_blkno,
rf_ci            2318 fs/ocfs2/refcounttree.c 	ret = __ocfs2_decrease_refcount(handle, &tree->rf_ci, ref_root_bh,
rf_ci            2546 fs/ocfs2/refcounttree.c 	ret = ocfs2_read_refcount_block(&tree->rf_ci, refcount_loc,
rf_ci            2554 fs/ocfs2/refcounttree.c 					       &tree->rf_ci,
rf_ci            3213 fs/ocfs2/refcounttree.c 	struct ocfs2_caching_info *ref_ci = &context->ref_tree->rf_ci;
rf_ci            3844 fs/ocfs2/refcounttree.c 						      &ref_tree->rf_ci,
rf_ci            3861 fs/ocfs2/refcounttree.c 						       &ref_tree->rf_ci,
rf_ci            4158 fs/ocfs2/refcounttree.c 					  &ref_tree->rf_ci, ref_root_bh,
rf_ci            4570 fs/ocfs2/refcounttree.c 						      &ref_tree->rf_ci,
rf_ci            4583 fs/ocfs2/refcounttree.c 						  &ref_tree->rf_ci,
rf_ci              23 fs/ocfs2/refcounttree.h 	struct ocfs2_caching_info rf_ci;
rf_ci            2584 fs/ocfs2/xattr.c 		ref_ci = &ref_tree->rf_ci;
rf_ci            5866 fs/ocfs2/xattr.c 							 &(*ref_tree)->rf_ci,
rf_ci            7159 fs/ocfs2/xattr.c 	args.ref_ci = &ref_tree->rf_ci;