Lines Matching refs:XFS_B_TO_FSB
173 last_fsb = XFS_B_TO_FSB(mp, ((xfs_ufsize_t)(offset + count))); in xfs_iomap_write_direct()
421 alloc_blocks = XFS_B_TO_FSB(mp, offset); in xfs_iomap_prealloc_size()
512 XFS_B_TO_FSB(mp, mp->m_super->s_maxbytes); in xfs_file_iomap_begin_delay()
546 end_fsb = min(XFS_B_TO_FSB(mp, offset + count), in xfs_file_iomap_begin_delay()
572 end_fsb = min(XFS_B_TO_FSB(mp, offset + count), maxbytes_fsb); in xfs_file_iomap_begin_delay()
742 end_fsb = XFS_B_TO_FSB(mp, XFS_ISIZE(ip)); in xfs_iomap_write_allocate()
827 count_fsb = XFS_B_TO_FSB(mp, (xfs_ufsize_t)offset + count); in xfs_iomap_write_unwritten()
1032 end_fsb = XFS_B_TO_FSB(mp, offset + length); in xfs_file_iomap_begin()
1167 start_fsb = XFS_B_TO_FSB(mp, offset + written); in xfs_file_iomap_end_delalloc()
1168 end_fsb = XFS_B_TO_FSB(mp, offset + length); in xfs_file_iomap_end_delalloc()
1225 xfs_fileoff_t end_fsb = XFS_B_TO_FSB(mp, offset + length); in xfs_xattr_iomap_begin()