Lines Matching refs:old
12 * Replace the fs->{rootmnt,root} with {mnt,dentry}. Put the old values.
31 * Replace the fs->{pwdmnt,pwd} with {mnt,dentry}. Put the old values.
50 static inline int replace_path(struct path *p, const struct path *old, const struct path *new)
52 if (likely(p->dentry != old->dentry || p->mnt != old->mnt))
112 struct fs_struct *copy_fs_struct(struct fs_struct *old)
121 fs->umask = old->umask;
123 spin_lock(&old->lock);
124 fs->root = old->root;
126 fs->pwd = old->pwd;
128 spin_unlock(&old->lock);