Lines Matching refs:olddir
878 static int fuse_rename_common(struct inode *olddir, struct dentry *oldent,
884 struct fuse_mount *fm = get_fuse_mount(olddir);
891 args.nodeid = get_node_id(olddir);
910 fuse_dir_changed(olddir);
911 if (olddir != newdir)
934 static int fuse_rename2(struct inode *olddir, struct dentry *oldent,
938 struct fuse_conn *fc = get_fuse_conn(olddir);
941 if (fuse_is_bad(olddir))
951 err = fuse_rename_common(olddir, oldent, newdir, newent, flags,
959 err = fuse_rename_common(olddir, oldent, newdir, newent, 0,