Home
last modified time | relevance | path

Searched refs:osb_ref_tree_lru (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
H A 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()
H A Docfs2.h455 struct ocfs2_refcount_tree *osb_ref_tree_lru; member
/kernel/linux/linux-6.6/fs/ocfs2/
H A Drefcounttree.c257 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()
H A Docfs2.h453 struct ocfs2_refcount_tree *osb_ref_tree_lru; member

Completed in 15 milliseconds