Lines Matching refs:mount
12 struct mount * root;
49 struct mount { struct
51 struct mount *mnt_parent; argument
74 struct mount *mnt_master; /* slave is on master->mnt_slave_list */ argument
94 struct mount *overmount; /* mounted on ->mnt_root */ argument
115 static inline struct mount *real_mount(struct vfsmount *mnt) in real_mount()
117 return container_of(mnt, struct mount, mnt); in real_mount()
120 static inline int mnt_has_parent(const struct mount *mnt) in mnt_has_parent()
131 extern struct mount *__lookup_mnt(struct vfsmount *, struct dentry *);
137 struct mount *m = __lookup_mnt(path->mnt, path->dentry); in __path_is_mountpoint()
179 static inline bool anon_ns_root(const struct mount *m) in anon_ns_root()
186 static inline bool mnt_ns_attached(const struct mount *mnt) in mnt_ns_attached()
196 static inline void move_from_ns(struct mount *mnt) in move_from_ns()
208 bool has_locked_children(struct mount *mnt, struct dentry *dentry);
218 static inline void mnt_notify_add(struct mount *m) in mnt_notify_add()
228 static inline void mnt_notify_add(struct mount *m) in mnt_notify_add()