xfs_highbit32    1135 fs/xfs/libxfs/xfs_format.h #define	XFS_RTHIBIT(w)	xfs_highbit32(w)
xfs_highbit32     316 fs/xfs/libxfs/xfs_sb.c 	    sbp->sb_agblklog != xfs_highbit32(sbp->sb_agblocks - 1) + 1	||
xfs_highbit32     810 fs/xfs/libxfs/xfs_sb.c 	mp->m_agno_log = xfs_highbit32(sbp->sb_agcount - 1) + 1;
xfs_highbit32     463 fs/xfs/xfs_rtalloc.c 	log2len = xfs_highbit32(minlen);
xfs_highbit32     640 fs/xfs/xfs_rtalloc.c 	for (l = xfs_highbit32(maxlen); l < mp->m_rsumlevels; l++) {
xfs_highbit32     698 fs/xfs/xfs_rtalloc.c 	for (l = xfs_highbit32(maxlen); l >= xfs_highbit32(minlen); l--) {
xfs_highbit32     931 fs/xfs/xfs_rtalloc.c 	nrextslog = xfs_highbit32(nrextents);
xfs_highbit32     993 fs/xfs/xfs_rtalloc.c 		nsbp->sb_rextslog = xfs_highbit32(nsbp->sb_rextents);