Searched refs:XFS_BITTOBLOCK (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_rtbitmap.c | 119 block = XFS_BITTOBLOCK(mp, start); in xfs_rtfind_back() 296 block = XFS_BITTOBLOCK(mp, start); in xfs_rtfind_forw() 557 block = XFS_BITTOBLOCK(mp, start); in xfs_rtmodify_range() 735 XFS_BITTOBLOCK(mp, preblock), -1, rbpp, rsb); in xfs_rtfree_range() 747 XFS_BITTOBLOCK(mp, end + 1), -1, rbpp, rsb); in xfs_rtfree_range() 758 XFS_BITTOBLOCK(mp, preblock), 1, rbpp, rsb); in xfs_rtfree_range() 791 block = XFS_BITTOBLOCK(mp, start); in xfs_rtcheck_range()
|
H A D | xfs_format.h | 1158 #define XFS_BITTOBLOCK(mp,bi) ((bi) >> (mp)->m_blkbit_log) macro
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_rtalloc.c | 180 XFS_BITTOBLOCK(mp, preblock), -1, rbpp, rsb); in xfs_rtallocate_range() 191 XFS_BITTOBLOCK(mp, preblock), 1, rbpp, rsb); in xfs_rtallocate_range() 203 XFS_BITTOBLOCK(mp, end + 1), 1, rbpp, rsb); in xfs_rtallocate_range() 492 bbno = XFS_BITTOBLOCK(mp, bno); in xfs_rtallocate_extent_near() 711 if (XFS_BITTOBLOCK(mp, n) > i + 1) in xfs_rtallocate_extent_size() 712 i = XFS_BITTOBLOCK(mp, n) - 1; in xfs_rtallocate_extent_size() 774 if (XFS_BITTOBLOCK(mp, n) > i + 1) in xfs_rtallocate_extent_size() 775 i = XFS_BITTOBLOCK(mp, n) - 1; in xfs_rtallocate_extent_size()
|
/openbmc/linux/fs/xfs/scrub/ |
H A D | rtsummary.c | 134 rbmoff = XFS_BITTOBLOCK(mp, rec->ar_startext); in xchk_rtsum_record_free()
|