Lines Matching defs:seq_file

818 struct seq_file;
851 void (*show_fdinfo)(struct seq_file *, struct file *);
3975 void (*describe)(const struct key *, struct seq_file *);
4621 int (*show_options)(struct seq_file *, struct dentry *);
4622 int (*show_devname)(struct seq_file *, struct dentry *);
4623 int (*show_path)(struct seq_file *, struct dentry *);
4624 int (*show_stats)(struct seq_file *, struct dentry *);
4672 struct seq_file {
4771 int (*seq_show)(struct seq_file *, void *);
4772 void * (*seq_start)(struct seq_file *, loff_t *);
4773 void * (*seq_next)(struct seq_file *, void *, loff_t *);
4774 void (*seq_stop)(struct seq_file *, void *);
4786 struct seq_file *seq_file;
5620 void * (*start)(struct seq_file *, loff_t *);
5621 void (*stop)(struct seq_file *, void *);
5622 void * (*next)(struct seq_file *, void *, loff_t *);
5623 int (*show)(struct seq_file *, void *);
5897 int (*css_extra_stat_show)(struct seq_file *, struct cgroup_subsys_state *);
5956 int (*seq_show)(struct seq_file *, void *);
5957 void * (*seq_start)(struct seq_file *, loff_t *);
5958 void * (*seq_next)(struct seq_file *, void *, loff_t *);
5959 void (*seq_stop)(struct seq_file *, void *);
7292 void (*show_cpuinfo)(struct seq_file *);
9016 void (*irq_print_chip)(struct irq_data *, struct seq_file *);
13499 void (*map_seq_show_elem)(struct bpf_map *, void *, struct seq_file *);
14907 void (*show_fdinfo)(struct tty_struct *, struct seq_file *);
14908 int (*proc_show)(struct seq_file *, void *);
15672 void (*print_header)(struct seq_file *);
16367 typedef void (*bpf_iter_show_fdinfo_t)(const struct bpf_iter_aux_info *, struct seq_file *);
16392 struct seq_file *seq;
17966 void (*show_fdinfo)(struct seq_file *, struct socket *);
18690 int (*single_show)(struct seq_file *, void *);
18793 int (*show_options)(struct seq_file *, struct kernfs_root *);
18797 int (*show_path)(struct seq_file *, struct kernfs_node *, struct kernfs_root *);
19695 void (*print_stats)(struct rpc_xprt *, struct seq_file *);
21233 void (*show_rq)(struct seq_file *, struct request *);
23088 int (*show)(void *, struct seq_file *);
23943 void (*show)(struct seq_file *, struct crypto_alg *);
26085 void (*dbg_summary_show)(struct seq_file *, struct dma_device *);
27417 int (*show_info)(struct seq_file *, struct Scsi_Host *);
38855 void (*fadump_region_show)(struct fw_dump *, struct seq_file *);
40139 int (*show)(struct seq_file *, struct dyn_event *);
42063 int (*proc_show)(struct seq_file *, struct pid_namespace *, struct pid *, struct task_struct *);
47005 int (*proc)(struct device *, struct seq_file *);
47325 void (*status)(struct seq_file *, struct mddev *);
48904 int (*cache_show)(struct seq_file *, struct cache_detail *, struct cache_head *);
52121 int (*show)(struct seq_file *, void *);
58828 void (*show_fdinfo)(const struct bpf_link *, struct seq_file *);
59989 int (*stat_show)(struct seq_file *, void *);
59991 int (*stat_headers)(struct seq_file *);
60022 int (*print)(struct seq_file *, long unsigned int, struct ftrace_probe_ops *, void *);
91329 struct seq_file *m;
110509 int (*read)(struct seq_file *, void *);
111687 int (*debug_show)(struct seq_file *, void *);
112104 int (*show)(struct seq_file *, struct vfsmount *);
118231 int (*print)(struct seq_file *, struct event_trigger_data *);
121345 typedef u64 (*btf_bpf_seq_printf)(struct seq_file *, char *, u32, const void *, u32);
121347 typedef u64 (*btf_bpf_seq_write)(struct seq_file *, const void *, u32);
121349 typedef u64 (*btf_bpf_seq_printf_btf)(struct seq_file *, struct btf_ptr *, u32, u64);