Lines Matching full:mount
2 #include <linux/mount.h>
10 struct mount * root;
35 struct mount { struct
37 struct mount *mnt_parent; argument
52 struct list_head mnt_instance; /* mount instance on sb->s_mounts */ argument
62 struct mount *mnt_master; /* slave is on master->mnt_slave_list */ argument
74 int mnt_id; /* mount identifier, reused */ argument
75 u64 mnt_id_unique; /* mount ID unique until reboot */ argument
84 static inline struct mount *real_mount(struct vfsmount *mnt) in real_mount() argument
86 return container_of(mnt, struct mount, mnt); in real_mount()
89 static inline int mnt_has_parent(struct mount *mnt) in mnt_has_parent()
100 extern struct mount *__lookup_mnt(struct vfsmount *, struct dentry *);
106 struct mount *m = __lookup_mnt(path->mnt, path->dentry); in __path_is_mountpoint()
148 static inline void move_from_ns(struct mount *mnt, struct list_head *dt_list) in move_from_ns()
156 bool has_locked_children(struct mount *mnt, struct dentry *dentry);