Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/gnu/fs/xfs/
Dxfs_bit.h56 extern int xfs_highbit64(__uint64_t);
Dxfs_bit.c158 xfs_highbit64( in xfs_highbit64() function
Dxfs_rtalloc.h67 #define XFS_RTBLOCKLOG(b) xfs_highbit64(b)
Dxfs_iget.c61 (xfs_highbit64(icount) + 1) / 2); in xfs_ihash_init()
Dxfs_rtalloc.c2377 if ((log2 = xfs_highbit64(seq)) == -1) in xfs_rtpick_extent()
Dxfs_mount.c1260 f = (xfs_sb_field_t)xfs_highbit64((__uint64_t)fields);