Home
last modified time | relevance | path

Searched refs:XFS_ISIZE (Results 1 – 9 of 9) sorted by relevance

/linux/fs/xfs/
A Dxfs_bmap_util.c461 max_len = XFS_ISIZE(ip); in xfs_getbmap()
468 (ip->i_delayed_blks || XFS_ISIZE(ip) > ip->i_disk_size)) { in xfs_getbmap()
488 max_len = XFS_ISIZE(ip); in xfs_getbmap()
527 XFS_B_TO_FSB(mp, XFS_ISIZE(ip))); in xfs_getbmap()
560 xfs_fileoff_t end = XFS_B_TO_FSB(mp, XFS_ISIZE(ip)); in xfs_getbmap()
688 end_fsb = XFS_B_TO_FSB(mp, (xfs_ufsize_t)XFS_ISIZE(ip)); in xfs_can_free_eofblocks()
748 XFS_ISIZE(ip), XFS_BMAPI_NODISCARD); in xfs_free_eofblocks()
1008 if (offset >= XFS_ISIZE(ip)) in xfs_free_file_space()
1010 if (offset + len > XFS_ISIZE(ip)) in xfs_free_file_space()
1011 len = XFS_ISIZE(ip) - offset; in xfs_free_file_space()
[all …]
A Dxfs_iomap.c140 if (align && XFS_ISIZE(ip) < XFS_FSB_TO_B(mp, align)) in xfs_eof_alignment()
379 if (XFS_ISIZE(ip) < XFS_FSB_TO_B(mp, mp->m_allocsize_blocks)) in xfs_iomap_prealloc_size()
386 if (XFS_ISIZE(ip) < XFS_FSB_TO_B(mp, mp->m_dalign) || in xfs_iomap_prealloc_size()
822 if (offset + length > XFS_ISIZE(ip)) in xfs_direct_write_iomap_begin()
992 if (eof && offset + count > XFS_ISIZE(ip)) { in xfs_buffered_write_iomap_begin()
A Dxfs_reflink.c1363 if (pos_out > XFS_ISIZE(dest)) { in xfs_reflink_remap_prep()
1364 loff_t flen = *len + (pos_out - XFS_ISIZE(dest)); in xfs_reflink_remap_prep()
1365 ret = xfs_flush_unmap_range(dest, XFS_ISIZE(dest), flen); in xfs_reflink_remap_prep()
A Dxfs_pnfs.c150 if (offset + length > XFS_ISIZE(ip)) in xfs_fs_map_blocks()
A Dxfs_ioctl.c676 bf->l_start += XFS_ISIZE(ip); in xfs_ioc_space()
688 if (bf->l_start > XFS_ISIZE(ip)) { in xfs_ioc_space()
689 error = xfs_alloc_file_space(ip, XFS_ISIZE(ip), in xfs_ioc_space()
690 bf->l_start - XFS_ISIZE(ip), in xfs_ioc_space()
A Dxfs_inode.h97 static inline xfs_fsize_t XFS_ISIZE(struct xfs_inode *ip) in XFS_ISIZE() function
A Dxfs_iops.c588 stat->size = XFS_ISIZE(ip); in xfs_vn_getattr()
A Dxfs_inode.c1368 ASSERT(new_size <= XFS_ISIZE(ip)); in xfs_itruncate_extents_flags()
1771 (ip->i_disk_size != 0 || XFS_ISIZE(ip) != 0 || in xfs_inactive()
A Dxfs_icache.c1087 XFS_ISIZE(ip) < icw->icw_min_file_size) in xfs_icwalk_match()

Completed in 26 milliseconds