Searched refs:XFS_ISIZE (Results 1 – 5 of 5) sorted by relevance
306 max_len = XFS_ISIZE(ip); in xfs_getbmap()310 (ip->i_delayed_blks || XFS_ISIZE(ip) > ip->i_disk_size)) { in xfs_getbmap()329 max_len = XFS_ISIZE(ip); in xfs_getbmap()370 XFS_B_TO_FSB(mp, XFS_ISIZE(ip))); in xfs_getbmap()403 xfs_fileoff_t end = XFS_B_TO_FSB(mp, XFS_ISIZE(ip)); in xfs_getbmap()533 end_fsb = XFS_B_TO_FSB(mp, (xfs_ufsize_t)XFS_ISIZE(ip)); in xfs_can_free_eofblocks()584 round_up(XFS_ISIZE(ip), mp->m_sb.sb_blocksize), in xfs_free_eofblocks()607 XFS_ISIZE(ip), XFS_BMAPI_NODISCARD); in xfs_free_eofblocks()879 if (offset >= XFS_ISIZE(ip)) in xfs_free_file_space()881 if (offset + len > XFS_ISIZE(ip)) in xfs_free_file_space()[all …]
1635 if (pos_out > XFS_ISIZE(dest)) { in xfs_reflink_remap_prep()1636 loff_t flen = *len + (pos_out - XFS_ISIZE(dest)); in xfs_reflink_remap_prep()1637 ret = xfs_flush_unmap_range(dest, XFS_ISIZE(dest), flen); in xfs_reflink_remap_prep()
197 static inline xfs_fsize_t XFS_ISIZE(struct xfs_inode *ip) in XFS_ISIZE() function
634 stat->size = XFS_ISIZE(ip); in xfs_vn_getattr()
1197 XFS_ISIZE(ip) < icw->icw_min_file_size) in xfs_icwalk_match()