Lines Matching refs:_pos
59 static void *afs_proc_cells_start(struct seq_file *m, loff_t *_pos) in afs_proc_cells_start() argument
63 return seq_hlist_start_head_rcu(&afs_seq2net(m)->proc_cells, *_pos); in afs_proc_cells_start()
277 static void *afs_proc_cell_volumes_start(struct seq_file *m, loff_t *_pos) in afs_proc_cell_volumes_start() argument
283 return seq_hlist_start_head_rcu(&cell->proc_volumes, *_pos); in afs_proc_cell_volumes_start()
287 loff_t *_pos) in afs_proc_cell_volumes_next() argument
291 return seq_hlist_next_rcu(v, &cell->proc_volumes, _pos); in afs_proc_cell_volumes_next()
370 static void *afs_proc_cell_vlservers_start(struct seq_file *m, loff_t *_pos) in afs_proc_cell_vlservers_start() argument
376 loff_t pos = *_pos; in afs_proc_cell_vlservers_start()
384 *_pos = pos = 0; in afs_proc_cell_vlservers_start()
395 loff_t *_pos) in afs_proc_cell_vlservers_next() argument
401 pos = *_pos; in afs_proc_cell_vlservers_next()
403 *_pos = pos; in afs_proc_cell_vlservers_next()
470 static void *afs_proc_servers_start(struct seq_file *m, loff_t *_pos) in afs_proc_servers_start() argument
474 return seq_hlist_start_head_rcu(&afs_seq2net(m)->fs_proc, *_pos); in afs_proc_servers_start()
477 static void *afs_proc_servers_next(struct seq_file *m, void *v, loff_t *_pos) in afs_proc_servers_next() argument
479 return seq_hlist_next_rcu(v, &afs_seq2net(m)->fs_proc, _pos); in afs_proc_servers_next()