Lines Matching refs:alen
4103 xfs_extlen_t alen; in xfs_bmapi_reserve_delalloc() local
4109 alen = XFS_FILBLKS_MIN(len, MAXEXTLEN); in xfs_bmapi_reserve_delalloc()
4111 alen = XFS_FILBLKS_MIN(alen, got->br_startoff - aoff); in xfs_bmapi_reserve_delalloc()
4117 1, 0, &aoff, &alen); in xfs_bmapi_reserve_delalloc()
4122 extsz = alen / mp->m_sb.sb_rextsize; in xfs_bmapi_reserve_delalloc()
4129 error = xfs_trans_reserve_quota_nblks(NULL, ip, (long)alen, 0, in xfs_bmapi_reserve_delalloc()
4138 indlen = (xfs_extlen_t)xfs_bmap_worst_indlen(ip, alen); in xfs_bmapi_reserve_delalloc()
4144 error = xfs_mod_fdblocks(mp, -((int64_t)alen), false); in xfs_bmapi_reserve_delalloc()
4155 ip->i_delayed_blks += alen; in xfs_bmapi_reserve_delalloc()
4159 got->br_blockcount = alen; in xfs_bmapi_reserve_delalloc()
4170 ASSERT(got->br_startoff + got->br_blockcount >= aoff + alen); in xfs_bmapi_reserve_delalloc()
4179 xfs_mod_fdblocks(mp, alen, false); in xfs_bmapi_reserve_delalloc()
4182 xfs_trans_unreserve_quota_nblks(NULL, ip, (long)alen, 0, rt ? in xfs_bmapi_reserve_delalloc()