Lines Matching refs:ir_freecount
45 cur->bc_rec.i.ir_freecount = 0; in xfs_inobt_lookup()
65 rec.inobt.ir_u.sp.ir_freecount = irec->ir_freecount; in xfs_inobt_update()
68 rec.inobt.ir_u.f.ir_freecount = cpu_to_be32(irec->ir_freecount); in xfs_inobt_update()
85 irec->ir_freecount = rec->inobt.ir_u.sp.ir_freecount; in xfs_inobt_btrec_to_irec()
93 irec->ir_freecount = in xfs_inobt_btrec_to_irec()
94 be32_to_cpu(rec->inobt.ir_u.f.ir_freecount); in xfs_inobt_btrec_to_irec()
126 if (irec->ir_freecount > XFS_INODES_PER_CHUNK) in xfs_inobt_check_irec()
129 if (xfs_inobt_rec_freecount(irec) != irec->ir_freecount) in xfs_inobt_check_irec()
148 irec->ir_startino, irec->ir_count, irec->ir_freecount, in xfs_inobt_complain_bad_rec()
194 cur->bc_rec.i.ir_freecount = freecount; in xfs_inobt_insert_rec()
271 freecount += rec.ir_freecount; in xfs_check_agi_freecount()
524 trec->ir_freecount += srec->ir_freecount; in __xfs_inobt_rec_merge()
569 nrec->ir_count, nrec->ir_freecount, in xfs_inobt_insert_sprec()
665 nrec->ir_count, nrec->ir_freecount, in xfs_finobt_insert_sprec()
906 rec.ir_freecount = newlen; in xfs_ialloc_ag_alloc()
1152 if (rec.ir_freecount > 0) { in xfs_dialloc_ag_inobt()
1214 if (useleft && trec.ir_freecount) { in xfs_dialloc_ag_inobt()
1226 if (!useleft && rec.ir_freecount) { in xfs_dialloc_ag_inobt()
1289 if (j == 1 && rec.ir_freecount > 0) { in xfs_dialloc_ag_inobt()
1320 if (rec.ir_freecount > 0) in xfs_dialloc_ag_inobt()
1347 rec.ir_freecount--; in xfs_dialloc_ag_inobt()
1547 rec.ir_freecount--; in xfs_dialloc_ag_update_inobt()
1551 rec.ir_freecount != frec->ir_freecount)) { in xfs_dialloc_ag_update_inobt()
1631 rec.ir_freecount--; in xfs_dialloc_ag()
1632 if (rec.ir_freecount) in xfs_dialloc_ag()
2117 rec.ir_freecount++; in xfs_difree_inobt()
2136 ilen = rec.ir_freecount; in xfs_difree_inobt()
2215 if (XFS_IS_CORRUPT(mp, ibtrec->ir_freecount != 1)) { in xfs_difree_finobt()
2223 ibtrec->ir_freecount, in xfs_difree_finobt()
2249 rec.ir_freecount++; in xfs_difree_finobt()
2253 rec.ir_freecount != ibtrec->ir_freecount)) { in xfs_difree_finobt()
2895 ci->freecount += irec.ir_freecount; in xfs_ialloc_count_inodes_rec()