Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ocfs2/
Drefcounttree.c259 if (osb->osb_ref_tree_lru && osb->osb_ref_tree_lru == tree) in ocfs2_erase_refcount_tree_from_list_no_lock()
260 osb->osb_ref_tree_lru = NULL; in ocfs2_erase_refcount_tree_from_list_no_lock()
334 if (osb->osb_ref_tree_lru && in ocfs2_get_refcount_tree()
335 osb->osb_ref_tree_lru->rf_blkno == rf_blkno) in ocfs2_get_refcount_tree()
336 tree = osb->osb_ref_tree_lru; in ocfs2_get_refcount_tree()
385 osb->osb_ref_tree_lru = tree; in ocfs2_get_refcount_tree()
Docfs2.h455 struct ocfs2_refcount_tree *osb_ref_tree_lru; member