osb_ref_tree_lru  454 fs/ocfs2/ocfs2.h 	struct ocfs2_refcount_tree *osb_ref_tree_lru;
osb_ref_tree_lru  257 fs/ocfs2/refcounttree.c 	if (osb->osb_ref_tree_lru && osb->osb_ref_tree_lru == tree)
osb_ref_tree_lru  258 fs/ocfs2/refcounttree.c 		osb->osb_ref_tree_lru = NULL;
osb_ref_tree_lru  332 fs/ocfs2/refcounttree.c 	if (osb->osb_ref_tree_lru &&
osb_ref_tree_lru  333 fs/ocfs2/refcounttree.c 	    osb->osb_ref_tree_lru->rf_blkno == rf_blkno)
osb_ref_tree_lru  334 fs/ocfs2/refcounttree.c 		tree = osb->osb_ref_tree_lru;
osb_ref_tree_lru  383 fs/ocfs2/refcounttree.c 	osb->osb_ref_tree_lru = tree;