Lines Matching refs:v
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);
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);
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);
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);
187 static void *afs_proc_cells_next(struct seq_file *p, void *v, loff_t *pos) in afs_proc_cells_next() argument
189 return seq_list_next(v, &afs_proc_cells, pos); in afs_proc_cells_next()
195 static void afs_proc_cells_stop(struct seq_file *p, void *v) in afs_proc_cells_stop() argument
203 static int afs_proc_cells_show(struct seq_file *m, void *v) in afs_proc_cells_show() argument
205 struct afs_cell *cell = list_entry(v, struct afs_cell, proc_link); in afs_proc_cells_show()
207 if (v == &afs_proc_cells) { in afs_proc_cells_show()
431 static void *afs_proc_cell_volumes_next(struct seq_file *p, void *v, in afs_proc_cell_volumes_next() argument
437 return seq_list_next(v, &cell->vl_list, _pos); 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() argument
463 static int afs_proc_cell_volumes_show(struct seq_file *m, void *v) in afs_proc_cell_volumes_show() argument
467 list_entry(v, struct afs_vlocation, link); in afs_proc_cell_volumes_show()
470 if (v == &cell->vl_list) { in afs_proc_cell_volumes_show()
539 static void *afs_proc_cell_vlservers_next(struct seq_file *p, void *v, in afs_proc_cell_vlservers_next() argument
558 static void afs_proc_cell_vlservers_stop(struct seq_file *p, void *v) in afs_proc_cell_vlservers_stop() argument
568 static int afs_proc_cell_vlservers_show(struct seq_file *m, void *v) in afs_proc_cell_vlservers_show() argument
570 struct in_addr *addr = v; in afs_proc_cell_vlservers_show()
573 if (v == (struct in_addr *) 1) { in afs_proc_cell_vlservers_show()
625 static void *afs_proc_cell_servers_next(struct seq_file *p, void *v, in afs_proc_cell_servers_next() argument
631 return seq_list_next(v, &cell->servers, _pos); 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() argument
648 static int afs_proc_cell_servers_show(struct seq_file *m, void *v) in afs_proc_cell_servers_show() argument
651 struct afs_server *server = list_entry(v, struct afs_server, link); in afs_proc_cell_servers_show()
655 if (v == &cell->servers) { in afs_proc_cell_servers_show()