Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_rtalloc.c479 log2len = xfs_highbit32(minlen); in xfs_rtallocate_extent_near()
656 for (l = xfs_highbit32(maxlen); l < mp->m_rsumlevels; l++) { in xfs_rtallocate_extent_size()
714 for (l = xfs_highbit32(maxlen); l >= xfs_highbit32(minlen); l--) { in xfs_rtallocate_extent_size()
942 nrextslog = xfs_highbit32(nrextents); in xfs_growfs_rt()
999 nsbp->sb_rextslog = xfs_highbit32(nsbp->sb_rextents); in xfs_growfs_rt()
/fs/xfs/libxfs/
Dxfs_bit.h42 static inline int xfs_highbit32(__uint32_t v) in xfs_highbit32() function
Dxfs_sb.c712 mp->m_agno_log = xfs_highbit32(sbp->sb_agcount - 1) + 1; in xfs_sb_mount_common()
Dxfs_format.h1097 #define XFS_RTHIBIT(w) xfs_highbit32(w)