diff options
Diffstat (limited to 'include/linux/mount.h')
| -rw-r--r-- | include/linux/mount.h | 3 |
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; | |||
| 21 | struct vfsmount; | 21 | struct vfsmount; |
| 22 | struct dentry; | 22 | struct dentry; |
| 23 | struct mnt_namespace; | 23 | struct mnt_namespace; |
| 24 | struct 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; | |||
| 88 | extern struct vfsmount *clone_private_mount(const struct path *path); | 89 | extern struct vfsmount *clone_private_mount(const struct path *path); |
| 89 | 90 | ||
| 90 | struct file_system_type; | 91 | struct file_system_type; |
| 92 | extern struct vfsmount *fc_mount(struct fs_context *fc); | ||
| 93 | extern struct vfsmount *vfs_create_mount(struct fs_context *fc); | ||
| 91 | extern struct vfsmount *vfs_kern_mount(struct file_system_type *type, | 94 | extern 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); |
