Lines Matching refs:XFS_ISIZE
421 if (got->br_startoff < XFS_B_TO_FSB(ip->i_mount, XFS_ISIZE(ip))) in xfs_getbmap_report_one()
558 max_len = XFS_ISIZE(ip); in xfs_getbmap()
565 (ip->i_delayed_blks || XFS_ISIZE(ip) > ip->i_d.di_size)) { in xfs_getbmap()
585 max_len = XFS_ISIZE(ip); in xfs_getbmap()
626 XFS_B_TO_FSB(mp, XFS_ISIZE(ip))); in xfs_getbmap()
659 xfs_fileoff_t end = XFS_B_TO_FSB(mp, XFS_ISIZE(ip)); in xfs_getbmap()
791 end_fsb = XFS_B_TO_FSB(mp, (xfs_ufsize_t)XFS_ISIZE(ip)); in xfs_free_eofblocks()
836 XFS_ISIZE(ip), XFS_BMAPI_NODISCARD); in xfs_free_eofblocks()
1112 if (offset >= XFS_ISIZE(ip)) in xfs_free_file_space()
1114 if (offset + len > XFS_ISIZE(ip)) in xfs_free_file_space()
1115 len = XFS_ISIZE(ip) - offset; in xfs_free_file_space()
1126 if (offset + len >= XFS_ISIZE(ip) && offset_in_page(offset + len) > 0) { in xfs_free_file_space()
1192 error = xfs_flush_unmap_range(ip, offset, XFS_ISIZE(ip)); in xfs_prepare_shift()