Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_bmap_util.c314 max_len = XFS_ISIZE(ip); in xfs_getbmap()
337 max_len = XFS_ISIZE(ip); in xfs_getbmap()
378 XFS_B_TO_FSB(mp, XFS_ISIZE(ip))); in xfs_getbmap()
411 xfs_fileoff_t end = XFS_B_TO_FSB(mp, XFS_ISIZE(ip)); in xfs_getbmap()
541 end_fsb = XFS_B_TO_FSB(mp, (xfs_ufsize_t)XFS_ISIZE(ip)); in xfs_can_free_eofblocks()
588 round_up(XFS_ISIZE(ip), mp->m_sb.sb_blocksize), in xfs_free_eofblocks()
611 XFS_ISIZE(ip), XFS_BMAPI_NODISCARD); in xfs_free_eofblocks()
883 if (offset >= XFS_ISIZE(ip)) in xfs_free_file_space()
885 if (offset + len > XFS_ISIZE(ip)) in xfs_free_file_space()
886 len = XFS_ISIZE(ip) - offset; in xfs_free_file_space()
[all …]
A Dxfs_iomap.c194 if (align && XFS_ISIZE(ip) < XFS_FSB_TO_B(mp, align)) in xfs_eof_alignment()
453 if (XFS_ISIZE(ip) < XFS_FSB_TO_B(mp, mp->m_allocsize_blocks)) in xfs_iomap_prealloc_size()
460 if (XFS_ISIZE(ip) < XFS_FSB_TO_B(mp, mp->m_dalign) || in xfs_iomap_prealloc_size()
893 if (offset + length > XFS_ISIZE(ip)) in xfs_direct_write_iomap_begin()
1034 xfs_fileoff_t eof_fsb = XFS_B_TO_FSB(mp, XFS_ISIZE(ip)); in xfs_buffered_write_iomap_begin()
1116 if (eof && offset + count > XFS_ISIZE(ip)) { in xfs_buffered_write_iomap_begin()
A Dxfs_pnfs.c186 if (offset + length > XFS_ISIZE(ip)) in xfs_fs_map_blocks()
A Dxfs_reflink.c1510 if (pos_out > XFS_ISIZE(dest)) { in xfs_reflink_remap_prep()
1511 loff_t flen = *len + (pos_out - XFS_ISIZE(dest)); in xfs_reflink_remap_prep()
1512 ret = xfs_flush_unmap_range(dest, XFS_ISIZE(dest), flen); in xfs_reflink_remap_prep()
A Dxfs_inode.h186 static inline xfs_fsize_t XFS_ISIZE(struct xfs_inode *ip) in XFS_ISIZE() function
A Dxfs_inode.c1028 ASSERT(new_size <= XFS_ISIZE(ip)); in xfs_itruncate_extents_flags()
1411 (ip->i_disk_size != 0 || XFS_ISIZE(ip) != 0 || in xfs_inactive()
A Dxfs_iops.c592 stat->size = XFS_ISIZE(ip); in xfs_vn_getattr()
A Dxfs_icache.c1141 XFS_ISIZE(ip) < icw->icw_min_file_size) in xfs_icwalk_match()

Completed in 23 milliseconds