Lines Matching refs:v
34 static int afs_proc_cells_show(struct seq_file *m, void *v) in afs_proc_cells_show() argument
39 if (v == SEQ_START_TOKEN) { in afs_proc_cells_show()
45 cell = list_entry(v, struct afs_cell, proc_link); in afs_proc_cells_show()
64 static void *afs_proc_cells_next(struct seq_file *m, void *v, loff_t *pos) in afs_proc_cells_next() argument
66 return seq_hlist_next_rcu(v, &afs_seq2net(m)->proc_cells, pos); in afs_proc_cells_next()
69 static void afs_proc_cells_stop(struct seq_file *m, void *v) in afs_proc_cells_stop() argument
150 static int afs_proc_rootcell_show(struct seq_file *m, void *v) in afs_proc_rootcell_show() argument
209 static int afs_proc_cell_volumes_show(struct seq_file *m, void *v) in afs_proc_cell_volumes_show() argument
212 struct afs_volume *vol = list_entry(v, struct afs_volume, proc_link); in afs_proc_cell_volumes_show()
215 if (v == &cell->proc_volumes) { in afs_proc_cell_volumes_show()
236 static void *afs_proc_cell_volumes_next(struct seq_file *m, void *v, in afs_proc_cell_volumes_next() argument
241 return seq_list_next(v, &cell->proc_volumes, _pos); in afs_proc_cell_volumes_next()
244 static void afs_proc_cell_volumes_stop(struct seq_file *m, void *v) in afs_proc_cell_volumes_stop() argument
284 static int afs_proc_cell_vlservers_show(struct seq_file *m, void *v) in afs_proc_cell_vlservers_show() argument
293 if (v == SEQ_START_TOKEN) { in afs_proc_cell_vlservers_show()
300 entry = v; in afs_proc_cell_vlservers_show()
341 static void *afs_proc_cell_vlservers_next(struct seq_file *m, void *v, in afs_proc_cell_vlservers_next() argument
357 static void afs_proc_cell_vlservers_stop(struct seq_file *m, void *v) in afs_proc_cell_vlservers_stop() argument
373 static int afs_proc_servers_show(struct seq_file *m, void *v) in afs_proc_servers_show() argument
379 if (v == SEQ_START_TOKEN) { in afs_proc_servers_show()
384 server = list_entry(v, struct afs_server, proc_link); in afs_proc_servers_show()
405 static void *afs_proc_servers_next(struct seq_file *m, void *v, loff_t *_pos) in afs_proc_servers_next() argument
407 return seq_hlist_next_rcu(v, &afs_seq2net(m)->fs_proc, _pos); in afs_proc_servers_next()
410 static void afs_proc_servers_stop(struct seq_file *m, void *v) in afs_proc_servers_stop() argument
427 static int afs_proc_sysname_show(struct seq_file *m, void *v) in afs_proc_sysname_show() argument
431 unsigned int i = (unsigned long)v - 1; in afs_proc_sysname_show()
452 static void *afs_proc_sysname_next(struct seq_file *m, void *v, loff_t *pos) in afs_proc_sysname_next() argument
463 static void afs_proc_sysname_stop(struct seq_file *m, void *v) in afs_proc_sysname_stop() argument
571 static int afs_proc_stats_show(struct seq_file *m, void *v) in afs_proc_stats_show() argument