Home
last modified time | relevance | path

Searched refs:seq_file (Results 1 – 25 of 162) sorted by relevance

1234567

/fs/afs/
A Dproc.c21 static inline struct afs_net *afs_seq2net(struct seq_file *m) in afs_seq2net()
26 static inline struct afs_net *afs_seq2net_single(struct seq_file *m) in afs_seq2net_single()
34 static int afs_proc_cells_show(struct seq_file *m, void *v) in afs_proc_cells_show()
71 static void afs_proc_cells_stop(struct seq_file *m, void *v) in afs_proc_cells_stop()
90 struct seq_file *m = file->private_data; in afs_proc_cells_write()
203 static int afs_proc_rootcell_show(struct seq_file *m, void *v) in afs_proc_rootcell_show()
225 struct seq_file *m = file->private_data; in afs_proc_rootcell_write()
433 static int afs_proc_servers_show(struct seq_file *m, void *v) in afs_proc_servers_show()
512 static int afs_proc_sysname_show(struct seq_file *m, void *v) in afs_proc_sysname_show()
569 struct seq_file *m = file->private_data; in afs_proc_sysname_write()
[all …]
/fs/
A Dseq_file.c28 static void seq_set_overflow(struct seq_file *m) in seq_set_overflow()
59 struct seq_file *p; in seq_open()
90 static int traverse(struct seq_file *m, loff_t offset) in traverse()
173 struct seq_file *m = iocb->ki_filp->private_data; in seq_read_iter()
310 struct seq_file *m = file->private_data; in seq_lseek()
354 struct seq_file *m = file->private_data; in seq_release()
622 struct seq_file *seq = file->private_data; in seq_release_private()
635 struct seq_file *seq; in __seq_open_private()
663 void seq_putc(struct seq_file *m, char c) in seq_putc()
672 void __seq_puts(struct seq_file *m, const char *s) in __seq_puts()
[all …]
A Dproc_namespace.c23 struct seq_file *m = file->private_data; in mounts_poll()
45 static int show_sb_opts(struct seq_file *m, struct super_block *sb) in show_sb_opts()
64 static void show_vfsmnt_opts(struct seq_file *m, struct vfsmount *mnt) in show_vfsmnt_opts()
87 static inline void mangle(struct seq_file *m, const char *s) in mangle()
92 static void show_type(struct seq_file *m, struct super_block *sb) in show_type()
101 static int show_vfsmnt(struct seq_file *m, struct vfsmount *mnt) in show_vfsmnt()
135 static int show_mountinfo(struct seq_file *m, struct vfsmount *mnt) in show_mountinfo()
193 static int show_vfsstat(struct seq_file *m, struct vfsmount *mnt) in show_vfsstat()
235 int (*show)(struct seq_file *, struct vfsmount *)) in mounts_open_common() argument
242 struct seq_file *m; in mounts_open_common()
[all …]
/fs/notify/
A Dfdinfo.c25 static void show_fdinfo(struct seq_file *m, struct file *f, in show_fdinfo()
26 void (*show)(struct seq_file *m, in show_fdinfo()
42 static void show_mark_fhandle(struct seq_file *m, struct inode *inode) in show_mark_fhandle()
63 static void show_mark_fhandle(struct seq_file *m, struct inode *inode) in show_mark_fhandle()
70 static void inotify_fdinfo(struct seq_file *m, struct fsnotify_mark *mark) in inotify_fdinfo()
90 void inotify_show_fdinfo(struct seq_file *m, struct file *f) in inotify_show_fdinfo()
99 static void fanotify_fdinfo(struct seq_file *m, struct fsnotify_mark *mark) in fanotify_fdinfo()
132 void fanotify_show_fdinfo(struct seq_file *m, struct file *f) in fanotify_show_fdinfo()
A Dfdinfo.h8 struct seq_file;
14 void inotify_show_fdinfo(struct seq_file *m, struct file *f);
18 void fanotify_show_fdinfo(struct seq_file *m, struct file *f);
/fs/proc/
A Darray.c227 void render_sigset_t(struct seq_file *m, const char *header, in render_sigset_t()
303 static void render_cap_t(struct seq_file *m, const char *header, in render_cap_t()
398 static inline void task_context_switch_counts(struct seq_file *m, in task_context_switch_counts()
434 __weak void arch_proc_pid_thread_features(struct seq_file *m, in arch_proc_pid_thread_features()
439 int proc_pid_status(struct seq_file *m, struct pid_namespace *ns, in proc_pid_status()
671 int proc_tid_stat(struct seq_file *m, struct pid_namespace *ns, in proc_tid_stat()
677 int proc_tgid_stat(struct seq_file *m, struct pid_namespace *ns, in proc_tgid_stat()
683 int proc_pid_statm(struct seq_file *m, struct pid_namespace *ns, in proc_pid_statm()
775 static int children_seq_show(struct seq_file *seq, void *v) in children_seq_show()
783 static void *children_seq_start(struct seq_file *seq, loff_t *pos) in children_seq_start()
[all …]
A Dnommu.c31 static int nommu_region_show(struct seq_file *m, struct vm_region *region) in nommu_region_show()
72 static int nommu_region_list_show(struct seq_file *m, void *_p) in nommu_region_list_show()
79 static void *nommu_region_list_start(struct seq_file *m, loff_t *_pos) in nommu_region_list_start()
92 static void nommu_region_list_stop(struct seq_file *m, void *v) in nommu_region_list_stop()
97 static void *nommu_region_list_next(struct seq_file *m, void *v, loff_t *pos) in nommu_region_list_next()
A Dinternal.h49 int (*single_show)(struct seq_file *, void *);
111 int (*proc_show)(struct seq_file *m,
243 extern void proc_task_name(struct seq_file *m, struct task_struct *p,
245 extern int proc_tid_stat(struct seq_file *, struct pid_namespace *,
247 extern int proc_tgid_stat(struct seq_file *, struct pid_namespace *,
249 extern int proc_pid_status(struct seq_file *, struct pid_namespace *,
251 extern int proc_pid_statm(struct seq_file *, struct pid_namespace *,
409 extern void task_mem(struct seq_file *, struct mm_struct *);
A Ddevices.c9 static int devinfo_show(struct seq_file *f, void *v) in devinfo_show()
29 static void *devinfo_start(struct seq_file *f, loff_t *pos) in devinfo_start()
36 static void *devinfo_next(struct seq_file *f, void *v, loff_t *pos) in devinfo_next()
44 static void devinfo_stop(struct seq_file *f, void *v) in devinfo_stop()
A Dtask_nommu.c21 void task_mem(struct seq_file *m, struct mm_struct *mm) in task_mem()
127 static int nommu_vma_show(struct seq_file *m, struct vm_area_struct *vma) in nommu_vma_show()
173 static int show_map(struct seq_file *m, void *_p) in show_map()
192 static void *m_start(struct seq_file *m, loff_t *ppos) in m_start()
226 static void m_stop(struct seq_file *m, void *v) in m_stop()
240 static void *m_next(struct seq_file *m, void *_p, loff_t *ppos) in m_next()
276 struct seq_file *seq = file->private_data; in map_release()
A Dproc_tty.c26 static void show_tty_range(struct seq_file *m, struct tty_driver *p, in show_tty_range()
67 static int show_tty_driver(struct seq_file *m, void *v) in show_tty_driver()
104 static void *t_start(struct seq_file *m, loff_t *pos) in t_start()
110 static void *t_next(struct seq_file *m, void *v, loff_t *pos) in t_next()
115 static void t_stop(struct seq_file *m, void *v) in t_stop()
A Dconsoles.c15 static int show_console_dev(struct seq_file *m, void *v) in show_console_dev()
71 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
90 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
98 static void c_stop(struct seq_file *m, void *v) in c_stop()
A Dinterrupts.c12 static void *int_seq_start(struct seq_file *f, loff_t *pos) in int_seq_start()
17 static void *int_seq_next(struct seq_file *f, void *v, loff_t *pos) in int_seq_next()
25 static void int_seq_stop(struct seq_file *f, void *v) in int_seq_stop()
A Dproc_net.c66 static void seq_file_net_put_net(struct seq_file *seq) in seq_file_net_put_net()
79 struct seq_file *seq = f->private_data; in seq_release_net()
195 struct seq_file *seq = f->private_data; in single_release_net()
210 int (*show)(struct seq_file *, void *), void *data) in proc_create_net_single() argument
251 int (*show)(struct seq_file *, void *), in proc_create_net_single_write() argument
/fs/dlm/
A Ddebug_fs.c75 static void print_format1(struct dlm_rsb *res, struct seq_file *s) in print_format1()
202 static void print_format2(struct dlm_rsb *r, struct seq_file *s) in print_format2()
381 static int table_seq_show(struct seq_file *seq, void *iter_ptr) in table_seq_show()
397 static void *table_seq_start(struct seq_file *seq, loff_t *pos) in table_seq_start()
475 struct seq_file *seq; in table_open1()
489 struct seq_file *seq; in table_open2()
504 struct seq_file *seq = file->private_data; in table_write2()
532 struct seq_file *seq; in table_open3()
546 struct seq_file *seq; in table_open4()
675 static int dlm_state_show(struct seq_file *file, void *offset) in dlm_state_show()
[all …]
/fs/ocfs2/cluster/
A Dnetdebug.c83 static void *nst_seq_start(struct seq_file *seq, loff_t *pos) in nst_seq_start()
94 static void *nst_seq_next(struct seq_file *seq, void *v, loff_t *pos) in nst_seq_next()
109 static int nst_seq_show(struct seq_file *seq, void *v) in nst_seq_show()
153 static void nst_seq_stop(struct seq_file *seq, void *v) in nst_seq_stop()
178 struct seq_file *seq = file->private_data; in nst_fop_release()
234 static void *sc_seq_start(struct seq_file *seq, loff_t *pos) in sc_seq_start()
279 static void sc_show_sock_stats(struct seq_file *seq, in sc_show_sock_stats()
294 static void sc_show_sock_container(struct seq_file *seq, in sc_show_sock_container()
347 static int sc_seq_show(struct seq_file *seq, void *v) in sc_seq_show()
367 static void sc_seq_stop(struct seq_file *seq, void *v) in sc_seq_stop()
[all …]
/fs/jfs/
A Djfs_debug.h52 int jfs_txanchor_proc_show(struct seq_file *m, void *v);
95 int jfs_lmstats_proc_show(struct seq_file *m, void *v);
96 int jfs_txstats_proc_show(struct seq_file *m, void *v);
97 int jfs_mpstat_proc_show(struct seq_file *m, void *v);
98 int jfs_xtstat_proc_show(struct seq_file *m, void *v);
/fs/ceph/
A Ddebugfs.c25 static int mdsmap_show(struct seq_file *s, void *p) in mdsmap_show()
52 static int mdsc_show(struct seq_file *s, void *p) in mdsc_show()
149 static int metrics_file_show(struct seq_file *s, void *p) in metrics_file_show()
173 static int metrics_latency_show(struct seq_file *s, void *p) in metrics_latency_show()
199 static int metrics_size_show(struct seq_file *s, void *p) in metrics_size_show()
229 static int metrics_caps_show(struct seq_file *s, void *p) in metrics_caps_show()
254 struct seq_file *s = p; in caps_show_cb()
268 static int caps_show(struct seq_file *s, void *p) in caps_show()
316 static int mds_sessions_show(struct seq_file *s, void *ptr) in mds_sessions_show()
352 static int status_show(struct seq_file *s, void *p) in status_show()
/fs/pstore/
A Dinode.c68 static void *pstore_ftrace_seq_start(struct seq_file *s, loff_t *pos) in pstore_ftrace_seq_start()
85 static void pstore_ftrace_seq_stop(struct seq_file *s, void *v) in pstore_ftrace_seq_stop()
90 static void *pstore_ftrace_seq_next(struct seq_file *s, void *v, loff_t *pos) in pstore_ftrace_seq_next()
103 static int pstore_ftrace_seq_show(struct seq_file *s, void *v) in pstore_ftrace_seq_show()
133 struct seq_file *sf = file->private_data; in pstore_file_read()
145 struct seq_file *sf; in pstore_file_open()
164 struct seq_file *sf = file->private_data; in pstore_file_llseek()
266 static int pstore_show_options(struct seq_file *m, struct dentry *root) in pstore_show_options()
/fs/netfs/
A Dmain.c55 static int netfs_requests_seq_show(struct seq_file *m, void *v) in netfs_requests_seq_show()
81 static void *netfs_requests_seq_start(struct seq_file *m, loff_t *_pos) in netfs_requests_seq_start()
88 static void *netfs_requests_seq_next(struct seq_file *m, void *v, loff_t *_pos) in netfs_requests_seq_next()
93 static void netfs_requests_seq_stop(struct seq_file *m, void *v) in netfs_requests_seq_stop()
/fs/nfs/
A Dsuper.c347 static void nfs_show_mountd_netid(struct seq_file *m, struct nfs_server *nfss, in nfs_show_mountd_netid()
428 static void nfs_show_nfs_version(struct seq_file *m, in nfs_show_nfs_version()
573 int nfs_show_options(struct seq_file *m, struct dentry *root) in nfs_show_options()
590 static void show_lease(struct seq_file *m, struct nfs_server *server) in show_lease()
601 static void show_sessions(struct seq_file *m, struct nfs_server *server) in show_sessions()
607 static void show_sessions(struct seq_file *m, struct nfs_server *server) {} in show_sessions()
612 static void show_pnfs(struct seq_file *m, struct nfs_server *server) in show_pnfs()
633 static void show_pnfs(struct seq_file *m, struct nfs_server *server) in show_pnfs()
642 int nfs_show_devname(struct seq_file *m, struct dentry *root) in nfs_show_devname()
659 int nfs_show_path(struct seq_file *m, struct dentry *dentry) in nfs_show_path()
[all …]
A Dclient.c1270 static void *nfs_server_list_start(struct seq_file *p, loff_t *pos);
1272 static void nfs_server_list_stop(struct seq_file *p, void *v);
1273 static int nfs_server_list_show(struct seq_file *m, void *v);
1282 static void *nfs_volume_list_start(struct seq_file *p, loff_t *pos);
1284 static void nfs_volume_list_stop(struct seq_file *p, void *v);
1285 static int nfs_volume_list_show(struct seq_file *m, void *v);
1297 static void *nfs_server_list_start(struct seq_file *m, loff_t *_pos) in nfs_server_list_start()
1320 static void nfs_server_list_stop(struct seq_file *p, void *v) in nfs_server_list_stop()
1331 static int nfs_server_list_show(struct seq_file *m, void *v) in nfs_server_list_show()
1387 static void nfs_volume_list_stop(struct seq_file *p, void *v) in nfs_volume_list_stop()
[all …]
/fs/orangefs/
A Dorangefs-debugfs.c113 static void *help_start(struct seq_file *, loff_t *);
114 static void *help_next(struct seq_file *, void *, loff_t *);
115 static void help_stop(struct seq_file *, void *);
116 static int help_show(struct seq_file *, void *);
280 ((struct seq_file *)(file->private_data))->private = inode->i_private; in orangefs_debug_help_open()
297 static void *help_start(struct seq_file *m, loff_t *pos) in help_start()
311 static void *help_next(struct seq_file *m, void *v, loff_t *pos) in help_next()
319 static void help_stop(struct seq_file *m, void *p) in help_stop()
325 static int help_show(struct seq_file *m, void *v) in help_show()
/fs/smb/client/
A Dcifs_debug.c91 static void cifs_debug_tcon(struct seq_file *m, struct cifs_tcon *tcon) in cifs_debug_tcon()
138 cifs_dump_channel(struct seq_file *m, int i, struct cifs_chan *chan) in cifs_dump_channel()
214 cifs_dump_iface(struct seq_file *m, struct cifs_server_iface *iface) in cifs_dump_iface()
236 static int cifs_debug_files_proc_show(struct seq_file *m, void *v) in cifs_debug_files_proc_show()
284 static int cifs_debug_dirs_proc_show(struct seq_file *m, void *v) in cifs_debug_dirs_proc_show()
350 static int cifs_debug_data_proc_show(struct seq_file *m, void *v) in cifs_debug_data_proc_show()
760 static int cifs_stats_proc_show(struct seq_file *m, void *v) in cifs_stats_proc_show()
864 static int name##_proc_show(struct seq_file *m, void *v) \
985 static int cifsFYI_proc_show(struct seq_file *m, void *v) in cifsFYI_proc_show()
1024 static int cifs_linux_ext_proc_show(struct seq_file *m, void *v) in cifs_linux_ext_proc_show()
[all …]
/fs/xfs/
A Dxfs_zone_info.c30 struct seq_file *m, in xfs_show_open_zone()
42 struct seq_file *m, in xfs_show_full_zone_used_distribution()
72 struct seq_file *m, in xfs_zoned_show_stats()

Completed in 43 milliseconds

1234567