Searched refs:XFS_ISIZE (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/fs/xfs/ |
D | xfs_bmap_util.c | 324 if (got->br_startoff < XFS_B_TO_FSB(ip->i_mount, XFS_ISIZE(ip))) in xfs_getbmap_report_one() 463 max_len = XFS_ISIZE(ip); in xfs_getbmap() 467 (ip->i_delayed_blks || XFS_ISIZE(ip) > ip->i_disk_size)) { in xfs_getbmap() 487 max_len = XFS_ISIZE(ip); in xfs_getbmap() 528 XFS_B_TO_FSB(mp, XFS_ISIZE(ip))); in xfs_getbmap() 561 xfs_fileoff_t end = XFS_B_TO_FSB(mp, XFS_ISIZE(ip)); in xfs_getbmap() 689 end_fsb = XFS_B_TO_FSB(mp, (xfs_ufsize_t)XFS_ISIZE(ip)); in xfs_can_free_eofblocks() 751 XFS_ISIZE(ip), XFS_BMAPI_NODISCARD); in xfs_free_eofblocks() 1014 if (offset >= XFS_ISIZE(ip)) in xfs_free_file_space() 1016 if (offset + len > XFS_ISIZE(ip)) in xfs_free_file_space() [all …]
|
D | xfs_iomap.c | 146 if (align && XFS_ISIZE(ip) < XFS_FSB_TO_B(mp, align)) in xfs_eof_alignment() 388 if (XFS_ISIZE(ip) < XFS_FSB_TO_B(mp, mp->m_allocsize_blocks)) in xfs_iomap_prealloc_size() 395 if (XFS_ISIZE(ip) < XFS_FSB_TO_B(mp, mp->m_dalign) || in xfs_iomap_prealloc_size() 835 if (offset + length > XFS_ISIZE(ip)) in xfs_direct_write_iomap_begin() 1036 if (eof && offset + count > XFS_ISIZE(ip)) { in xfs_buffered_write_iomap_begin()
|
D | xfs_pnfs.c | 184 if (offset + length > XFS_ISIZE(ip)) in xfs_fs_map_blocks()
|
D | xfs_reflink.c | 1533 if (pos_out > XFS_ISIZE(dest)) { in xfs_reflink_remap_prep() 1534 loff_t flen = *len + (pos_out - XFS_ISIZE(dest)); in xfs_reflink_remap_prep() 1535 ret = xfs_flush_unmap_range(dest, XFS_ISIZE(dest), flen); in xfs_reflink_remap_prep()
|
D | xfs_inode.h | 161 static inline xfs_fsize_t XFS_ISIZE(struct xfs_inode *ip) in XFS_ISIZE() function
|
D | xfs_iops.c | 569 stat->size = XFS_ISIZE(ip); in xfs_vn_getattr()
|
D | xfs_inode.c | 1342 ASSERT(new_size <= XFS_ISIZE(ip)); in xfs_itruncate_extents_flags() 1745 (ip->i_disk_size != 0 || XFS_ISIZE(ip) != 0 || in xfs_inactive()
|
D | xfs_icache.c | 1100 XFS_ISIZE(ip) < icw->icw_min_file_size) in xfs_icwalk_match()
|