Lines Matching refs:ir_free
45 cur->bc_rec.i.ir_free = 0; in xfs_inobt_lookup()
69 rec.inobt.ir_free = cpu_to_be64(irec->ir_free); in xfs_inobt_update()
95 irec->ir_free = be64_to_cpu(rec->inobt.ir_free); in xfs_inobt_btrec_to_irec()
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()
144 irec->ir_free, irec->ir_holemask); in xfs_inobt_get_rec()
163 cur->bc_rec.i.ir_free = free; in xfs_inobt_insert_rec()
500 trec->ir_free &= srec->ir_free; in __xfs_inobt_rec_merge()
544 nrec->ir_free, &i); in xfs_inobt_insert_sprec()
833 rec.ir_free = XFS_INOBT_ALL_FREE; in xfs_ialloc_ag_alloc()
1113 return xfs_lowbit64(rec->ir_free); in xfs_inobt_first_free_inode()
1116 realfree &= rec->ir_free; in xfs_inobt_first_free_inode()
1369 rec.ir_free &= ~XFS_INOBT_MASK(offset); in xfs_dialloc_ag_inobt()
1555 rec.ir_free &= ~XFS_INOBT_MASK(offset); in xfs_dialloc_ag_update_inobt()
1559 rec.ir_free != frec->ir_free || in xfs_dialloc_ag_update_inobt()
1631 rec.ir_free &= ~XFS_INOBT_MASK(offset); in xfs_dialloc_ag()
1984 ASSERT(!(rec.ir_free & XFS_INOBT_MASK(off))); in xfs_difree_inobt()
1988 rec.ir_free |= XFS_INOBT_MASK(off); in xfs_difree_inobt()
1997 rec.ir_free == XFS_INOBT_ALL_FREE && in xfs_difree_inobt()
2096 ibtrec->ir_free, &i); in xfs_difree_finobt()
2119 rec.ir_free |= XFS_INOBT_MASK(offset); in xfs_difree_finobt()
2123 rec.ir_free != ibtrec->ir_free || in xfs_difree_finobt()
2141 if (rec.ir_free == XFS_INOBT_ALL_FREE && in xfs_difree_finobt()
2299 (rec.ir_free & XFS_INOBT_MASK(agino - rec.ir_startino))) in xfs_imap_lookup()