Lines Matching defs:destdir
541 struct dentry *destdir;
710 struct inode *udir = d_inode(c->destdir), *wdir = d_inode(c->workdir);
722 /* workdir and destdir could be the same when copying up to indexdir */
724 if (lock_rename(c->workdir, c->destdir) != NULL)
757 upper = ovl_lookup_upper(ofs, c->destname.name, c->destdir,
781 unlock_rename(c->workdir, c->destdir);
795 struct inode *udir = d_inode(c->destdir);
824 upper = ovl_lookup_upper(ofs, c->destname.name, c->destdir,
884 c->destdir = ovl_indexdir(c->dentry->d_sb);
896 err = ovl_set_impure(c->parent, c->destdir);
916 struct inode *udir = d_inode(c->destdir);
920 ovl_set_timestamps(ofs, c->destdir, &c->pstat);
1064 ctx.destdir = parentpath.dentry;