Lines Matching refs:rf
142 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_owner() local
144 return rf->rf_blkno; in ocfs2_refcount_cache_owner()
150 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_get_super() local
152 return rf->rf_sb; in ocfs2_refcount_cache_get_super()
156 __acquires(&rf->rf_lock) in ocfs2_refcount_cache_lock()
158 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_lock() local
160 spin_lock(&rf->rf_lock); in ocfs2_refcount_cache_lock()
164 __releases(&rf->rf_lock) in ocfs2_refcount_cache_unlock()
166 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_unlock() local
168 spin_unlock(&rf->rf_lock); in ocfs2_refcount_cache_unlock()
173 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_io_lock() local
175 mutex_lock(&rf->rf_io_mutex); in ocfs2_refcount_cache_io_lock()
180 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_io_unlock() local
182 mutex_unlock(&rf->rf_io_mutex); in ocfs2_refcount_cache_io_unlock()