Lines Matching refs:refc

111 	struct xfs_phys_extent		*refc,  in xfs_trans_set_refcount_flags()  argument
114 refc->pe_flags = 0; in xfs_trans_set_refcount_flags()
120 refc->pe_flags |= type; in xfs_trans_set_refcount_flags()
135 struct xfs_refcount_intent *refc; in xfs_refcount_update_log_item() local
139 refc = container_of(item, struct xfs_refcount_intent, ri_list); in xfs_refcount_update_log_item()
152 ext->pe_startblock = refc->ri_startblock; in xfs_refcount_update_log_item()
153 ext->pe_len = refc->ri_blockcount; in xfs_refcount_update_log_item()
154 xfs_trans_set_refcount_flags(ext, refc->ri_type); in xfs_refcount_update_log_item()
175 struct xfs_refcount_intent *refc; in xfs_refcount_update_finish_item() local
180 refc = container_of(item, struct xfs_refcount_intent, ri_list); in xfs_refcount_update_finish_item()
182 refc->ri_type, in xfs_refcount_update_finish_item()
183 refc->ri_startblock, in xfs_refcount_update_finish_item()
184 refc->ri_blockcount, in xfs_refcount_update_finish_item()
189 ASSERT(refc->ri_type == XFS_REFCOUNT_INCREASE || in xfs_refcount_update_finish_item()
190 refc->ri_type == XFS_REFCOUNT_DECREASE); in xfs_refcount_update_finish_item()
191 refc->ri_startblock = new_fsb; in xfs_refcount_update_finish_item()
192 refc->ri_blockcount = new_aglen; in xfs_refcount_update_finish_item()
195 kmem_free(refc); in xfs_refcount_update_finish_item()
224 struct xfs_refcount_intent *refc; in xfs_refcount_update_cancel_item() local
226 refc = container_of(item, struct xfs_refcount_intent, ri_list); in xfs_refcount_update_cancel_item()
227 kmem_free(refc); in xfs_refcount_update_cancel_item()