Lines Matching refs:seq_file
20 struct seq_file *m = file->private_data; in mounts_poll()
42 static int show_sb_opts(struct seq_file *m, struct super_block *sb) in show_sb_opts()
61 static void show_mnt_opts(struct seq_file *m, struct vfsmount *mnt) in show_mnt_opts()
80 static inline void mangle(struct seq_file *m, const char *s) in mangle()
85 static void show_type(struct seq_file *m, struct super_block *sb) in show_type()
94 static int show_vfsmnt(struct seq_file *m, struct vfsmount *mnt) in show_vfsmnt()
128 static int show_mountinfo(struct seq_file *m, struct vfsmount *mnt) in show_mountinfo()
188 static int show_vfsstat(struct seq_file *m, struct vfsmount *mnt) in show_vfsstat()
235 int (*show)(struct seq_file *, struct vfsmount *)) in mounts_open_common() argument
242 struct seq_file *m; in mounts_open_common()
292 struct seq_file *m = file->private_data; in mounts_release()