aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mount.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mount.h')
-rw-r--r--include/linux/mount.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/mount.h b/include/linux/mount.h
index 037eed52164b..9197ddbf35fb 100644
--- a/include/linux/mount.h
+++ b/include/linux/mount.h
@@ -21,6 +21,7 @@ struct super_block;
21struct vfsmount; 21struct vfsmount;
22struct dentry; 22struct dentry;
23struct mnt_namespace; 23struct mnt_namespace;
24struct fs_context;
24 25
25#define MNT_NOSUID 0x01 26#define MNT_NOSUID 0x01
26#define MNT_NODEV 0x02 27#define MNT_NODEV 0x02
@@ -88,6 +89,8 @@ struct path;
88extern struct vfsmount *clone_private_mount(const struct path *path); 89extern struct vfsmount *clone_private_mount(const struct path *path);
89 90
90struct file_system_type; 91struct file_system_type;
92extern struct vfsmount *fc_mount(struct fs_context *fc);
93extern struct vfsmount *vfs_create_mount(struct fs_context *fc);
91extern struct vfsmount *vfs_kern_mount(struct file_system_type *type, 94extern struct vfsmount *vfs_kern_mount(struct file_system_type *type,
92 int flags, const char *name, 95 int flags, const char *name,
93 void *data); 96 void *data);