Searched refs:realfree (Results 1 – 1 of 1) sorted by relevance
104 uint64_t realfree; in xfs_inobt_check_irec() local120 realfree = irec->ir_free; in xfs_inobt_check_irec()122 realfree = irec->ir_free & xfs_inobt_irec_to_allocmask(irec); in xfs_inobt_check_irec()123 if (hweight64(realfree) != irec->ir_freecount) in xfs_inobt_check_irec()988 xfs_inofree_t realfree; in xfs_inobt_first_free_inode() local994 realfree = xfs_inobt_irec_to_allocmask(rec); in xfs_inobt_first_free_inode()995 realfree &= rec->ir_free; in xfs_inobt_first_free_inode()997 return xfs_lowbit64(realfree); in xfs_inobt_first_free_inode()