Searched refs:newino (Results 1 – 1 of 1) sorted by relevance
163 xfs_agino_t newino, in xfs_inobt_insert() argument176 for (thisino = newino; in xfs_inobt_insert()177 thisino < newino + newlen; in xfs_inobt_insert()604 xfs_agino_t newino; /* new first inode's number */ in xfs_ialloc_ag_alloc() local641 newino = be32_to_cpu(agi->agi_newino); in xfs_ialloc_ag_alloc()643 args.agbno = XFS_AGINO_TO_AGBNO(args.mp, newino) + in xfs_ialloc_ag_alloc()647 if (likely(newino != NULLAGINO && in xfs_ialloc_ag_alloc()800 newino = XFS_OFFBNO_TO_AGINO(args.mp, args.agbno, 0); in xfs_ialloc_ag_alloc()806 xfs_align_sparse_ino(args.mp, &newino, &allocmask); in xfs_ialloc_ag_alloc()808 rec.ir_startino = newino; in xfs_ialloc_ag_alloc()[all …]