Home
last modified time | relevance | path

Searched refs:xfs_lowbit32 (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_rtbitmap.c390 i = xfs_lowbit32(wdiff) - bit; in xfs_rtfind_forw()
428 i += xfs_lowbit32(wdiff); in xfs_rtfind_forw()
465 i += xfs_lowbit32(wdiff); in xfs_rtfind_forw()
842 i = xfs_lowbit32(wdiff) - bit; in xfs_rtcheck_range()
881 i += xfs_lowbit32(wdiff); in xfs_rtcheck_range()
919 i += xfs_lowbit32(wdiff); in xfs_rtcheck_range()
Dxfs_bit.h42 static inline int xfs_lowbit32(uint32_t v) in xfs_lowbit32() function