Lines Matching refs:mount
33 static inline void set_mnt_shared(struct mount *mnt) in set_mnt_shared()
39 static inline bool peers(const struct mount *m1, const struct mount *m2) in peers()
44 void change_mnt_propagation(struct mount *, int);
46 int propagate_mnt(struct mount *, struct mountpoint *, struct mount *,
49 int propagate_mount_busy(struct mount *, int);
50 void propagate_mount_unlock(struct mount *);
51 void mnt_release_group_id(struct mount *);
52 int get_dominating_id(struct mount *mnt, const struct path *root);
53 int mnt_get_count(struct mount *mnt);
54 void mnt_set_mountpoint(struct mount *, struct mountpoint *,
55 struct mount *);
56 void mnt_change_mountpoint(struct mount *parent, struct mountpoint *mp,
57 struct mount *mnt);
58 struct mount *copy_tree(struct mount *, struct dentry *, int);
59 bool is_path_reachable(struct mount *, struct dentry *,
61 int count_mounts(struct mnt_namespace *ns, struct mount *mnt);
62 bool propagation_would_overmount(const struct mount *from,
63 const struct mount *to,