Lines Matching refs:XFS_ISIZE
282 if (got->br_startoff < XFS_B_TO_FSB(ip->i_mount, XFS_ISIZE(ip))) in xfs_getbmap_report_one()
419 max_len = XFS_ISIZE(ip); in xfs_getbmap()
426 (ip->i_delayed_blks || XFS_ISIZE(ip) > ip->i_d.di_size)) { in xfs_getbmap()
446 max_len = XFS_ISIZE(ip); in xfs_getbmap()
487 XFS_B_TO_FSB(mp, XFS_ISIZE(ip))); in xfs_getbmap()
520 xfs_fileoff_t end = XFS_B_TO_FSB(mp, XFS_ISIZE(ip)); in xfs_getbmap()
652 end_fsb = XFS_B_TO_FSB(mp, (xfs_ufsize_t)XFS_ISIZE(ip)); in xfs_free_eofblocks()
697 XFS_ISIZE(ip), XFS_BMAPI_NODISCARD); in xfs_free_eofblocks()
972 if (offset >= XFS_ISIZE(ip)) in xfs_free_file_space()
974 if (offset + len > XFS_ISIZE(ip)) in xfs_free_file_space()
975 len = XFS_ISIZE(ip) - offset; in xfs_free_file_space()
987 if (offset + len >= XFS_ISIZE(ip) && offset_in_page(offset + len) > 0) { in xfs_free_file_space()
1028 error = xfs_flush_unmap_range(ip, offset, XFS_ISIZE(ip)); in xfs_prepare_shift()