Lines Matching refs:mount
2 #include <linux/mount.h>
11 struct mount * root;
40 struct mount {
42 struct mount *mnt_parent;
57 struct list_head mnt_instance; /* mount instance on sb->s_mounts */
64 struct mount *mnt_master; /* slave is on master->mnt_slave_list */
76 int mnt_id; /* mount identifier */
85 static inline struct mount *real_mount(struct vfsmount *mnt)
87 return container_of(mnt, struct mount, mnt);
90 static inline int mnt_has_parent(struct mount *mnt)
101 extern struct mount *__lookup_mnt(struct vfsmount *, struct dentry *);
108 struct mount *m = __lookup_mnt(path->mnt, path->dentry);
142 struct mount cursor;
161 extern void mnt_cursor_del(struct mnt_namespace *ns, struct mount *cursor);