Lines Matching refs:rf
150 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_owner() local
152 return rf->rf_blkno; in ocfs2_refcount_cache_owner()
158 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_get_super() local
160 return rf->rf_sb; in ocfs2_refcount_cache_get_super()
165 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_lock() local
167 spin_lock(&rf->rf_lock); in ocfs2_refcount_cache_lock()
172 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_unlock() local
174 spin_unlock(&rf->rf_lock); in ocfs2_refcount_cache_unlock()
179 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_io_lock() local
181 mutex_lock(&rf->rf_io_mutex); in ocfs2_refcount_cache_io_lock()
186 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_io_unlock() local
188 mutex_unlock(&rf->rf_io_mutex); in ocfs2_refcount_cache_io_unlock()