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()
128 realfree = irec->ir_free; in xfs_inobt_get_rec()
130 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()
497 trec->ir_free &= srec->ir_free; in __xfs_inobt_rec_merge()
540 nrec->ir_free, &i); in xfs_inobt_insert_sprec()
827 rec.ir_free = XFS_INOBT_ALL_FREE; in xfs_ialloc_ag_alloc()
971 return xfs_lowbit64(rec->ir_free); in xfs_inobt_first_free_inode()
974 realfree &= rec->ir_free; in xfs_inobt_first_free_inode()
1226 rec.ir_free &= ~XFS_INOBT_MASK(offset); in xfs_dialloc_ag_inobt()
1412 rec.ir_free &= ~XFS_INOBT_MASK(offset); in xfs_dialloc_ag_update_inobt()
1416 rec.ir_free != frec->ir_free || in xfs_dialloc_ag_update_inobt()
1488 rec.ir_free &= ~XFS_INOBT_MASK(offset); in xfs_dialloc_ag()
1943 ASSERT(!(rec.ir_free & XFS_INOBT_MASK(off))); in xfs_difree_inobt()
1947 rec.ir_free |= XFS_INOBT_MASK(off); in xfs_difree_inobt()
1955 if (!xfs_has_ikeep(mp) && rec.ir_free == XFS_INOBT_ALL_FREE && in xfs_difree_inobt()
2054 ibtrec->ir_free, &i); in xfs_difree_finobt()
2077 rec.ir_free |= XFS_INOBT_MASK(offset); in xfs_difree_finobt()
2081 rec.ir_free != ibtrec->ir_free || in xfs_difree_finobt()
2099 if (!xfs_has_ikeep(mp) && rec.ir_free == XFS_INOBT_ALL_FREE && in xfs_difree_finobt()
2253 (rec.ir_free & XFS_INOBT_MASK(agino - rec.ir_startino))) in xfs_imap_lookup()