Lines Matching refs:_pos
57 static void *afs_proc_cells_start(struct seq_file *m, loff_t *_pos) in afs_proc_cells_start() argument
61 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_list_start_head(&cell->proc_volumes, *_pos); in afs_proc_cell_volumes_start()
237 loff_t *_pos) in afs_proc_cell_volumes_next() argument
241 return seq_list_next(v, &cell->proc_volumes, _pos); in afs_proc_cell_volumes_next()
317 static void *afs_proc_cell_vlservers_start(struct seq_file *m, loff_t *_pos) in afs_proc_cell_vlservers_start() argument
323 loff_t pos = *_pos; in afs_proc_cell_vlservers_start()
331 *_pos = pos = 0; in afs_proc_cell_vlservers_start()
342 loff_t *_pos) in afs_proc_cell_vlservers_next() argument
348 pos = *_pos; in afs_proc_cell_vlservers_next()
350 *_pos = pos; in afs_proc_cell_vlservers_next()
398 static void *afs_proc_servers_start(struct seq_file *m, loff_t *_pos) in afs_proc_servers_start() argument
402 return seq_hlist_start_head_rcu(&afs_seq2net(m)->fs_proc, *_pos); in afs_proc_servers_start()
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()