Lines Matching refs:olddir
1018 static int fuse_rename_common(struct inode *olddir, struct dentry *oldent,
1024 struct fuse_mount *fm = get_fuse_mount(olddir);
1031 args.nodeid = get_node_id(olddir);
1047 fuse_dir_changed(olddir);
1048 if (olddir != newdir)
1068 static int fuse_rename2(struct mnt_idmap *idmap, struct inode *olddir,
1072 struct fuse_conn *fc = get_fuse_conn(olddir);
1075 if (fuse_is_bad(olddir))
1085 err = fuse_rename_common(olddir, oldent, newdir, newent, flags,
1093 err = fuse_rename_common(olddir, oldent, newdir, newent, 0,