Lines Matching defs:end
314 xfs_fileoff_t end)
323 p->bmv_length = XFS_FSB_TO_BB(ip->i_mount, end - bno);
342 xfs_fileoff_t end = rec->br_startoff + rec->br_blockcount;
344 if (end == total_end)
351 rec->br_blockcount = total_end - end;
520 xfs_fileoff_t end = XFS_B_TO_FSB(mp, XFS_ISIZE(ip));
524 if (whichfork != XFS_ATTR_FORK && bno < end &&
527 bno, end);
545 * the inode. This will always punch out both the start and end blocks, even
649 * Figure out if there are any blocks beyond the end
664 * If there are blocks after the end of file, truncate the file to its
909 xfs_off_t rounding, start, end;
914 end = round_up(offset + len, rounding) - 1;
916 error = filemap_write_and_wait_range(inode->i_mapping, start, end);
919 truncate_pagecache_range(inode, start, end);
968 * partial block at the beginning and/or end. iomap_zero_range is smart
1205 * Note that we check the swap in both directions so that we don't end up with
1249 * form then we will end up with the target inode in the wrong format