Lines Matching defs:end
354 xfs_fileoff_t end)
363 p->bmv_length = XFS_FSB_TO_BB(ip->i_mount, end - bno);
382 xfs_fileoff_t end = rec->br_startoff + rec->br_blockcount;
384 if (end == total_end)
391 rec->br_blockcount = total_end - end;
559 xfs_fileoff_t end = XFS_B_TO_FSB(mp, XFS_ISIZE(ip));
565 if (whichfork != XFS_ATTR_FORK && bno < end &&
568 bno, end);
586 * the inode. This will always punch out both the start and end blocks, even
687 * Do not try to free post-EOF blocks if EOF is beyond the end of the
955 xfs_off_t rounding, start, end;
960 end = round_up(offset + len, rounding) - 1;
962 error = filemap_write_and_wait_range(inode->i_mapping, start, end);
965 truncate_pagecache_range(inode, start, end);
1014 * partial block at the beginning and/or end. xfs_zero_range is smart
1257 * Note that we check the swap in both directions so that we don't end up with
1301 * form then we will end up with the target inode in the wrong format