Home
last modified time | relevance | path

Searched refs:xfs_lowbit64 (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_bit.h48 static inline int xfs_lowbit64(uint64_t v) in xfs_lowbit64() function
Dxfs_ialloc.c1052 return xfs_lowbit64(rec->ir_free); in xfs_inobt_first_free_inode()
1057 return xfs_lowbit64(realfree); in xfs_inobt_first_free_inode()
/linux-6.12.1/fs/xfs/scrub/
Discan.c175 int next = xfs_lowbit64(allocmask); in xchk_iscan_find_next()