Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_bit.h36 static inline int xfs_highbit64(uint64_t v) in xfs_highbit64() function
Dxfs_rtbitmap.c750 xfs_highbit64(start - preblock), in xfs_rtfree_range()
762 xfs_highbit64(postblock - end), in xfs_rtfree_range()
773 xfs_highbit64(postblock + 1 - preblock), in xfs_rtfree_range()
Dxfs_sb.c1440 return xfs_highbit64(rtextents); in xfs_compute_rextslog()
/linux-6.12.1/fs/xfs/
Dxfs_rtalloc.c162 xfs_highbit64(postblock + 1 - preblock), in xfs_rtallocate_range()
173 xfs_highbit64(start - preblock), in xfs_rtallocate_range()
185 xfs_highbit64(postblock - end), in xfs_rtallocate_range()
1217 if ((log2 = xfs_highbit64(seq)) == -1) in xfs_rtpick_extent()
/linux-6.12.1/fs/xfs/scrub/
Drtsummary.c178 lenlog = xfs_highbit64(rec->ar_extcount); in xchk_rtsum_record_free()
Discan.c550 xfs_highbit64(iscan->__skipped_inomask); in xchk_iscan_finish_batch()