Searched refs:realfree (Results 1 – 1 of 1) sorted by relevance
104 uint64_t realfree = irec->ir_free; in xfs_inobt_rec_freecount() local107 realfree &= xfs_inobt_irec_to_allocmask(irec); in xfs_inobt_rec_freecount()108 return hweight64(realfree); in xfs_inobt_rec_freecount()1048 xfs_inofree_t realfree; in xfs_inobt_first_free_inode() local1054 realfree = xfs_inobt_irec_to_allocmask(rec); in xfs_inobt_first_free_inode()1055 realfree &= rec->ir_free; in xfs_inobt_first_free_inode()1057 return xfs_lowbit64(realfree); in xfs_inobt_first_free_inode()