Searched refs:xfs_highbit64 (Results 1 – 6 of 6) sorted by relevance
56 extern int xfs_highbit64(__uint64_t);
158 xfs_highbit64( in xfs_highbit64() function
67 #define XFS_RTBLOCKLOG(b) xfs_highbit64(b)
61 (xfs_highbit64(icount) + 1) / 2); in xfs_ihash_init()
2377 if ((log2 = xfs_highbit64(seq)) == -1) in xfs_rtpick_extent()
1260 f = (xfs_sb_field_t)xfs_highbit64((__uint64_t)fields);