Searched refs:xfs_lowbit64 (Results 1 – 3 of 3) sorted by relevance
48 static inline int xfs_lowbit64(uint64_t v) in xfs_lowbit64() function
1052 return xfs_lowbit64(rec->ir_free); in xfs_inobt_first_free_inode()1057 return xfs_lowbit64(realfree); in xfs_inobt_first_free_inode()
175 int next = xfs_lowbit64(allocmask); in xchk_iscan_find_next()