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);
68 static void *afs_proc_cell_volumes_next(struct seq_file *p, void *v,
70 static void afs_proc_cell_volumes_stop(struct seq_file *p, void *v);
71 static int afs_proc_cell_volumes_show(struct seq_file *m, void *v);
93 static void *afs_proc_cell_vlservers_next(struct seq_file *p, void *v,
95 static void afs_proc_cell_vlservers_stop(struct seq_file *p, void *v);
96 static int afs_proc_cell_vlservers_show(struct seq_file *m, void *v);
117 static void *afs_proc_cell_servers_next(struct seq_file *p, void *v,
119 static void afs_proc_cell_servers_stop(struct seq_file *p, void *v);
120 static int afs_proc_cell_servers_show(struct seq_file *m, void *v);
212 static void *afs_proc_cells_next(struct seq_file *p, void *v, loff_t *pos) in afs_proc_cells_next() argument
214 return seq_list_next(v, &afs_proc_cells, pos); in afs_proc_cells_next()
220 static void afs_proc_cells_stop(struct seq_file *p, void *v) in afs_proc_cells_stop() argument
228 static int afs_proc_cells_show(struct seq_file *m, void *v) in afs_proc_cells_show() argument
230 struct afs_cell *cell = list_entry(v, struct afs_cell, proc_link); in afs_proc_cells_show()
232 if (v == &afs_proc_cells) { in afs_proc_cells_show()
491 static void *afs_proc_cell_volumes_next(struct seq_file *p, void *v, in afs_proc_cell_volumes_next() argument
497 return seq_list_next(v, &cell->vl_list, _pos); in afs_proc_cell_volumes_next()
503 static void afs_proc_cell_volumes_stop(struct seq_file *p, void *v) in afs_proc_cell_volumes_stop() argument
523 static int afs_proc_cell_volumes_show(struct seq_file *m, void *v) in afs_proc_cell_volumes_show() argument
527 list_entry(v, struct afs_vlocation, link); in afs_proc_cell_volumes_show()
530 if (v == &cell->vl_list) { in afs_proc_cell_volumes_show()
608 static void *afs_proc_cell_vlservers_next(struct seq_file *p, void *v, in afs_proc_cell_vlservers_next() argument
627 static void afs_proc_cell_vlservers_stop(struct seq_file *p, void *v) in afs_proc_cell_vlservers_stop() argument
637 static int afs_proc_cell_vlservers_show(struct seq_file *m, void *v) in afs_proc_cell_vlservers_show() argument
639 struct in_addr *addr = v; in afs_proc_cell_vlservers_show()
642 if (v == (struct in_addr *) 1) { in afs_proc_cell_vlservers_show()
703 static void *afs_proc_cell_servers_next(struct seq_file *p, void *v, in afs_proc_cell_servers_next() argument
709 return seq_list_next(v, &cell->servers, _pos); in afs_proc_cell_servers_next()
715 static void afs_proc_cell_servers_stop(struct seq_file *p, void *v) in afs_proc_cell_servers_stop() argument
726 static int afs_proc_cell_servers_show(struct seq_file *m, void *v) in afs_proc_cell_servers_show() argument
729 struct afs_server *server = list_entry(v, struct afs_server, link); in afs_proc_cell_servers_show()
733 if (v == &cell->servers) { in afs_proc_cell_servers_show()