Searched refs:rf_lockres (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | refcounttree.h | 18 struct ocfs2_lock_res rf_lockres; member
|
H A D | dlmglue.c | 323 return container_of(res, struct ocfs2_refcount_tree, rf_lockres); in ocfs2_lock_res_refcount_tree() 4259 struct ocfs2_lock_res *lockres = &ref_tree->rf_lockres; in ocfs2_refcount_lock() 4279 struct ocfs2_lock_res *lockres = &ref_tree->rf_lockres; in ocfs2_refcount_unlock()
|
H A D | refcounttree.c | 249 ocfs2_simple_drop_lockres(OCFS2_SB(tree->rf_sb), &tree->rf_lockres); in ocfs2_free_refcount_tree() 250 ocfs2_lock_res_free(&tree->rf_lockres); in ocfs2_free_refcount_tree() 305 ocfs2_refcount_lock_res_init(&new->rf_lockres, osb, in ocfs2_init_refcount_tree_lock()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | refcounttree.h | 16 struct ocfs2_lock_res rf_lockres; member
|
H A D | dlmglue.c | 322 return container_of(res, struct ocfs2_refcount_tree, rf_lockres); in ocfs2_lock_res_refcount_tree() 4280 struct ocfs2_lock_res *lockres = &ref_tree->rf_lockres; in ocfs2_refcount_lock() 4300 struct ocfs2_lock_res *lockres = &ref_tree->rf_lockres; in ocfs2_refcount_unlock()
|
H A D | refcounttree.c | 247 ocfs2_simple_drop_lockres(OCFS2_SB(tree->rf_sb), &tree->rf_lockres); in ocfs2_free_refcount_tree() 248 ocfs2_lock_res_free(&tree->rf_lockres); in ocfs2_free_refcount_tree() 303 ocfs2_refcount_lock_res_init(&new->rf_lockres, osb, in ocfs2_init_refcount_tree_lock()
|
Completed in 22 milliseconds