Lines Matching defs:m
19 static void seq_set_overflow(struct seq_file *m) in seq_set_overflow()
90 static int traverse(struct seq_file *m, loff_t offset) in traverse()
160 struct seq_file *m = file->private_data; in seq_read() local
311 struct seq_file *m = file->private_data; in seq_lseek() local
357 struct seq_file *m = file->private_data; in seq_release() local
374 int seq_escape(struct seq_file *m, const char *s, const char *esc) in seq_escape()
400 int seq_vprintf(struct seq_file *m, const char *f, va_list args) in seq_vprintf()
416 int seq_printf(struct seq_file *m, const char *f, ...) in seq_printf()
470 int seq_path(struct seq_file *m, const struct path *path, const char *esc) in seq_path()
493 int seq_path_root(struct seq_file *m, const struct path *path, in seq_path_root()
523 int seq_dentry(struct seq_file *m, struct dentry *dentry, const char *esc) in seq_dentry()
648 int seq_putc(struct seq_file *m, char c) in seq_putc()
658 int seq_puts(struct seq_file *m, const char *s) in seq_puts()
678 int seq_put_decimal_ull(struct seq_file *m, char delimiter, in seq_put_decimal_ull()
705 int seq_put_decimal_ll(struct seq_file *m, char delimiter, in seq_put_decimal_ll()
748 void seq_pad(struct seq_file *m, char c) in seq_pad()