Lines Matching refs:rf
152 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_owner() local
154 return rf->rf_blkno; in ocfs2_refcount_cache_owner()
160 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_get_super() local
162 return rf->rf_sb; in ocfs2_refcount_cache_get_super()
167 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_lock() local
169 spin_lock(&rf->rf_lock); in ocfs2_refcount_cache_lock()
174 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_unlock() local
176 spin_unlock(&rf->rf_lock); in ocfs2_refcount_cache_unlock()
181 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_io_lock() local
183 mutex_lock(&rf->rf_io_mutex); in ocfs2_refcount_cache_io_lock()
188 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_io_unlock() local
190 mutex_unlock(&rf->rf_io_mutex); in ocfs2_refcount_cache_io_unlock()