Home
last modified time | relevance | path

Searched refs:xfs_highbit32 (Results 1 – 4 of 4) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_bit.h30 static inline int xfs_highbit32(uint32_t v) in xfs_highbit32() function
H A Dxfs_rtbitmap.c323 i = bit - xfs_highbit32(wdiff); in xfs_rtfind_back()
361 i += XFS_NBWORD - 1 - xfs_highbit32(wdiff); in xfs_rtfind_back()
400 i += XFS_NBWORD - 1 - xfs_highbit32(wdiff); in xfs_rtfind_back()
H A Dxfs_sb.c581 sbp->sb_agblklog != xfs_highbit32(sbp->sb_agblocks - 1) + 1 || in xfs_validate_sb_common()
1194 mp->m_agno_log = xfs_highbit32(sbp->sb_agcount - 1) + 1; in xfs_sb_mount_common()
/linux/fs/xfs/
H A Dxfs_rtalloc.c440 log2len = xfs_highbit32(minlen); in xfs_rtallocate_extent_near()
623 for (l = xfs_highbit32(maxlen); l < args->mp->m_rsumlevels; l++) { in xfs_rtallocate_extent_size()
646 for (l = xfs_highbit32(maxlen); l >= xfs_highbit32(minlen); l--) { in xfs_rtallocate_extent_size()