Searched refs:newino (Results 1 – 1 of 1) sorted by relevance
175 xfs_agino_t newino, in xfs_inobt_insert() argument188 for (thisino = newino; in xfs_inobt_insert()189 thisino < newino + newlen; in xfs_inobt_insert()613 xfs_agino_t newino; /* new first inode's number */ in xfs_ialloc_ag_alloc() local653 newino = be32_to_cpu(agi->agi_newino); in xfs_ialloc_ag_alloc()655 args.agbno = XFS_AGINO_TO_AGBNO(args.mp, newino) + in xfs_ialloc_ag_alloc()659 if (likely(newino != NULLAGINO && in xfs_ialloc_ag_alloc()812 newino = XFS_AGB_TO_AGINO(args.mp, args.agbno); in xfs_ialloc_ag_alloc()818 xfs_align_sparse_ino(args.mp, &newino, &allocmask); in xfs_ialloc_ag_alloc()820 rec.ir_startino = newino; in xfs_ialloc_ag_alloc()[all …]