Searched refs:xfs_highbit64 (Results 1 – 3 of 3) sorted by relevance
48 static inline int xfs_highbit64(__uint64_t v) in xfs_highbit64() function
1099 #define XFS_RTBLOCKLOG(b) xfs_highbit64(b)
1282 if ((log2 = xfs_highbit64(seq)) == -1) in xfs_rtpick_extent()