Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_ialloc.c128 uint64_t realfree; in xfs_inobt_get_rec() local
146 realfree = irec->ir_free; in xfs_inobt_get_rec()
148 realfree = irec->ir_free & xfs_inobt_irec_to_allocmask(irec); in xfs_inobt_get_rec()
149 if (hweight64(realfree) != irec->ir_freecount) in xfs_inobt_get_rec()
1115 xfs_inofree_t realfree; in xfs_inobt_first_free_inode() local
1121 realfree = xfs_inobt_irec_to_allocmask(rec); in xfs_inobt_first_free_inode()
1122 realfree &= rec->ir_free; in xfs_inobt_first_free_inode()
1124 return xfs_lowbit64(realfree); in xfs_inobt_first_free_inode()