]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/internal.h
h63xx: initial omap board support.
[linux-2.6-omap-h63xx.git] / fs / internal.h
index 392e8ccd6fc421c825cc1d9ccc3d3023178ca40d..80aa9a023372d4356524824854fba73ac89dc4ec 100644 (file)
@@ -43,3 +43,14 @@ extern void __init chrdev_init(void);
  * namespace.c
  */
 extern int copy_mount_options(const void __user *, unsigned long *);
+
+extern void free_vfsmnt(struct vfsmount *);
+extern struct vfsmount *alloc_vfsmnt(const char *);
+extern struct vfsmount *__lookup_mnt(struct vfsmount *, struct dentry *, int);
+extern void mnt_set_mountpoint(struct vfsmount *, struct dentry *,
+                               struct vfsmount *);
+extern void release_mounts(struct list_head *);
+extern void umount_tree(struct vfsmount *, int, struct list_head *);
+extern struct vfsmount *copy_tree(struct vfsmount *, struct dentry *, int);
+
+extern void __init mnt_init(void);