Lines Matching refs:seq_file
46 struct seq_file *m; in seq_read()
78 seq_write(struct seq_file *seq, const void *data, size_t len) in seq_write()
90 seq_putc(struct seq_file *seq, char c) in seq_putc()
100 seq_puts(struct seq_file *seq, const char *str) in seq_puts()
122 single_start(struct seq_file *p, off_t *pos) in single_start()
129 single_next(struct seq_file *p, void *v, off_t *pos) in single_next()
137 single_stop(struct seq_file *p, void *v) in single_stop()
144 struct seq_file *p; in _seq_open_without_sbuf()
162 ((struct seq_file *)f->private_data)->buf = sbuf_new_auto(); in seq_open()
170 struct seq_file *seq_file; in __seq_open_private() local
184 seq_file = (struct seq_file *)f->private_data; in __seq_open_private()
185 seq_file->private = private; in __seq_open_private()
191 _single_open_without_sbuf(struct linux_file *f, int (*show)(struct seq_file *, void *), void *d) in _single_open_without_sbuf() argument
206 ((struct seq_file *)f->private_data)->private = d; in _single_open_without_sbuf()
212 single_open(struct linux_file *f, int (*show)(struct seq_file *, void *), void *d) in single_open() argument
218 ((struct seq_file *)f->private_data)->buf = sbuf_new_auto(); in single_open()
224 single_open_size(struct linux_file *f, int (*show)(struct seq_file *, void *), void *d, size_t size) in single_open_size() argument
230 ((struct seq_file *)f->private_data)->buf = sbuf_new( in single_open_size()
239 struct seq_file *m; in seq_release()
254 struct seq_file *seq; in seq_release_private()
256 seq = (struct seq_file *)f->private_data; in seq_release_private()
265 struct seq_file *m; in single_release()
279 lkpi_seq_vprintf(struct seq_file *m, const char *fmt, va_list args) in lkpi_seq_vprintf()
289 lkpi_seq_printf(struct seq_file *m, const char *fmt, ...) in lkpi_seq_printf()
299 seq_has_overflowed(struct seq_file *m) in seq_has_overflowed()