Home
last modified time | relevance | path

Searched refs:osb_ref_tree_lru (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/ocfs2/
H A Drefcounttree.c258 if (osb->osb_ref_tree_lru && osb->osb_ref_tree_lru == tree) in ocfs2_erase_refcount_tree_from_list_no_lock()
259 osb->osb_ref_tree_lru = NULL; in ocfs2_erase_refcount_tree_from_list_no_lock()
333 if (osb->osb_ref_tree_lru && in ocfs2_get_refcount_tree()
334 osb->osb_ref_tree_lru->rf_blkno == rf_blkno) in ocfs2_get_refcount_tree()
335 tree = osb->osb_ref_tree_lru; in ocfs2_get_refcount_tree()
384 osb->osb_ref_tree_lru = tree; in ocfs2_get_refcount_tree()
H A Docfs2.h480 struct ocfs2_refcount_tree *osb_ref_tree_lru; member