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

/include/linux/
H A Dseq_file.h11 struct seq_operations;
28 const struct seq_operations *op;
36 struct seq_operations { struct
98 int seq_open(struct file *, const struct seq_operations *);
143 void *__seq_open_private(struct file *, const struct seq_operations *, int);
144 int seq_open_private(struct file *, const struct seq_operations *, int);

Completed in 47 milliseconds