Lines Matching refs:ir_free
69 cur->bc_rec.i.ir_free = 0; in xfs_inobt_lookup()
86 rec.inobt.ir_free = cpu_to_be64(irec->ir_free); in xfs_inobt_update()
106 irec->ir_free = be64_to_cpu(rec->inobt.ir_free); in xfs_inobt_get_rec()
122 cur->bc_rec.i.ir_free = free; in xfs_inobt_insert_rec()
964 offset = xfs_lowbit64(rec.ir_free); in xfs_dialloc_ag_inobt()
970 rec.ir_free &= ~XFS_INOBT_MASK(offset); in xfs_dialloc_ag_inobt()
1146 rec.ir_free &= ~XFS_INOBT_MASK(offset); in xfs_dialloc_ag_update_inobt()
1149 XFS_WANT_CORRUPTED_RETURN(cur->bc_mp, (rec.ir_free == frec->ir_free) && in xfs_dialloc_ag_update_inobt()
1213 offset = xfs_lowbit64(rec.ir_free); in xfs_dialloc_ag()
1223 rec.ir_free &= ~XFS_INOBT_MASK(offset); in xfs_dialloc_ag()
1496 ASSERT(!(rec.ir_free & XFS_INOBT_MASK(off))); in xfs_difree_inobt()
1500 rec.ir_free |= XFS_INOBT_MASK(off); in xfs_difree_inobt()
1603 ibtrec->ir_free, &i); in xfs_difree_finobt()
1623 rec.ir_free |= XFS_INOBT_MASK(offset); in xfs_difree_finobt()
1626 XFS_WANT_CORRUPTED_GOTO(mp, (rec.ir_free == ibtrec->ir_free) && in xfs_difree_finobt()
1798 (rec.ir_free & XFS_INOBT_MASK(agino - rec.ir_startino))) in xfs_imap_lookup()