summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/sys/vnode.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/sys/vnode.h b/sys/sys/vnode.h
index 2327ca2..ee2b22e 100644
--- a/sys/sys/vnode.h
+++ b/sys/sys/vnode.h
@@ -610,6 +610,8 @@ int cache_lookup(struct vnode *dvp, struct vnode **vpp,
void cache_purge(struct vnode *vp);
void cache_purgevfs(struct mount *mp);
int cache_leaf_test(struct vnode *vp);
+int change_dir(struct vnode *vp, struct thread *td);
+int change_root(struct vnode *vp, struct thread *td);
void cvtstat(struct stat *st, struct ostat *ost);
void cvtnstat(struct stat *sb, struct nstat *nsb);
int getnewvnode(const char *tag, struct mount *mp, vop_t **vops,
OpenPOWER on IntegriCloud