Lines Matching full:mount
11 #include "mount.h"
33 static inline void set_mnt_shared(struct mount *mnt) in set_mnt_shared()
39 void change_mnt_propagation(struct mount *, int);
40 int propagate_mnt(struct mount *, struct mountpoint *, struct mount *,
43 int propagate_mount_busy(struct mount *, int);
44 void propagate_mount_unlock(struct mount *);
45 void mnt_release_group_id(struct mount *);
46 int get_dominating_id(struct mount *mnt, const struct path *root);
47 int mnt_get_count(struct mount *mnt);
48 void mnt_set_mountpoint(struct mount *, struct mountpoint *,
49 struct mount *);
50 void mnt_change_mountpoint(struct mount *parent, struct mountpoint *mp,
51 struct mount *mnt);
52 struct mount *copy_tree(struct mount *, struct dentry *, int);
53 bool is_path_reachable(struct mount *, struct dentry *,
55 int count_mounts(struct mnt_namespace *ns, struct mount *mnt);
56 bool propagation_would_overmount(const struct mount *from,
57 const struct mount *to,