Home
last modified time | relevance | path

Searched refs:rmapip (Results 1 – 1 of 1) sorted by relevance

/fs/xfs/
A Dxfs_zone_alloc.c175 struct xfs_inode *rmapip = rtg_rmap(rtg); in xfs_zone_record_blocks() local
181 rmapip->i_used_blocks += len; in xfs_zone_record_blocks()
182 ASSERT(rmapip->i_used_blocks <= rtg_blocks(rtg)); in xfs_zone_record_blocks()
186 xfs_trans_log_inode(tp, rmapip, XFS_ILOG_CORE); in xfs_zone_record_blocks()
348 struct xfs_inode *rmapip = rtg_rmap(rtg); in xfs_zone_free_blocks() local
350 xfs_assert_ilocked(rmapip, XFS_ILOCK_EXCL); in xfs_zone_free_blocks()
352 if (len > rmapip->i_used_blocks) { in xfs_zone_free_blocks()
355 len, rmapip->i_used_blocks); in xfs_zone_free_blocks()
356 ASSERT(len <= rmapip->i_used_blocks); in xfs_zone_free_blocks()
364 rmapip->i_used_blocks -= len; in xfs_zone_free_blocks()
[all …]

Completed in 7 milliseconds