oldent            758 fs/fuse/dir.c  static int fuse_rename_common(struct inode *olddir, struct dentry *oldent,
oldent            775 fs/fuse/dir.c  	args.in_args[1].size = oldent->d_name.len + 1;
oldent            776 fs/fuse/dir.c  	args.in_args[1].value = oldent->d_name.name;
oldent            782 fs/fuse/dir.c  		fuse_invalidate_attr(d_inode(oldent));
oldent            783 fs/fuse/dir.c  		fuse_update_ctime(d_inode(oldent));
oldent            806 fs/fuse/dir.c  		fuse_invalidate_entry(oldent);
oldent            814 fs/fuse/dir.c  static int fuse_rename2(struct inode *olddir, struct dentry *oldent,
oldent            828 fs/fuse/dir.c  		err = fuse_rename_common(olddir, oldent, newdir, newent, flags,
oldent            836 fs/fuse/dir.c  		err = fuse_rename_common(olddir, oldent, newdir, newent, 0,