Lines Matching refs:XFS_B_TO_FSB
426 if (got->br_startoff < XFS_B_TO_FSB(ip->i_mount, XFS_ISIZE(ip))) in xfs_getbmap_report_one()
609 max_len = XFS_FSB_TO_BB(mp, XFS_B_TO_FSB(mp, max_len)); 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()
797 last_fsb = XFS_B_TO_FSB(mp, mp->m_super->s_maxbytes); in xfs_free_eofblocks()
899 allocatesize_fsb = XFS_B_TO_FSB(mp, count); in xfs_alloc_file_space()
1132 startoffset_fsb = XFS_B_TO_FSB(mp, offset); in xfs_free_file_space()
1287 xfs_fileoff_t next_fsb = XFS_B_TO_FSB(mp, offset + len); in xfs_collapse_file_space()
1288 xfs_fileoff_t shift_fsb = XFS_B_TO_FSB(mp, len); in xfs_collapse_file_space()
1355 xfs_fileoff_t stop_fsb = XFS_B_TO_FSB(mp, offset); in xfs_insert_file_space()
1357 xfs_fileoff_t shift_fsb = XFS_B_TO_FSB(mp, len); in xfs_insert_file_space()
1552 end_fsb = XFS_B_TO_FSB(ip->i_mount, i_size_read(VFS_I(ip))); in xfs_swap_extent_rmap()