Searched refs:xfs_ufsize_t (Results 1 – 6 of 6) sorted by relevance
30 typedef uint64_t xfs_ufsize_t; /* unsigned bytes in a file */ typedef
402 if ((xfs_ufsize_t)offset + count > mp->m_super->s_maxbytes) in xfs_map_blocks()404 end_fsb = XFS_B_TO_FSB(mp, (xfs_ufsize_t)offset + count); in xfs_map_blocks()1268 (xfs_ufsize_t)offset + mapping_size >= i_size_read(inode)) { in xfs_map_trim_size()1315 if ((xfs_ufsize_t)offset + size > mp->m_super->s_maxbytes) in xfs_get_blocks()1317 end_fsb = XFS_B_TO_FSB(mp, (xfs_ufsize_t)offset + size); in xfs_get_blocks()
145 end_fsb = XFS_B_TO_FSB(mp, (xfs_ufsize_t)offset + length); in xfs_fs_map_blocks()
185 last_fsb = XFS_B_TO_FSB(mp, ((xfs_ufsize_t)(offset + count))); in xfs_iomap_write_direct()852 count_fsb = XFS_B_TO_FSB(mp, (xfs_ufsize_t)offset + count); in xfs_iomap_write_unwritten()
957 end_fsb = XFS_B_TO_FSB(mp, (xfs_ufsize_t)XFS_ISIZE(ip)); in xfs_free_eofblocks()
1588 first_unmap_block = XFS_B_TO_FSB(mp, (xfs_ufsize_t)new_size); in xfs_itruncate_extents()