Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ocfs2/
Drefcounttree.c265 if (osb->osb_ref_tree_lru && osb->osb_ref_tree_lru == tree) in ocfs2_erase_refcount_tree_from_list_no_lock()
266 osb->osb_ref_tree_lru = NULL; in ocfs2_erase_refcount_tree_from_list_no_lock()
340 if (osb->osb_ref_tree_lru && in ocfs2_get_refcount_tree()
341 osb->osb_ref_tree_lru->rf_blkno == rf_blkno) in ocfs2_get_refcount_tree()
342 tree = osb->osb_ref_tree_lru; in ocfs2_get_refcount_tree()
391 osb->osb_ref_tree_lru = tree; in ocfs2_get_refcount_tree()
Docfs2.h466 struct ocfs2_refcount_tree *osb_ref_tree_lru; member