diff options
Diffstat (limited to 'fs/pnode.h')
| -rw-r--r-- | fs/pnode.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/pnode.h b/fs/pnode.h index 0fcdbe7ca648..a9a6576540ad 100644 --- a/fs/pnode.h +++ b/fs/pnode.h @@ -44,12 +44,16 @@ int propagate_mnt(struct mount *, struct mountpoint *, struct mount *, int propagate_umount(struct list_head *); int propagate_mount_busy(struct mount *, int); void propagate_mount_unlock(struct mount *); +void propagate_remount(struct mount *); void mnt_release_group_id(struct mount *); int get_dominating_id(struct mount *mnt, const struct path *root); unsigned int mnt_get_count(struct mount *mnt); void mnt_set_mountpoint(struct mount *, struct mountpoint *, struct mount *); +void mnt_change_mountpoint(struct mount *parent, struct mountpoint *mp, + struct mount *mnt); struct mount *copy_tree(struct mount *, struct dentry *, int); bool is_path_reachable(struct mount *, struct dentry *, const struct path *root); +int count_mounts(struct mnt_namespace *ns, struct mount *mnt); #endif /* _LINUX_PNODE_H */ |
