Lines Matching refs:seq_file

24 static void *afs_proc_cells_start(struct seq_file *p, loff_t *pos);
25 static void *afs_proc_cells_next(struct seq_file *p, void *v, loff_t *pos);
26 static void afs_proc_cells_stop(struct seq_file *p, void *v);
27 static int afs_proc_cells_show(struct seq_file *m, void *v);
59 static void *afs_proc_cell_volumes_start(struct seq_file *p, loff_t *pos);
60 static void *afs_proc_cell_volumes_next(struct seq_file *p, void *v,
62 static void afs_proc_cell_volumes_stop(struct seq_file *p, void *v);
63 static int afs_proc_cell_volumes_show(struct seq_file *m, void *v);
81 static void *afs_proc_cell_vlservers_start(struct seq_file *p, loff_t *pos);
82 static void *afs_proc_cell_vlservers_next(struct seq_file *p, void *v,
84 static void afs_proc_cell_vlservers_stop(struct seq_file *p, void *v);
85 static int afs_proc_cell_vlservers_show(struct seq_file *m, void *v);
102 static void *afs_proc_cell_servers_start(struct seq_file *p, loff_t *pos);
103 static void *afs_proc_cell_servers_next(struct seq_file *p, void *v,
105 static void afs_proc_cell_servers_stop(struct seq_file *p, void *v);
106 static int afs_proc_cell_servers_show(struct seq_file *m, void *v);
160 struct seq_file *m; in afs_proc_cells_open()
177 static void *afs_proc_cells_start(struct seq_file *m, loff_t *_pos) in afs_proc_cells_start()
187 static void *afs_proc_cells_next(struct seq_file *p, void *v, loff_t *pos) in afs_proc_cells_next()
195 static void afs_proc_cells_stop(struct seq_file *p, void *v) in afs_proc_cells_stop()
203 static int afs_proc_cells_show(struct seq_file *m, void *v) in afs_proc_cells_show()
396 struct seq_file *m; in afs_proc_cell_volumes_open()
417 static void *afs_proc_cell_volumes_start(struct seq_file *m, loff_t *_pos) in afs_proc_cell_volumes_start()
431 static void *afs_proc_cell_volumes_next(struct seq_file *p, void *v, in afs_proc_cell_volumes_next()
443 static void afs_proc_cell_volumes_stop(struct seq_file *p, void *v) in afs_proc_cell_volumes_stop()
463 static int afs_proc_cell_volumes_show(struct seq_file *m, void *v) in afs_proc_cell_volumes_show()
494 struct seq_file *m; in afs_proc_cell_vlservers_open()
515 static void *afs_proc_cell_vlservers_start(struct seq_file *m, loff_t *_pos) in afs_proc_cell_vlservers_start()
539 static void *afs_proc_cell_vlservers_next(struct seq_file *p, void *v, in afs_proc_cell_vlservers_next()
558 static void afs_proc_cell_vlservers_stop(struct seq_file *p, void *v) in afs_proc_cell_vlservers_stop()
568 static int afs_proc_cell_vlservers_show(struct seq_file *m, void *v) in afs_proc_cell_vlservers_show()
590 struct seq_file *m; in afs_proc_cell_servers_open()
610 static void *afs_proc_cell_servers_start(struct seq_file *m, loff_t *_pos) in afs_proc_cell_servers_start()
625 static void *afs_proc_cell_servers_next(struct seq_file *p, void *v, in afs_proc_cell_servers_next()
637 static void afs_proc_cell_servers_stop(struct seq_file *p, void *v) in afs_proc_cell_servers_stop()
648 static int afs_proc_cell_servers_show(struct seq_file *m, void *v) in afs_proc_cell_servers_show()