Searched refs:xfs_highbit64 (Results 1 – 3 of 3) sorted by relevance
36 static inline int xfs_highbit64(uint64_t v) in xfs_highbit64() function
1256 #define XFS_RTBLOCKLOG(b) xfs_highbit64(b)
1321 if ((log2 = xfs_highbit64(seq)) == -1) in xfs_rtpick_extent()