Lines Matching refs:ir_free

46 	cur->bc_rec.i.ir_free = 0;  in xfs_inobt_lookup()
70 rec.inobt.ir_free = cpu_to_be64(irec->ir_free); in xfs_inobt_update()
96 irec->ir_free = be64_to_cpu(rec->inobt.ir_free); in xfs_inobt_btrec_to_irec()
104 uint64_t realfree = irec->ir_free; in xfs_inobt_rec_freecount()
149 irec->ir_free, irec->ir_holemask); in xfs_inobt_complain_bad_rec()
195 cur->bc_rec.i.ir_free = free; in xfs_inobt_insert_rec()
531 trec->ir_free &= srec->ir_free; in __xfs_inobt_rec_merge()
570 nrec->ir_free, &i); in xfs_inobt_insert_sprec()
666 nrec->ir_free, &i); in xfs_finobt_insert_sprec()
907 rec.ir_free = XFS_INOBT_ALL_FREE; in xfs_ialloc_ag_alloc()
1052 return xfs_lowbit64(rec->ir_free); in xfs_inobt_first_free_inode()
1055 realfree &= rec->ir_free; in xfs_inobt_first_free_inode()
1346 rec.ir_free &= ~XFS_INOBT_MASK(offset); in xfs_dialloc_ag_inobt()
1546 rec.ir_free &= ~XFS_INOBT_MASK(offset); in xfs_dialloc_ag_update_inobt()
1550 rec.ir_free != frec->ir_free || in xfs_dialloc_ag_update_inobt()
1630 rec.ir_free &= ~XFS_INOBT_MASK(offset); in xfs_dialloc_ag()
2112 ASSERT(!(rec.ir_free & XFS_INOBT_MASK(off))); in xfs_difree_inobt()
2116 rec.ir_free |= XFS_INOBT_MASK(off); in xfs_difree_inobt()
2124 if (!xfs_has_ikeep(mp) && rec.ir_free == XFS_INOBT_ALL_FREE && in xfs_difree_inobt()
2224 ibtrec->ir_free, &i); in xfs_difree_finobt()
2248 rec.ir_free |= XFS_INOBT_MASK(offset); in xfs_difree_finobt()
2252 rec.ir_free != ibtrec->ir_free || in xfs_difree_finobt()
2271 if (!xfs_has_ikeep(mp) && rec.ir_free == XFS_INOBT_ALL_FREE && in xfs_difree_finobt()
2425 (rec.ir_free & XFS_INOBT_MASK(agino - rec.ir_startino))) in xfs_imap_lookup()