Searched refs:XFS_ISIZE (Results 1 – 9 of 9) sorted by relevance
/linux-4.19.296/fs/xfs/ |
D | xfs_bmap_util.c | 426 if (got->br_startoff < XFS_B_TO_FSB(ip->i_mount, XFS_ISIZE(ip))) in xfs_getbmap_report_one() 563 max_len = XFS_ISIZE(ip); in xfs_getbmap() 570 (ip->i_delayed_blks || XFS_ISIZE(ip) > ip->i_d.di_size)) { in xfs_getbmap() 590 max_len = XFS_ISIZE(ip); in xfs_getbmap() 631 XFS_B_TO_FSB(mp, XFS_ISIZE(ip))); in xfs_getbmap() 664 xfs_fileoff_t end = XFS_B_TO_FSB(mp, XFS_ISIZE(ip)); in xfs_getbmap() 796 end_fsb = XFS_B_TO_FSB(mp, (xfs_ufsize_t)XFS_ISIZE(ip)); in xfs_free_eofblocks() 841 XFS_ISIZE(ip), XFS_BMAPI_NODISCARD); in xfs_free_eofblocks() 1164 if (offset >= XFS_ISIZE(ip)) in xfs_free_file_space() 1166 if (offset + len > XFS_ISIZE(ip)) in xfs_free_file_space() [all …]
|
D | xfs_iomap.c | 87 if (align && XFS_ISIZE(ip) < XFS_FSB_TO_B(mp, align)) in xfs_eof_alignment() 174 if ((offset + count) > XFS_ISIZE(ip)) { in xfs_iomap_write_direct() 385 if (offset + count <= XFS_ISIZE(ip)) in xfs_iomap_prealloc_size() 389 (XFS_ISIZE(ip) < XFS_FSB_TO_B(mp, mp->m_writeio_blocks))) in xfs_iomap_prealloc_size() 397 XFS_ISIZE(ip) < XFS_FSB_TO_B(mp, mp->m_dalign) || in xfs_iomap_prealloc_size() 742 end_fsb = XFS_B_TO_FSB(mp, XFS_ISIZE(ip)); in xfs_iomap_write_allocate()
|
D | xfs_inode.h | 79 static inline xfs_fsize_t XFS_ISIZE(struct xfs_inode *ip) in XFS_ISIZE() function
|
D | xfs_reflink.c | 1384 if (pos_out > XFS_ISIZE(dest)) { in xfs_reflink_remap_prep() 1385 loff_t flen = *len + (pos_out - XFS_ISIZE(dest)); in xfs_reflink_remap_prep() 1386 ret = xfs_flush_unmap_range(dest, XFS_ISIZE(dest), flen); in xfs_reflink_remap_prep()
|
D | xfs_ioctl.c | 645 bf->l_start += XFS_ISIZE(ip); in xfs_ioc_space() 702 if (bf->l_start > XFS_ISIZE(ip)) { in xfs_ioc_space() 703 error = xfs_alloc_file_space(ip, XFS_ISIZE(ip), in xfs_ioc_space() 704 bf->l_start - XFS_ISIZE(ip), in xfs_ioc_space()
|
D | xfs_icache.c | 1493 XFS_ISIZE(ip) < eofb->eof_min_file_size) in xfs_inode_free_eofblocks() 1771 XFS_ISIZE(ip) < eofb->eof_min_file_size) in xfs_inode_free_cowblocks()
|
D | xfs_iops.c | 513 stat->size = XFS_ISIZE(ip); in xfs_vn_getattr()
|
D | xfs_inode.c | 1535 ASSERT(new_size <= XFS_ISIZE(ip)); in xfs_itruncate_extents_flags() 1885 (ip->i_d.di_size != 0 || XFS_ISIZE(ip) != 0 || in xfs_inactive()
|
/linux-4.19.296/fs/xfs/libxfs/ |
D | xfs_bmap.c | 1506 return XFS_ISIZE(ip) == ip->i_mount->m_sb.sb_blocksize; in xfs_bmap_one_block() 1518 ASSERT(XFS_ISIZE(ip) == ip->i_mount->m_sb.sb_blocksize); in xfs_bmap_one_block()
|