XFS_ISIZE        1505 fs/xfs/libxfs/xfs_bmap.c 		return XFS_ISIZE(ip) == ip->i_mount->m_sb.sb_blocksize;
XFS_ISIZE        1517 fs/xfs/libxfs/xfs_bmap.c 		ASSERT(XFS_ISIZE(ip) == ip->i_mount->m_sb.sb_blocksize);
XFS_ISIZE         421 fs/xfs/xfs_bmap_util.c 		if (got->br_startoff < XFS_B_TO_FSB(ip->i_mount, XFS_ISIZE(ip)))
XFS_ISIZE         558 fs/xfs/xfs_bmap_util.c 			max_len = XFS_ISIZE(ip);
XFS_ISIZE         565 fs/xfs/xfs_bmap_util.c 		    (ip->i_delayed_blks || XFS_ISIZE(ip) > ip->i_d.di_size)) {
XFS_ISIZE         585 fs/xfs/xfs_bmap_util.c 			max_len = XFS_ISIZE(ip);
XFS_ISIZE         626 fs/xfs/xfs_bmap_util.c 					XFS_B_TO_FSB(mp, XFS_ISIZE(ip)));
XFS_ISIZE         659 fs/xfs/xfs_bmap_util.c 			xfs_fileoff_t	end = XFS_B_TO_FSB(mp, XFS_ISIZE(ip));
XFS_ISIZE         791 fs/xfs/xfs_bmap_util.c 	end_fsb = XFS_B_TO_FSB(mp, (xfs_ufsize_t)XFS_ISIZE(ip));
XFS_ISIZE         836 fs/xfs/xfs_bmap_util.c 					XFS_ISIZE(ip), XFS_BMAPI_NODISCARD);
XFS_ISIZE        1112 fs/xfs/xfs_bmap_util.c 	if (offset >= XFS_ISIZE(ip))
XFS_ISIZE        1114 fs/xfs/xfs_bmap_util.c 	if (offset + len > XFS_ISIZE(ip))
XFS_ISIZE        1115 fs/xfs/xfs_bmap_util.c 		len = XFS_ISIZE(ip) - offset;
XFS_ISIZE        1126 fs/xfs/xfs_bmap_util.c 	if (offset + len >= XFS_ISIZE(ip) && offset_in_page(offset + len) > 0) {
XFS_ISIZE        1192 fs/xfs/xfs_bmap_util.c 	error = xfs_flush_unmap_range(ip, offset, XFS_ISIZE(ip));
XFS_ISIZE        1497 fs/xfs/xfs_icache.c 		    XFS_ISIZE(ip) < eofb->eof_min_file_size)
XFS_ISIZE        1775 fs/xfs/xfs_icache.c 		    XFS_ISIZE(ip) < eofb->eof_min_file_size)
XFS_ISIZE        1524 fs/xfs/xfs_inode.c 	ASSERT(new_size <= XFS_ISIZE(ip));
XFS_ISIZE        1855 fs/xfs/xfs_inode.c 	    (ip->i_d.di_size != 0 || XFS_ISIZE(ip) != 0 ||
XFS_ISIZE         633 fs/xfs/xfs_ioctl.c 		bf->l_start += XFS_ISIZE(ip);
XFS_ISIZE         690 fs/xfs/xfs_ioctl.c 		if (bf->l_start > XFS_ISIZE(ip)) {
XFS_ISIZE         691 fs/xfs/xfs_ioctl.c 			error = xfs_alloc_file_space(ip, XFS_ISIZE(ip),
XFS_ISIZE         692 fs/xfs/xfs_ioctl.c 					bf->l_start - XFS_ISIZE(ip), 0);
XFS_ISIZE         128 fs/xfs/xfs_iomap.c 		if (align && XFS_ISIZE(ip) < XFS_FSB_TO_B(mp, align))
XFS_ISIZE         198 fs/xfs/xfs_iomap.c 	if ((offset + count) > XFS_ISIZE(ip)) {
XFS_ISIZE         410 fs/xfs/xfs_iomap.c 	if (offset + count <= XFS_ISIZE(ip))
XFS_ISIZE         414 fs/xfs/xfs_iomap.c 	    (XFS_ISIZE(ip) < XFS_FSB_TO_B(mp, mp->m_writeio_blocks)))
XFS_ISIZE         422 fs/xfs/xfs_iomap.c 	    XFS_ISIZE(ip) < XFS_FSB_TO_B(mp, mp->m_dalign) ||
XFS_ISIZE         503 fs/xfs/xfs_iops.c 	stat->size = XFS_ISIZE(ip);
XFS_ISIZE        1370 fs/xfs/xfs_reflink.c 	if (pos_out > XFS_ISIZE(dest)) {
XFS_ISIZE        1371 fs/xfs/xfs_reflink.c 		loff_t	flen = *len + (pos_out - XFS_ISIZE(dest));
XFS_ISIZE        1372 fs/xfs/xfs_reflink.c 		ret = xfs_flush_unmap_range(dest, XFS_ISIZE(dest), flen);