Searched refs:_pos (Results 1 – 5 of 5) sorted by relevance
/fs/afs/ |
D | proc.c | 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 [all …]
|
/fs/proc/ |
D | nommu.c | 80 static void *nommu_region_list_start(struct seq_file *m, loff_t *_pos) in nommu_region_list_start() argument 83 loff_t pos = *_pos; in nommu_region_list_start()
|
D | generic.c | 809 loff_t *_pos) in proc_simple_write() argument
|
/fs/fscache/ |
D | cookie.c | 1047 static void *fscache_cookies_seq_start(struct seq_file *m, loff_t *_pos) in fscache_cookies_seq_start() argument 1051 return seq_list_start_head(&fscache_cookies, *_pos); in fscache_cookies_seq_start() 1054 static void *fscache_cookies_seq_next(struct seq_file *m, void *v, loff_t *_pos) in fscache_cookies_seq_next() argument 1056 return seq_list_next(v, &fscache_cookies, _pos); in fscache_cookies_seq_next()
|
/fs/nfs/ |
D | client.c | 1174 static void *nfs_server_list_start(struct seq_file *m, loff_t *_pos) in nfs_server_list_start() argument 1181 return seq_list_start_head(&nn->nfs_client_list, *_pos); in nfs_server_list_start() 1241 static void *nfs_volume_list_start(struct seq_file *m, loff_t *_pos) in nfs_volume_list_start() argument 1248 return seq_list_start_head(&nn->nfs_volume_list, *_pos); in nfs_volume_list_start()
|