Searched refs:newino (Results 1 – 1 of 1) sorted by relevance
192 xfs_agino_t newino, in xfs_inobt_insert() argument205 for (thisino = newino; in xfs_inobt_insert()206 thisino < newino + newlen; in xfs_inobt_insert()631 xfs_agino_t newino; /* new first inode's number */ in xfs_ialloc_ag_alloc() local669 newino = be32_to_cpu(agi->agi_newino); in xfs_ialloc_ag_alloc()671 args.agbno = XFS_AGINO_TO_AGBNO(args.mp, newino) + in xfs_ialloc_ag_alloc()675 if (likely(newino != NULLAGINO && in xfs_ialloc_ag_alloc()828 newino = XFS_OFFBNO_TO_AGINO(args.mp, args.agbno, 0); in xfs_ialloc_ag_alloc()834 xfs_align_sparse_ino(args.mp, &newino, &allocmask); in xfs_ialloc_ag_alloc()836 rec.ir_startino = newino; in xfs_ialloc_ag_alloc()[all …]