/fs/ |
D | seq_file.c | 28 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() 371 void seq_escape(struct seq_file *m, const char *s, const char *esc) in seq_escape() 382 void seq_escape_mem_ascii(struct seq_file *m, const char *src, size_t isz) in seq_escape_mem_ascii() 393 void seq_vprintf(struct seq_file *m, const char *f, va_list args) in seq_vprintf() 408 void seq_printf(struct seq_file *m, const char *f, ...) in seq_printf() [all …]
|
D | proc_namespace.c | 23 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_mnt_opts(struct seq_file *m, struct vfsmount *mnt) in show_mnt_opts() 84 static inline void mangle(struct seq_file *m, const char *s) in mangle() 89 static void show_type(struct seq_file *m, struct super_block *sb) in show_type() 98 static int show_vfsmnt(struct seq_file *m, struct vfsmount *mnt) in show_vfsmnt() 132 static int show_mountinfo(struct seq_file *m, struct vfsmount *mnt) in show_mountinfo() 194 static int show_vfsstat(struct seq_file *m, struct vfsmount *mnt) in show_vfsstat() 240 int (*show)(struct seq_file *, struct vfsmount *)) in mounts_open_common() argument 247 struct seq_file *m; in mounts_open_common() [all …]
|
/fs/afs/ |
D | proc.c | 21 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() 59 static void *afs_proc_cells_start(struct seq_file *m, loff_t *_pos) in afs_proc_cells_start() 66 static void *afs_proc_cells_next(struct seq_file *m, void *v, loff_t *pos) in afs_proc_cells_next() 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() 152 static int afs_proc_rootcell_show(struct seq_file *m, void *v) in afs_proc_rootcell_show() 174 struct seq_file *m = file->private_data; in afs_proc_rootcell_write() 209 static int afs_proc_cell_volumes_show(struct seq_file *m, void *v) in afs_proc_cell_volumes_show() [all …]
|
/fs/notify/ |
D | fdinfo.c | 24 static void show_fdinfo(struct seq_file *m, struct file *f, in show_fdinfo() 25 void (*show)(struct seq_file *m, in show_fdinfo() 41 static void show_mark_fhandle(struct seq_file *m, struct inode *inode) in show_mark_fhandle() 68 static void show_mark_fhandle(struct seq_file *m, struct inode *inode) in show_mark_fhandle() 75 static void inotify_fdinfo(struct seq_file *m, struct fsnotify_mark *mark) in inotify_fdinfo() 95 void inotify_show_fdinfo(struct seq_file *m, struct file *f) in inotify_show_fdinfo() 104 static void fanotify_fdinfo(struct seq_file *m, struct fsnotify_mark *mark) in fanotify_fdinfo() 135 void fanotify_show_fdinfo(struct seq_file *m, struct file *f) in fanotify_show_fdinfo()
|
D | fdinfo.h | 8 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/ |
D | array.c | 98 void proc_task_name(struct seq_file *m, struct task_struct *p, bool escape) in proc_task_name() 151 static inline void task_state(struct seq_file *m, struct pid_namespace *ns, in task_state() 228 void render_sigset_t(struct seq_file *m, const char *header, in render_sigset_t() 265 static inline void task_sig(struct seq_file *m, struct task_struct *p) in task_sig() 304 static void render_cap_t(struct seq_file *m, const char *header, in render_cap_t() 317 static inline void task_cap(struct seq_file *m, struct task_struct *p) in task_cap() 339 static inline void task_seccomp(struct seq_file *m, struct task_struct *p) in task_seccomp() 376 static inline void task_context_switch_counts(struct seq_file *m, in task_context_switch_counts() 384 static void task_cpus_allowed(struct seq_file *m, struct task_struct *task) in task_cpus_allowed() 392 static inline void task_core_dumping(struct seq_file *m, struct mm_struct *mm) in task_core_dumping() [all …]
|
D | internal.h | 49 int (*single_show)(struct seq_file *, void *); 87 int (*proc_show)(struct seq_file *m, 150 extern void proc_task_name(struct seq_file *m, struct task_struct *p, 152 extern int proc_tid_stat(struct seq_file *, struct pid_namespace *, 154 extern int proc_tgid_stat(struct seq_file *, struct pid_namespace *, 156 extern int proc_pid_status(struct seq_file *, struct pid_namespace *, 158 extern int proc_pid_statm(struct seq_file *, struct pid_namespace *, 312 extern void task_mem(struct seq_file *, struct mm_struct *);
|
D | nommu.c | 32 static int nommu_region_show(struct seq_file *m, struct vm_region *region) in nommu_region_show() 73 static int nommu_region_list_show(struct seq_file *m, void *_p) in nommu_region_list_show() 80 static void *nommu_region_list_start(struct seq_file *m, loff_t *_pos) in nommu_region_list_start() 93 static void nommu_region_list_stop(struct seq_file *m, void *v) in nommu_region_list_stop() 98 static void *nommu_region_list_next(struct seq_file *m, void *v, loff_t *pos) in nommu_region_list_next()
|
D | devices.c | 8 static int devinfo_show(struct seq_file *f, void *v) in devinfo_show() 28 static void *devinfo_start(struct seq_file *f, loff_t *pos) in devinfo_start() 35 static void *devinfo_next(struct seq_file *f, void *v, loff_t *pos) in devinfo_next() 43 static void devinfo_stop(struct seq_file *f, void *v) in devinfo_stop()
|
D | consoles.c | 15 static int show_console_dev(struct seq_file *m, void *v) in show_console_dev() 61 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() 74 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next() 81 static void c_stop(struct seq_file *m, void *v) in c_stop()
|
D | proc_tty.c | 28 static void show_tty_range(struct seq_file *m, struct tty_driver *p, in show_tty_range() 69 static int show_tty_driver(struct seq_file *m, void *v) in show_tty_driver() 106 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() 112 static void *t_next(struct seq_file *m, void *v, loff_t *pos) in t_next() 117 static void t_stop(struct seq_file *m, void *v) in t_stop()
|
D | task_nommu.c | 21 void task_mem(struct seq_file *m, struct mm_struct *mm) in task_mem() 145 static int nommu_vma_show(struct seq_file *m, struct vm_area_struct *vma) in nommu_vma_show() 191 static int show_map(struct seq_file *m, void *_p) in show_map() 198 static void *m_start(struct seq_file *m, loff_t *pos) in m_start() 232 static void m_stop(struct seq_file *m, void *v) in m_stop() 246 static void *m_next(struct seq_file *m, void *_p, loff_t *pos) in m_next() 285 struct seq_file *seq = file->private_data; in map_release()
|
D | interrupts.c | 12 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()
|
/fs/ocfs2/cluster/ |
D | netdebug.c | 85 static void *nst_seq_start(struct seq_file *seq, loff_t *pos) in nst_seq_start() 96 static void *nst_seq_next(struct seq_file *seq, void *v, loff_t *pos) in nst_seq_next() 111 static int nst_seq_show(struct seq_file *seq, void *v) in nst_seq_show() 155 static void nst_seq_stop(struct seq_file *seq, void *v) in nst_seq_stop() 180 struct seq_file *seq = file->private_data; in nst_fop_release() 236 static void *sc_seq_start(struct seq_file *seq, loff_t *pos) in sc_seq_start() 248 static void *sc_seq_next(struct seq_file *seq, void *v, loff_t *pos) in sc_seq_next() 281 static void sc_show_sock_stats(struct seq_file *seq, in sc_show_sock_stats() 296 static void sc_show_sock_container(struct seq_file *seq, in sc_show_sock_container() 349 static int sc_seq_show(struct seq_file *seq, void *v) in sc_seq_show() [all …]
|
/fs/jfs/ |
D | jfs_debug.h | 52 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/dlm/ |
D | debug_fs.c | 49 static void print_format1_lock(struct seq_file *s, struct dlm_lkb *lkb, in print_format1_lock() 72 static void print_format1(struct dlm_rsb *res, struct seq_file *s) in print_format1() 165 static void print_format2_lock(struct seq_file *s, struct dlm_lkb *lkb, in print_format2_lock() 199 static void print_format2(struct dlm_rsb *r, struct seq_file *s) in print_format2() 226 static void print_format3_lock(struct seq_file *s, struct dlm_lkb *lkb, in print_format3_lock() 255 static void print_format3(struct dlm_rsb *r, struct seq_file *s) in print_format3() 331 static void print_format4(struct dlm_rsb *r, struct seq_file *s) in print_format4() 380 static int table_seq_show(struct seq_file *seq, void *iter_ptr) in table_seq_show() 419 static void *table_seq_start(struct seq_file *seq, loff_t *pos) in table_seq_start() 499 static void *table_seq_next(struct seq_file *seq, void *iter_ptr, loff_t *pos) in table_seq_next() [all …]
|
/fs/fscache/ |
D | histogram.c | 23 static int fscache_histogram_show(struct seq_file *m, void *v) in fscache_histogram_show() 56 static void *fscache_histogram_start(struct seq_file *m, loff_t *_pos) in fscache_histogram_start() 68 static void *fscache_histogram_next(struct seq_file *m, void *v, loff_t *pos) in fscache_histogram_next() 78 static void fscache_histogram_stop(struct seq_file *m, void *v) in fscache_histogram_stop()
|
D | object-list.c | 133 static void *fscache_objlist_start(struct seq_file *m, loff_t *_pos) in fscache_objlist_start() 143 static void *fscache_objlist_next(struct seq_file *m, void *v, loff_t *_pos) in fscache_objlist_next() 152 static void fscache_objlist_stop(struct seq_file *m, void *v) in fscache_objlist_stop() 161 static int fscache_objlist_show(struct seq_file *m, void *v) in fscache_objlist_show() 402 struct seq_file *m = file->private_data; in fscache_objlist_release()
|
/fs/cachefiles/ |
D | proc.c | 20 static int cachefiles_histogram_show(struct seq_file *m, void *v) in cachefiles_histogram_show() 50 static void *cachefiles_histogram_start(struct seq_file *m, loff_t *_pos) in cachefiles_histogram_start() 62 static void *cachefiles_histogram_next(struct seq_file *m, void *v, loff_t *pos) in cachefiles_histogram_next() 72 static void cachefiles_histogram_stop(struct seq_file *m, void *v) in cachefiles_histogram_stop()
|
/fs/reiserfs/ |
D | procfs.c | 27 static int show_version(struct seq_file *m, void *unused) in show_version() 70 static int show_super(struct seq_file *m, void *unused) in show_super() 133 static int show_per_level(struct seq_file *m, void *unused) in show_per_level() 192 static int show_bitmap(struct seq_file *m, void *unused) in show_bitmap() 225 static int show_on_disk_super(struct seq_file *m, void *unused) in show_on_disk_super() 269 static int show_oidmap(struct seq_file *m, void *unused) in show_oidmap() 307 static int show_journal(struct seq_file *m, void *unused) in show_journal() 403 int (*func) (struct seq_file *, void *)) in add_file()
|
/fs/pstore/ |
D | inode.c | 63 static void *pstore_ftrace_seq_start(struct seq_file *s, loff_t *pos) in pstore_ftrace_seq_start() 83 static void pstore_ftrace_seq_stop(struct seq_file *s, void *v) in pstore_ftrace_seq_stop() 88 static void *pstore_ftrace_seq_next(struct seq_file *s, void *v, loff_t *pos) in pstore_ftrace_seq_next() 101 static int pstore_ftrace_seq_show(struct seq_file *s, void *v) in pstore_ftrace_seq_show() 131 struct seq_file *sf = file->private_data; in pstore_file_read() 143 struct seq_file *sf; in pstore_file_open() 162 struct seq_file *sf = file->private_data; in pstore_file_llseek() 267 static int pstore_show_options(struct seq_file *m, struct dentry *root) in pstore_show_options()
|
/fs/nfs/ |
D | super.c | 327 static void nfs_show_mountd_netid(struct seq_file *m, struct nfs_server *nfss, in nfs_show_mountd_netid() 359 static void nfs_show_mountd_options(struct seq_file *m, struct nfs_server *nfss, in nfs_show_mountd_options() 394 static void nfs_show_nfsv4_options(struct seq_file *m, struct nfs_server *nfss, in nfs_show_nfsv4_options() 402 static void nfs_show_nfsv4_options(struct seq_file *m, struct nfs_server *nfss, in nfs_show_nfsv4_options() 408 static void nfs_show_nfs_version(struct seq_file *m, in nfs_show_nfs_version() 420 static void nfs_show_mount_options(struct seq_file *m, struct nfs_server *nfss, in nfs_show_mount_options() 519 int nfs_show_options(struct seq_file *m, struct dentry *root) in nfs_show_options() 536 static void show_lease(struct seq_file *m, struct nfs_server *server) in show_lease() 547 static void show_sessions(struct seq_file *m, struct nfs_server *server) in show_sessions() 553 static void show_sessions(struct seq_file *m, struct nfs_server *server) {} in show_sessions() [all …]
|
D | client.c | 1128 static void *nfs_server_list_start(struct seq_file *p, loff_t *pos); 1129 static void *nfs_server_list_next(struct seq_file *p, void *v, loff_t *pos); 1130 static void nfs_server_list_stop(struct seq_file *p, void *v); 1131 static int nfs_server_list_show(struct seq_file *m, void *v); 1140 static void *nfs_volume_list_start(struct seq_file *p, loff_t *pos); 1141 static void *nfs_volume_list_next(struct seq_file *p, void *v, loff_t *pos); 1142 static void nfs_volume_list_stop(struct seq_file *p, void *v); 1143 static int nfs_volume_list_show(struct seq_file *m, void *v); 1155 static void *nfs_server_list_start(struct seq_file *m, loff_t *_pos) in nfs_server_list_start() 1168 static void *nfs_server_list_next(struct seq_file *p, void *v, loff_t *pos) in nfs_server_list_next() [all …]
|
/fs/orangefs/ |
D | orangefs-debugfs.c | 70 static void *help_start(struct seq_file *, loff_t *); 71 static void *help_next(struct seq_file *, void *, loff_t *); 72 static void help_stop(struct seq_file *, void *); 73 static int help_show(struct seq_file *, void *); 237 ((struct seq_file *)(file->private_data))->private = inode->i_private; in orangefs_debug_help_open() 254 static void *help_start(struct seq_file *m, loff_t *pos) in help_start() 268 static void *help_next(struct seq_file *m, void *v, loff_t *pos) in help_next() 276 static void help_stop(struct seq_file *m, void *p) in help_stop() 282 static int help_show(struct seq_file *m, void *v) in help_show()
|
/fs/cifs/ |
D | cifs_debug.c | 87 static void cifs_debug_tcon(struct seq_file *m, struct cifs_tcon *tcon) in cifs_debug_tcon() 125 cifs_dump_channel(struct seq_file *m, int i, struct cifs_chan *chan) in cifs_dump_channel() 146 cifs_dump_iface(struct seq_file *m, struct cifs_server_iface *iface) in cifs_dump_iface() 164 static int cifs_debug_files_proc_show(struct seq_file *m, void *v) in cifs_debug_files_proc_show() 216 static int cifs_debug_data_proc_show(struct seq_file *m, void *v) in cifs_debug_data_proc_show() 533 static int cifs_stats_proc_show(struct seq_file *m, void *v) in cifs_stats_proc_show() 639 static int name##_proc_show(struct seq_file *m, void *v) \ 752 static int cifsFYI_proc_show(struct seq_file *m, void *v) in cifsFYI_proc_show() 791 static int cifs_linux_ext_proc_show(struct seq_file *m, void *v) in cifs_linux_ext_proc_show() 822 static int cifs_lookup_cache_proc_show(struct seq_file *m, void *v) in cifs_lookup_cache_proc_show() [all …]
|