Lines Matching refs:newlen
135 xfs_agino_t newlen, in xfs_inobt_insert() argument
148 thisino < newino + newlen; in xfs_inobt_insert()
364 xfs_agino_t newlen; /* new number of inodes */ in xfs_ialloc_ag_alloc() local
377 newlen = args.mp->m_ialloc_inos; in xfs_ialloc_ag_alloc()
379 percpu_counter_read_positive(&args.mp->m_icount) + newlen > in xfs_ialloc_ag_alloc()
507 be32_add_cpu(&agi->agi_count, newlen); in xfs_ialloc_ag_alloc()
508 be32_add_cpu(&agi->agi_freecount, newlen); in xfs_ialloc_ag_alloc()
510 pag->pagi_freecount += newlen; in xfs_ialloc_ag_alloc()
517 error = xfs_inobt_insert(args.mp, tp, agbp, newino, newlen, in xfs_ialloc_ag_alloc()
523 error = xfs_inobt_insert(args.mp, tp, agbp, newino, newlen, in xfs_ialloc_ag_alloc()
536 xfs_trans_mod_sb(tp, XFS_TRANS_SB_ICOUNT, (long)newlen); in xfs_ialloc_ag_alloc()
537 xfs_trans_mod_sb(tp, XFS_TRANS_SB_IFREE, (long)newlen); in xfs_ialloc_ag_alloc()