Lines Matching refs:ir_count
43 cur->bc_rec.i.ir_count = 0; in xfs_inobt_lookup()
63 rec.inobt.ir_u.sp.ir_count = irec->ir_count; in xfs_inobt_update()
83 irec->ir_count = rec->inobt.ir_u.sp.ir_count; in xfs_inobt_btrec_to_irec()
91 irec->ir_count = XFS_INODES_PER_CHUNK; in xfs_inobt_btrec_to_irec()
120 if (irec->ir_count < XFS_INODES_PER_HOLEMASK_BIT || in xfs_inobt_get_rec()
121 irec->ir_count > XFS_INODES_PER_CHUNK) in xfs_inobt_get_rec()
143 irec->ir_startino, irec->ir_count, irec->ir_freecount, in xfs_inobt_get_rec()
161 cur->bc_rec.i.ir_count = count; in xfs_inobt_insert_rec()
460 if (!trec->ir_count || !srec->ir_count) in __xfs_inobt_can_merge()
464 if (trec->ir_count + srec->ir_count > XFS_INODES_PER_CHUNK) in __xfs_inobt_can_merge()
488 trec->ir_count += srec->ir_count; in __xfs_inobt_rec_merge()
538 nrec->ir_count, nrec->ir_freecount, in xfs_inobt_insert_sprec()
820 rec.ir_count = newlen; in xfs_ialloc_ag_alloc()
836 rec.ir_holemask, rec.ir_count); in xfs_ialloc_ag_alloc()
2050 ibtrec->ir_count, in xfs_difree_finobt()
2693 ci->count += irec.ir_count; in xfs_ialloc_count_inodes_rec()