Searched refs:xfs_highbit64 (Results 1 – 5 of 5) sorted by relevance
36 static inline int xfs_highbit64(uint64_t v) in xfs_highbit64() function
839 xfs_highbit64(start - preblock), in xfs_rtfree_range()851 xfs_highbit64(postblock - end), in xfs_rtfree_range()862 xfs_highbit64(postblock + 1 - preblock), in xfs_rtfree_range()
373 return xfs_highbit64(rgblocks - 1) + 1; in xfs_compute_rgblklog()1672 return xfs_highbit64(rtextents); in xfs_compute_rextslog()
189 lenlog = xfs_highbit64(rec->ar_extcount); in xchk_rtsum_record_free()
169 xfs_highbit64(postblock + 1 - preblock), in xfs_rtallocate_range()180 xfs_highbit64(start - preblock), in xfs_rtallocate_range()192 xfs_highbit64(postblock - end), in xfs_rtallocate_range()1696 log2 = xfs_highbit64(seq); in xfs_rtpick_extent()