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()
227 static void *afs_proc_cell_volumes_start(struct seq_file *m, loff_t *_pos) in afs_proc_cell_volumes_start() argument
233 return seq_hlist_start_head_rcu(&cell->proc_volumes, *_pos); in afs_proc_cell_volumes_start()
237 loff_t *_pos) in afs_proc_cell_volumes_next() argument
241 return seq_hlist_next_rcu(v, &cell->proc_volumes, _pos); in afs_proc_cell_volumes_next()
320 static void *afs_proc_cell_vlservers_start(struct seq_file *m, loff_t *_pos) in afs_proc_cell_vlservers_start() argument
326 loff_t pos = *_pos; in afs_proc_cell_vlservers_start()
334 *_pos = pos = 0; in afs_proc_cell_vlservers_start()
345 loff_t *_pos) in afs_proc_cell_vlservers_next() argument
351 pos = *_pos; in afs_proc_cell_vlservers_next()
353 *_pos = pos; in afs_proc_cell_vlservers_next()
407 static void *afs_proc_servers_start(struct seq_file *m, loff_t *_pos) in afs_proc_servers_start() argument
411 return seq_hlist_start_head_rcu(&afs_seq2net(m)->fs_proc, *_pos); in afs_proc_servers_start()
414 static void *afs_proc_servers_next(struct seq_file *m, void *v, loff_t *_pos) in afs_proc_servers_next() argument
416 return seq_hlist_next_rcu(v, &afs_seq2net(m)->fs_proc, _pos); in afs_proc_servers_next()