Home
last modified time | relevance | path

Searched refs:seq_ops (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/fs/proc/
Dproc_net.c56 p = __seq_open_private(file, PDE(inode)->seq_ops, state_size); in seq_open_net()
94 p->seq_ops = ops; in proc_create_net_data()
137 p->seq_ops = ops; in proc_create_net_data_write()
Dgeneric.c563 return seq_open_private(file, de->seq_ops, de->state_size); in proc_seq_open()
564 return seq_open(file, de->seq_ops); in proc_seq_open()
593 p->seq_ops = ops; in proc_create_seq_private()
Dinternal.h48 const struct seq_operations *seq_ops; member
Dbase.c2758 const struct seq_operations *seq_ops) in proc_id_map_open() argument
2775 ret = seq_open(file, seq_ops); in proc_id_map_open()
/Linux-v4.19/block/
Dblk-mq-debugfs.h15 const struct seq_operations *seq_ops; member
Dblk-mq-debugfs.c211 { "requeue_list", 0400, .seq_ops = &queue_requeue_list_seq_ops },
746 if (attr->seq_ops) { in blk_mq_debugfs_open()
747 ret = seq_open(file, attr->seq_ops); in blk_mq_debugfs_open()
782 {"dispatch", 0400, .seq_ops = &hctx_dispatch_seq_ops},
799 {"rq_list", 0400, .seq_ops = &ctx_rq_list_seq_ops},
Dmq-deadline.c750 {#name "_fifo_list", 0400, .seq_ops = &deadline_##name##_fifo_seq_ops}, \
757 {"dispatch", 0400, .seq_ops = &deadline_dispatch_seq_ops},
Dkyber-iosched.c941 {#name "_rqs", 0400, .seq_ops = &kyber_##name##_rqs_seq_ops}, \
/Linux-v4.19/kernel/trace/
Dtrace_events.c1779 const struct seq_operations *seq_ops) in ftrace_event_open() argument
1784 ret = seq_open(file, seq_ops); in ftrace_event_open()
1806 const struct seq_operations *seq_ops = &show_event_seq_ops; in ftrace_event_avail_open() local
1808 return ftrace_event_open(inode, file, seq_ops); in ftrace_event_avail_open()
1814 const struct seq_operations *seq_ops = &show_set_event_seq_ops; in ftrace_event_set_open() local
1825 ret = ftrace_event_open(inode, file, seq_ops); in ftrace_event_set_open()
1834 const struct seq_operations *seq_ops = &show_set_pid_seq_ops; in ftrace_event_set_pid_open() local
1845 ret = ftrace_event_open(inode, file, seq_ops); in ftrace_event_set_pid_open()
Dftrace.c5060 const struct seq_operations *seq_ops; member
5229 fgd->seq_ops = &ftrace_graph_seq_ops; in ftrace_graph_open()
5257 fgd->seq_ops = &ftrace_graph_seq_ops; in ftrace_graph_notrace_open()