Home
last modified time | relevance | path

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

/Linux-v5.10/fs/proc/
Dproc_net.c73 p = __seq_open_private(file, PDE(inode)->seq_ops, state_size); in seq_open_net()
131 p->seq_ops = ops; in proc_create_net_data()
175 p->seq_ops = ops; in proc_create_net_data_write()
Dgeneric.c577 return seq_open_private(file, de->seq_ops, de->state_size); in proc_seq_open()
578 return seq_open(file, de->seq_ops); in proc_seq_open()
608 p->seq_ops = ops; in proc_create_seq_private()
Dinternal.h48 const struct seq_operations *seq_ops; member
Dbase.c2988 const struct seq_operations *seq_ops) in proc_id_map_open() argument
3005 ret = seq_open(file, seq_ops); in proc_id_map_open()
/Linux-v5.10/block/
Dblk-mq-debugfs.c207 { "requeue_list", 0400, .seq_ops = &queue_requeue_list_seq_ops },
749 if (attr->seq_ops) { in blk_mq_debugfs_open()
750 ret = seq_open(file, attr->seq_ops); in blk_mq_debugfs_open()
785 {"dispatch", 0400, .seq_ops = &hctx_dispatch_seq_ops},
803 {"default_rq_list", 0400, .seq_ops = &ctx_default_rq_list_seq_ops},
804 {"read_rq_list", 0400, .seq_ops = &ctx_read_rq_list_seq_ops},
805 {"poll_rq_list", 0400, .seq_ops = &ctx_poll_rq_list_seq_ops},
Dblk-mq-debugfs.h15 const struct seq_operations *seq_ops; member
Dmq-deadline.c767 {#name "_fifo_list", 0400, .seq_ops = &deadline_##name##_fifo_seq_ops}, \
774 {"dispatch", 0400, .seq_ops = &deadline_dispatch_seq_ops},
Dkyber-iosched.c996 {#name "_rqs", 0400, .seq_ops = &kyber_##name##_rqs_seq_ops}, \
/Linux-v5.10/kernel/bpf/
Dprog_iter.c85 .seq_ops = &bpf_prog_seq_ops,
Dtask_iter.c332 .seq_ops = &task_seq_ops,
349 .seq_ops = &task_file_seq_ops,
Dmap_iter.c85 .seq_ops = &bpf_map_seq_ops,
Dbpf_iter.c560 priv_data = __seq_open_private(file, seq_info->seq_ops, in prepare_seq_file()
Darraymap.c638 .seq_ops = &bpf_array_map_seq_ops,
Dhashtab.c1824 .seq_ops = &bpf_hash_map_seq_ops,
/Linux-v5.10/kernel/trace/
Dtrace_events.c1919 const struct seq_operations *seq_ops) in ftrace_event_open() argument
1928 ret = seq_open(file, seq_ops); in ftrace_event_open()
1950 const struct seq_operations *seq_ops = &show_event_seq_ops; in ftrace_event_avail_open() local
1953 return ftrace_event_open(inode, file, seq_ops); in ftrace_event_avail_open()
1959 const struct seq_operations *seq_ops = &show_set_event_seq_ops; in ftrace_event_set_open() local
1971 ret = ftrace_event_open(inode, file, seq_ops); in ftrace_event_set_open()
1980 const struct seq_operations *seq_ops = &show_set_pid_seq_ops; in ftrace_event_set_pid_open() local
1992 ret = ftrace_event_open(inode, file, seq_ops); in ftrace_event_set_pid_open()
2001 const struct seq_operations *seq_ops = &show_set_no_pid_seq_ops; in ftrace_event_set_npid_open() local
2013 ret = ftrace_event_open(inode, file, seq_ops); in ftrace_event_set_npid_open()
Dftrace.c5686 const struct seq_operations *seq_ops; member
5859 fgd->seq_ops = &ftrace_graph_seq_ops; in ftrace_graph_open()
5887 fgd->seq_ops = &ftrace_graph_seq_ops; in ftrace_graph_notrace_open()
7270 const struct seq_operations *seq_ops; in pid_open() local
7285 seq_ops = &ftrace_pid_sops; in pid_open()
7288 seq_ops = &ftrace_no_pid_sops; in pid_open()
7296 ret = seq_open(file, seq_ops); in pid_open()
/Linux-v5.10/net/core/
Dbpf_sk_storage.c844 .seq_ops = &bpf_sk_storage_map_seq_ops,
Dsock_map.c823 .seq_ops = &sock_map_seq_ops,
1435 .seq_ops = &sock_hash_seq_ops,
/Linux-v5.10/include/linux/
Dbpf.h47 const struct seq_operations *seq_ops; member
/Linux-v5.10/net/netlink/
Daf_netlink.c2835 .seq_ops = &netlink_seq_ops,
/Linux-v5.10/net/ipv4/
Dtcp_ipv4.c2980 .seq_ops = &bpf_iter_tcp_seq_ops,
Dudp.c3212 .seq_ops = &bpf_iter_udp_seq_ops,
/Linux-v5.10/net/ipv6/
Droute.c6433 .seq_ops = &ipv6_route_seq_ops,