Searched refs:rmapip (Results 1 – 1 of 1) sorted by relevance
175 struct xfs_inode *rmapip = rtg_rmap(rtg); in xfs_zone_record_blocks() local182 rmapip->i_used_blocks += len; in xfs_zone_record_blocks()183 ASSERT(rmapip->i_used_blocks <= rtg_blocks(rtg)); in xfs_zone_record_blocks()190 xfs_trans_log_inode(tp, rmapip, XFS_ILOG_CORE); in xfs_zone_record_blocks()331 struct xfs_inode *rmapip = rtg_rmap(rtg); in xfs_zone_free_blocks() local333 xfs_assert_ilocked(rmapip, XFS_ILOCK_EXCL); in xfs_zone_free_blocks()335 if (len > rmapip->i_used_blocks) { in xfs_zone_free_blocks()338 len, rmapip->i_used_blocks); in xfs_zone_free_blocks()339 ASSERT(len <= rmapip->i_used_blocks); in xfs_zone_free_blocks()347 rmapip->i_used_blocks -= len; in xfs_zone_free_blocks()[all …]