Home
last modified time | relevance | path

Searched defs:seq_file (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/nvme/host/
H A Dfabrics.c1388 struct seq_file *seq_file = file->private_data; in nvmf_dev_write() local
1420 static void __nvmf_concat_opt_tokens(struct seq_file *seq_file) in __nvmf_concat_opt_tokens()
1440 static int nvmf_dev_show(struct seq_file *seq_file, void *private) in nvmf_dev_show()
1471 struct seq_file *seq_file = file->private_data; in nvmf_dev_release() local
/linux/fs/proc/
H A Dproc_net.c210 int (*show)(struct seq_file *, void *), void *data) in proc_create_net_single()
251 int (*show)(struct seq_file *, void *), in proc_create_net_single_write()
/linux/net/bluetooth/
H A Daf_bluetooth.c848 int (*seq_show)(struct seq_file *, void *)) in bt_procfs_init()
864 int (*seq_show)(struct seq_file *, void *)) in bt_procfs_init()
/linux/arch/x86/platform/atom/
H A Dpunit_atom_debug.c82 static int punit_dev_state_show(struct seq_file *seq_file, void *unused) in punit_dev_state_show()
/linux/lib/
H A Dlru_cache.c586 void lc_seq_dump_details(struct seq_file *seq, struct lru_cache *lc, char *utext, in lc_seq_dump_details()
/linux/rust/kernel/
H A Dlib.rs117 pub mod seq_file; module
H A Dmiscdevice.rs324 unsafe extern "C" fn show_fdinfo(seq_file: *mut bindings::seq_file, file: *mut bindings::file) { in show_fdinfo() argument
/linux/security/apparmor/
H A Dapparmorfs.c1057 int (*show)(struct seq_file *, void *)) in seq_profile_open()
1249 int (*show)(struct seq_file *, void *)) in seq_rawdata_open()
/linux/drivers/block/drbd/
H A Ddrbd_debugfs.c418 static int drbd_single_open(struct file *file, int (*show)(struct seq_file *, void *), in drbd_single_open()
/linux/drivers/block/
H A Dzloop.c1313 static int zloop_ctl_show(struct seq_file *seq_file, void *private) in zloop_ctl_show()
/linux/block/
H A Dblk-cgroup.c712 u64 (*prfill)(struct seq_file *, in blkcg_print_blkgs()
/linux/kernel/trace/
H A Dbpf_trace.c459 BPF_CALL_5(bpf_seq_printf, struct seq_file *, m, char *, fmt, u32, fmt_size, in BPF_CALL_5()
497 BPF_CALL_3(bpf_seq_write, struct seq_file *, m, const void *, data, u32, len) in BPF_CALL_3()
512 BPF_CALL_4(bpf_seq_printf_btf, struct seq_file *, m, struct btf_ptr *, ptr, in BPF_CALL_4()