Searched defs:seq_file (Results 1 - 1 of 1) sorted by relevance

/include/linux/
H A Dseq_file.h18 struct seq_file { struct
37 void * (*start) (struct seq_file *m, loff_t *pos);
38 void (*stop) (struct seq_file *m, void *v);
39 void * (*next) (struct seq_file *m, void *v, loff_t *pos);
40 int (*show) (struct seq_file *m, void *v);
47 * @m: the seq_file handle
53 static inline size_t seq_get_buf(struct seq_file *m, char **bufp)
66 * @m: the seq_file handle
73 static inline void seq_commit(struct seq_file *m, int num)
85 * @m: the seq_file handl
[all...]

Completed in 53 milliseconds