realfree 111 fs/xfs/libxfs/xfs_ialloc.c uint64_t realfree; realfree 129 fs/xfs/libxfs/xfs_ialloc.c realfree = irec->ir_free; realfree 131 fs/xfs/libxfs/xfs_ialloc.c realfree = irec->ir_free & xfs_inobt_irec_to_allocmask(irec); realfree 132 fs/xfs/libxfs/xfs_ialloc.c if (hweight64(realfree) != irec->ir_freecount) realfree 1099 fs/xfs/libxfs/xfs_ialloc.c xfs_inofree_t realfree; realfree 1105 fs/xfs/libxfs/xfs_ialloc.c realfree = xfs_inobt_irec_to_allocmask(rec); realfree 1106 fs/xfs/libxfs/xfs_ialloc.c realfree &= rec->ir_free; realfree 1108 fs/xfs/libxfs/xfs_ialloc.c return xfs_lowbit64(realfree);