Lines Matching refs:ir_free
72 cur->bc_rec.i.ir_free = 0; in xfs_inobt_lookup()
96 rec.inobt.ir_free = cpu_to_be64(irec->ir_free); in xfs_inobt_update()
131 irec->ir_free = be64_to_cpu(rec->inobt.ir_free); in xfs_inobt_get_rec()
151 cur->bc_rec.i.ir_free = free; in xfs_inobt_insert_rec()
491 trec->ir_free &= srec->ir_free; in __xfs_inobt_rec_merge()
535 nrec->ir_free, &i); in xfs_inobt_insert_sprec()
812 rec.ir_free = XFS_INOBT_ALL_FREE; in xfs_ialloc_ag_alloc()
1094 return xfs_lowbit64(rec->ir_free); in xfs_inobt_first_free_inode()
1097 realfree &= rec->ir_free; in xfs_inobt_first_free_inode()
1338 rec.ir_free &= ~XFS_INOBT_MASK(offset); in xfs_dialloc_ag_inobt()
1514 rec.ir_free &= ~XFS_INOBT_MASK(offset); in xfs_dialloc_ag_update_inobt()
1517 XFS_WANT_CORRUPTED_RETURN(cur->bc_mp, (rec.ir_free == frec->ir_free) && in xfs_dialloc_ag_update_inobt()
1591 rec.ir_free &= ~XFS_INOBT_MASK(offset); in xfs_dialloc_ag()
1940 ASSERT(!(rec.ir_free & XFS_INOBT_MASK(off))); in xfs_difree_inobt()
1944 rec.ir_free |= XFS_INOBT_MASK(off); in xfs_difree_inobt()
1953 rec.ir_free == XFS_INOBT_ALL_FREE && in xfs_difree_inobt()
2050 ibtrec->ir_free, &i); in xfs_difree_finobt()
2070 rec.ir_free |= XFS_INOBT_MASK(offset); in xfs_difree_finobt()
2073 XFS_WANT_CORRUPTED_GOTO(mp, (rec.ir_free == ibtrec->ir_free) && in xfs_difree_finobt()
2089 if (rec.ir_free == XFS_INOBT_ALL_FREE && in xfs_difree_finobt()
2248 (rec.ir_free & XFS_INOBT_MASK(agino - rec.ir_startino))) in xfs_imap_lookup()