seq_operations
const struct seq_operations *op;
void *__seq_open_private(struct linux_file *, const struct seq_operations *, int);
int seq_open(struct linux_file *f, const struct seq_operations *op);
_seq_open_without_sbuf(struct linux_file *f, const struct seq_operations *op)
seq_open(struct linux_file *f, const struct seq_operations *op)
__seq_open_private(struct linux_file *f, const struct seq_operations *op, int size)
struct seq_operations *op;
const struct seq_operations *op;
static const struct seq_operations ipoib_mcg_seq_ops = {
static const struct seq_operations ipoib_path_seq_ops = {
static struct seq_operations sdpprf_ops = {
struct seq_operations seq_ops;