odentry          1343 fs/gfs2/inode.c static int gfs2_rename(struct inode *odir, struct dentry *odentry,
odentry          1348 fs/gfs2/inode.c 	struct gfs2_inode *ip = GFS2_I(d_inode(odentry));
odentry          1437 fs/gfs2/inode.c 	error = gfs2_unlink_ok(odip, &odentry->d_name, ip);
odentry          1500 fs/gfs2/inode.c 		error = gfs2_permission(d_inode(odentry), MAY_WRITE);
odentry          1541 fs/gfs2/inode.c 	error = gfs2_dir_del(odip, odentry);
odentry          1585 fs/gfs2/inode.c static int gfs2_exchange(struct inode *odir, struct dentry *odentry,
odentry          1591 fs/gfs2/inode.c 	struct gfs2_inode *oip = GFS2_I(odentry->d_inode);
odentry          1654 fs/gfs2/inode.c 	error = gfs2_unlink_ok(odip, &odentry->d_name, oip);
odentry          1662 fs/gfs2/inode.c 		error = gfs2_permission(odentry->d_inode, MAY_WRITE);
odentry          1688 fs/gfs2/inode.c 	error = gfs2_dir_mvino(odip, &odentry->d_name, nip,
odentry          1721 fs/gfs2/inode.c static int gfs2_rename2(struct inode *odir, struct dentry *odentry,
odentry          1731 fs/gfs2/inode.c 		return gfs2_exchange(odir, odentry, ndir, ndentry, flags);
odentry          1733 fs/gfs2/inode.c 	return gfs2_rename(odir, odentry, ndir, ndentry);
odentry          1663 fs/nfsd/vfs.c  	struct dentry	*fdentry, *tdentry, *odentry, *ndentry, *trap;
odentry          1700 fs/nfsd/vfs.c  	odentry = lookup_one_len(fname, fdentry, flen);
odentry          1701 fs/nfsd/vfs.c  	host_err = PTR_ERR(odentry);
odentry          1702 fs/nfsd/vfs.c  	if (IS_ERR(odentry))
odentry          1706 fs/nfsd/vfs.c  	if (d_really_is_negative(odentry))
odentry          1709 fs/nfsd/vfs.c  	if (odentry == trap)
odentry          1730 fs/nfsd/vfs.c  		host_err = vfs_rename(fdir, odentry, tdir, ndentry, NULL, 0);
odentry          1740 fs/nfsd/vfs.c  	dput(odentry);
odentry           401 fs/xfs/xfs_iops.c 	struct dentry	*odentry,
odentry           419 fs/xfs/xfs_iops.c 	error = xfs_dentry_mode_to_name(&oname, odentry, omode);
odentry           424 fs/xfs/xfs_iops.c 					d_inode(odentry)->i_mode);
odentry           428 fs/xfs/xfs_iops.c 	return xfs_rename(XFS_I(odir), &oname, XFS_I(d_inode(odentry)),