seq_ops           203 block/blk-mq-debugfs.c 	{ "requeue_list", 0400, .seq_ops = &queue_requeue_list_seq_ops },
seq_ops           745 block/blk-mq-debugfs.c 	if (attr->seq_ops) {
seq_ops           746 block/blk-mq-debugfs.c 		ret = seq_open(file, attr->seq_ops);
seq_ops           781 block/blk-mq-debugfs.c 	{"dispatch", 0400, .seq_ops = &hctx_dispatch_seq_ops},
seq_ops           799 block/blk-mq-debugfs.c 	{"default_rq_list", 0400, .seq_ops = &ctx_default_rq_list_seq_ops},
seq_ops           800 block/blk-mq-debugfs.c 	{"read_rq_list", 0400, .seq_ops = &ctx_read_rq_list_seq_ops},
seq_ops           801 block/blk-mq-debugfs.c 	{"poll_rq_list", 0400, .seq_ops = &ctx_poll_rq_list_seq_ops},
seq_ops            15 block/blk-mq-debugfs.h 	const struct seq_operations *seq_ops;
seq_ops           996 block/kyber-iosched.c 	{#name "_rqs", 0400, .seq_ops = &kyber_##name##_rqs_seq_ops},	\
seq_ops           761 block/mq-deadline.c 	{#name "_fifo_list", 0400, .seq_ops = &deadline_##name##_fifo_seq_ops},	\
seq_ops           768 block/mq-deadline.c 	{"dispatch", 0400, .seq_ops = &deadline_dispatch_seq_ops},
seq_ops          2828 fs/proc/base.c 	const struct seq_operations *seq_ops)
seq_ops          2845 fs/proc/base.c 	ret = seq_open(file, seq_ops);
seq_ops           566 fs/proc/generic.c 		return seq_open_private(file, de->seq_ops, de->state_size);
seq_ops           567 fs/proc/generic.c 	return seq_open(file, de->seq_ops);
seq_ops           596 fs/proc/generic.c 	p->seq_ops = ops;
seq_ops            45 fs/proc/internal.h 		const struct seq_operations *seq_ops;
seq_ops            73 fs/proc/proc_net.c 	p = __seq_open_private(file, PDE(inode)->seq_ops, state_size);
seq_ops           112 fs/proc/proc_net.c 	p->seq_ops = ops;
seq_ops           156 fs/proc/proc_net.c 	p->seq_ops = ops;
seq_ops          5121 kernel/trace/ftrace.c 	const struct seq_operations	*seq_ops;
seq_ops          5294 kernel/trace/ftrace.c 	fgd->seq_ops = &ftrace_graph_seq_ops;
seq_ops          5322 kernel/trace/ftrace.c 	fgd->seq_ops = &ftrace_graph_seq_ops;
seq_ops          1761 kernel/trace/trace_events.c 		  const struct seq_operations *seq_ops)
seq_ops          1770 kernel/trace/trace_events.c 	ret = seq_open(file, seq_ops);
seq_ops          1792 kernel/trace/trace_events.c 	const struct seq_operations *seq_ops = &show_event_seq_ops;
seq_ops          1795 kernel/trace/trace_events.c 	return ftrace_event_open(inode, file, seq_ops);
seq_ops          1801 kernel/trace/trace_events.c 	const struct seq_operations *seq_ops = &show_set_event_seq_ops;
seq_ops          1813 kernel/trace/trace_events.c 	ret = ftrace_event_open(inode, file, seq_ops);
seq_ops          1822 kernel/trace/trace_events.c 	const struct seq_operations *seq_ops = &show_set_pid_seq_ops;
seq_ops          1834 kernel/trace/trace_events.c 	ret = ftrace_event_open(inode, file, seq_ops);