Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_bit.h36 static inline int xfs_highbit64(uint64_t v) in xfs_highbit64() function
H A Dxfs_format.h1169 #define XFS_RTBLOCKLOG(b) xfs_highbit64(b)
H A Dxfs_sb.c1406 return xfs_highbit64(rtextents); in xfs_compute_rextslog()
/openbmc/linux/fs/xfs/
H A Dxfs_rtalloc.c1521 if ((log2 = xfs_highbit64(seq)) == -1) in xfs_rtpick_extent()