Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_ialloc.c111 uint64_t realfree; in xfs_inobt_get_rec() local
129 realfree = irec->ir_free; in xfs_inobt_get_rec()
131 realfree = irec->ir_free & xfs_inobt_irec_to_allocmask(irec); in xfs_inobt_get_rec()
132 if (hweight64(realfree) != irec->ir_freecount) in xfs_inobt_get_rec()
1109 xfs_inofree_t realfree; in xfs_inobt_first_free_inode() local
1115 realfree = xfs_inobt_irec_to_allocmask(rec); in xfs_inobt_first_free_inode()
1116 realfree &= rec->ir_free; in xfs_inobt_first_free_inode()
1118 return xfs_lowbit64(realfree); in xfs_inobt_first_free_inode()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_ialloc.c104 uint64_t realfree; in xfs_inobt_check_irec() local
120 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() local
994 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()

Completed in 8 milliseconds