Lines Matching refs:XFS_ISIZE
426 if (got->br_startoff < XFS_B_TO_FSB(ip->i_mount, XFS_ISIZE(ip))) in xfs_getbmap_report_one()
563 max_len = XFS_ISIZE(ip); in xfs_getbmap()
570 (ip->i_delayed_blks || XFS_ISIZE(ip) > ip->i_d.di_size)) { in xfs_getbmap()
590 max_len = XFS_ISIZE(ip); in xfs_getbmap()
631 XFS_B_TO_FSB(mp, XFS_ISIZE(ip))); in xfs_getbmap()
664 xfs_fileoff_t end = XFS_B_TO_FSB(mp, XFS_ISIZE(ip)); in xfs_getbmap()
796 end_fsb = XFS_B_TO_FSB(mp, (xfs_ufsize_t)XFS_ISIZE(ip)); in xfs_free_eofblocks()
841 XFS_ISIZE(ip), XFS_BMAPI_NODISCARD); in xfs_free_eofblocks()
1164 if (offset >= XFS_ISIZE(ip)) in xfs_free_file_space()
1166 if (offset + len > XFS_ISIZE(ip)) in xfs_free_file_space()
1167 len = XFS_ISIZE(ip) - offset; in xfs_free_file_space()
1178 if (offset + len >= XFS_ISIZE(ip) && offset_in_page(offset + len) > 0) { in xfs_free_file_space()
1247 error = xfs_flush_unmap_range(ip, offset, XFS_ISIZE(ip)); in xfs_prepare_shift()