Searched refs:xfs_highbit32 (Results 1 – 4 of 4) sorted by relevance
30 static inline int xfs_highbit32(uint32_t v) in xfs_highbit32() function
420 sbp->sb_agblklog != xfs_highbit32(sbp->sb_agblocks - 1) + 1 || in xfs_validate_sb_common()977 mp->m_agno_log = xfs_highbit32(sbp->sb_agcount - 1) + 1; in xfs_sb_mount_common()
1167 #define XFS_RTHIBIT(w) xfs_highbit32(w)
495 log2len = xfs_highbit32(minlen); in xfs_rtallocate_extent_near()673 for (l = xfs_highbit32(maxlen); l < mp->m_rsumlevels; l++) { in xfs_rtallocate_extent_size()731 for (l = xfs_highbit32(maxlen); l >= xfs_highbit32(minlen); l--) { in xfs_rtallocate_extent_size()