Searched refs:osb_ref_tree_lru (Results 1 – 2 of 2) sorted by relevance
266 if (osb->osb_ref_tree_lru && osb->osb_ref_tree_lru == tree) in ocfs2_erase_refcount_tree_from_list_no_lock()267 osb->osb_ref_tree_lru = NULL; in ocfs2_erase_refcount_tree_from_list_no_lock()341 if (osb->osb_ref_tree_lru && in ocfs2_get_refcount_tree()342 osb->osb_ref_tree_lru->rf_blkno == rf_blkno) in ocfs2_get_refcount_tree()343 tree = osb->osb_ref_tree_lru; in ocfs2_get_refcount_tree()392 osb->osb_ref_tree_lru = tree; in ocfs2_get_refcount_tree()
451 struct ocfs2_refcount_tree *osb_ref_tree_lru; member