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);
45 int propagate_mnt(struct mount *, struct mountpoint *, struct mount *,
48 int propagate_mount_busy(struct mount *, int);
49 void propagate_mount_unlock(struct mount *);
50 void mnt_release_group_id(struct mount *);
51 int get_dominating_id(struct mount *mnt, const struct path *root);
52 int mnt_get_count(struct mount *mnt);
53 void mnt_set_mountpoint(struct mount *, struct mountpoint *,
54 struct mount *);
55 void mnt_change_mountpoint(struct mount *parent, struct mountpoint *mp,
56 struct mount *mnt);
57 struct mount *copy_tree(struct mount *, struct dentry *, int);
58 bool is_path_reachable(struct mount *, struct dentry *,
60 int count_mounts(struct mnt_namespace *ns, struct mount *mnt);
61 bool propagation_would_overmount(const struct mount *from,
62 const struct mount *to,