Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_bit.h36 static inline int xfs_highbit64(uint64_t v) in xfs_highbit64() function
H A Dxfs_sb.c397 return xfs_highbit64(rgblocks - 1) + 1; in xfs_compute_rgblklog()
1754 return xfs_highbit64(rtextents); in xfs_compute_rextslog()
/linux/fs/xfs/
H A Dxfs_rtalloc.c173 xfs_highbit64(postblock + 1 - preblock), in xfs_rtallocate_range()
184 xfs_highbit64(start - preblock), in xfs_rtallocate_range()
196 xfs_highbit64(postblock - end), in xfs_rtallocate_range()
1767 log2 = xfs_highbit64(seq); in xfs_rtpick_extent()
/linux/fs/xfs/scrub/
H A Drtsummary.c185 lenlog = xfs_highbit64(rec->ar_extcount); in xchk_rtsum_record_free()