Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
A Dxfs_bit.h36 static inline int xfs_highbit64(uint64_t v) in xfs_highbit64() function
A Dxfs_rtbitmap.c839 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()
A Dxfs_sb.c384 return xfs_highbit64(rgblocks - 1) + 1; in xfs_compute_rgblklog()
1739 return xfs_highbit64(rtextents); in xfs_compute_rextslog()
/fs/xfs/
A Dxfs_rtalloc.c170 xfs_highbit64(postblock + 1 - preblock), in xfs_rtallocate_range()
181 xfs_highbit64(start - preblock), in xfs_rtallocate_range()
193 xfs_highbit64(postblock - end), in xfs_rtallocate_range()
1735 log2 = xfs_highbit64(seq); in xfs_rtpick_extent()
/fs/xfs/scrub/
A Drtsummary.c189 lenlog = xfs_highbit64(rec->ar_extcount); in xchk_rtsum_record_free()
A Discan.c550 xfs_highbit64(iscan->__skipped_inomask); in xchk_iscan_finish_batch()

Completed in 19 milliseconds