Lines Matching defs:end
696 xfs_rtblock_t end; /* end of the freed extent */
698 xfs_rtblock_t postblock; /* first block freed > end */
701 end = start + len - 1;
711 * We need to find the beginning and end of the extent so we can
719 * Find the next allocated block (end of allocated extent).
721 error = xfs_rtfind_forw(mp, tp, end, mp->m_sb.sb_rextents - 1,
738 * If there are blocks not being freed at the end of the
741 if (postblock > end) {
743 XFS_RTBLOCKLOG(postblock - end),
744 XFS_BITTOBLOCK(mp, end + 1), -1, rbpp, rsb);
1121 xfs_rtblock_t end;
1125 error = xfs_rtcheck_range(mp, tp, start, len, 1, &end, &matches);