Lines Matching defs:m
65 static int traverse(struct seq_file *m, loff_t offset) in traverse()
134 struct seq_file *m = (struct seq_file *)file->private_data; in seq_read() local
283 struct seq_file *m = (struct seq_file *)file->private_data; in seq_lseek() local
327 struct seq_file *m = (struct seq_file *)file->private_data; in seq_release() local
344 int seq_escape(struct seq_file *m, const char *s, const char *esc) in seq_escape()
370 int seq_printf(struct seq_file *m, const char *f, ...) in seq_printf()
430 int seq_path(struct seq_file *m, struct path *path, char *esc) in seq_path()
454 int seq_path_root(struct seq_file *m, struct path *path, struct path *root, in seq_path_root()
482 int seq_dentry(struct seq_file *m, struct dentry *dentry, char *esc) in seq_dentry()
500 int seq_bitmap(struct seq_file *m, const unsigned long *bits, in seq_bitmap()
516 int seq_bitmap_list(struct seq_file *m, unsigned long *bits, in seq_bitmap_list()
620 int seq_putc(struct seq_file *m, char c) in seq_putc()
630 int seq_puts(struct seq_file *m, const char *s) in seq_puts()