Lines Matching refs:mount
2 #include <linux/mount.h>
10 struct mount * root;
39 struct mount {
41 struct mount *mnt_parent;
56 struct list_head mnt_instance; /* mount instance on sb->s_mounts */
63 struct mount *mnt_master; /* slave is on master->mnt_slave_list */
75 int mnt_id; /* mount identifier */
84 static inline struct mount *real_mount(struct vfsmount *mnt)
86 return container_of(mnt, struct mount, mnt);
89 static inline int mnt_has_parent(struct mount *mnt)
100 extern struct mount *__lookup_mnt(struct vfsmount *, struct dentry *);
106 struct mount *m = __lookup_mnt(path->mnt, path->dentry);
130 struct mount cursor;
149 extern void mnt_cursor_del(struct mnt_namespace *ns, struct mount *cursor);