Searched refs:newino (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_ialloc.c207 xfs_agino_t newino,
221 for (thisino = newino;
222 thisino < newino + newlen;
703 xfs_agino_t newino; /* new first inode's number */ local
743 newino = be32_to_cpu(agi->agi_newino);
744 args.agbno = XFS_AGINO_TO_AGBNO(args.mp, newino) +
748 if (likely(newino != NULLAGINO &&
895 newino = XFS_AGB_TO_AGINO(args.mp, args.agbno);
901 xfs_align_sparse_ino(args.mp, &newino, &allocmask);
903 rec.ir_startino = newino;
203 xfs_inobt_insert( struct xfs_perag *pag, struct xfs_trans *tp, struct xfs_buf *agbp, xfs_agino_t newino, xfs_agino_t newlen, bool is_finobt) argument
[all...]
/linux-master/fs/
H A Dlibfs.c754 struct inode *newino = d_inode(new_dentry); local
761 if (newino)
762 inode_set_ctime_current(newino);
/linux-master/fs/ceph/
H A Dinode.c126 * @newino: optional new inode to insert if one isn't found (may be NULL)
132 struct inode *newino)
141 if (newino) {
142 inode = inode_insert5(newino, (unsigned long)vino.ino,
144 if (inode != newino)
145 iput(newino);
131 ceph_get_inode(struct super_block *sb, struct ceph_vino vino, struct inode *newino) argument
H A Dsuper.h1040 struct inode *newino);
H A Dfile.c918 struct inode *newino = d_inode(dentry); local
920 cache_file_layout(dir, newino);
921 ceph_init_inode_acls(newino, &as_ctx);

Completed in 186 milliseconds