Searched refs:osb_ref_tree_lru (Results 1 – 2 of 2) sorted by relevance
257 if (osb->osb_ref_tree_lru && osb->osb_ref_tree_lru == tree) in ocfs2_erase_refcount_tree_from_list_no_lock()258 osb->osb_ref_tree_lru = NULL; in ocfs2_erase_refcount_tree_from_list_no_lock()332 if (osb->osb_ref_tree_lru && in ocfs2_get_refcount_tree()333 osb->osb_ref_tree_lru->rf_blkno == rf_blkno) in ocfs2_get_refcount_tree()334 tree = osb->osb_ref_tree_lru; in ocfs2_get_refcount_tree()383 osb->osb_ref_tree_lru = tree; in ocfs2_get_refcount_tree()
453 struct ocfs2_refcount_tree *osb_ref_tree_lru; member