xfs_highbit32 578 fs/xfs/xfs_mount.c mp->m_agno_log = xfs_highbit32(sbp->sb_agcount - 1) + 1; xfs_highbit32 442 fs/xfs/xfs_rtalloc.c log2len = xfs_highbit32(minlen); xfs_highbit32 619 fs/xfs/xfs_rtalloc.c for (l = xfs_highbit32(maxlen); l < mp->m_rsumlevels; l++) { xfs_highbit32 677 fs/xfs/xfs_rtalloc.c for (l = xfs_highbit32(maxlen); l >= xfs_highbit32(minlen); l--) { xfs_highbit32 1904 fs/xfs/xfs_rtalloc.c nrextslog = xfs_highbit32(nrextents); xfs_highbit32 1959 fs/xfs/xfs_rtalloc.c nsbp->sb_rextslog = xfs_highbit32(nsbp->sb_rextents); xfs_highbit32 62 fs/xfs/xfs_rtalloc.h #define XFS_RTHIBIT(w) xfs_highbit32(w) xfs_highbit32 67 fs/xfs/xfs_rtalloc.h #define XFS_RTBLOCKLOG(b) xfs_highbit32(b)