Lines Matching defs:m
195 struct mount *m = container_of(p, struct mount, mnt_umount); in drop_mountpoint() local
343 int __mnt_want_write(struct vfsmount *m) in __mnt_want_write()
382 int mnt_want_write(struct vfsmount *m) in mnt_want_write()
681 struct vfsmount *m; in lookup_mnt() local
890 struct mount *m; in commit_tree() local
1139 struct mount *m = real_mount(mnt); in mntput() local
1166 static inline void mangle(struct seq_file *m, const char *s) in mangle()
1177 int generic_show_options(struct seq_file *m, struct dentry *root) in generic_show_options()
1227 static void *m_start(struct seq_file *m, loff_t *pos) in m_start()
1248 static void *m_next(struct seq_file *m, void *v, loff_t *pos) in m_next()
1257 static void m_stop(struct seq_file *m, void *v) in m_stop()
1262 static int m_show(struct seq_file *m, void *v) in m_show()
1285 int may_umount_tree(struct vfsmount *m) in may_umount_tree()
2024 struct mount *m; in do_change_type() local
2424 int finish_automount(struct vfsmount *m, struct path *path) in finish_automount()
2563 struct mount *m; in shrink_submounts() local
2849 static struct mnt_namespace *create_mnt_ns(struct vfsmount *m) in create_mnt_ns()