Searched refs:seq_ops (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/fs/proc/ |
D | proc_net.c | 73 p = __seq_open_private(file, PDE(inode)->seq_ops, state_size); in seq_open_net() 112 p->seq_ops = ops; in proc_create_net_data() 156 p->seq_ops = ops; in proc_create_net_data_write()
|
D | generic.c | 566 return seq_open_private(file, de->seq_ops, de->state_size); in proc_seq_open() 567 return seq_open(file, de->seq_ops); in proc_seq_open() 596 p->seq_ops = ops; in proc_create_seq_private()
|
D | internal.h | 45 const struct seq_operations *seq_ops; member
|
D | base.c | 2828 const struct seq_operations *seq_ops) in proc_id_map_open() argument 2845 ret = seq_open(file, seq_ops); in proc_id_map_open()
|
/Linux-v5.4/block/ |
D | blk-mq-debugfs.c | 203 { "requeue_list", 0400, .seq_ops = &queue_requeue_list_seq_ops }, 745 if (attr->seq_ops) { in blk_mq_debugfs_open() 746 ret = seq_open(file, attr->seq_ops); in blk_mq_debugfs_open() 781 {"dispatch", 0400, .seq_ops = &hctx_dispatch_seq_ops}, 799 {"default_rq_list", 0400, .seq_ops = &ctx_default_rq_list_seq_ops}, 800 {"read_rq_list", 0400, .seq_ops = &ctx_read_rq_list_seq_ops}, 801 {"poll_rq_list", 0400, .seq_ops = &ctx_poll_rq_list_seq_ops},
|
D | blk-mq-debugfs.h | 15 const struct seq_operations *seq_ops; member
|
D | mq-deadline.c | 761 {#name "_fifo_list", 0400, .seq_ops = &deadline_##name##_fifo_seq_ops}, \ 768 {"dispatch", 0400, .seq_ops = &deadline_dispatch_seq_ops},
|
D | kyber-iosched.c | 996 {#name "_rqs", 0400, .seq_ops = &kyber_##name##_rqs_seq_ops}, \
|
/Linux-v5.4/kernel/trace/ |
D | trace_events.c | 1761 const struct seq_operations *seq_ops) in ftrace_event_open() argument 1770 ret = seq_open(file, seq_ops); in ftrace_event_open() 1792 const struct seq_operations *seq_ops = &show_event_seq_ops; in ftrace_event_avail_open() local 1795 return ftrace_event_open(inode, file, seq_ops); in ftrace_event_avail_open() 1801 const struct seq_operations *seq_ops = &show_set_event_seq_ops; in ftrace_event_set_open() local 1813 ret = ftrace_event_open(inode, file, seq_ops); in ftrace_event_set_open() 1822 const struct seq_operations *seq_ops = &show_set_pid_seq_ops; in ftrace_event_set_pid_open() local 1834 ret = ftrace_event_open(inode, file, seq_ops); in ftrace_event_set_pid_open()
|
D | ftrace.c | 5121 const struct seq_operations *seq_ops; member 5294 fgd->seq_ops = &ftrace_graph_seq_ops; in ftrace_graph_open() 5322 fgd->seq_ops = &ftrace_graph_seq_ops; in ftrace_graph_notrace_open()
|