Home
last modified time | relevance | path

Searched refs:_pos (Results 1 – 8 of 8) sorted by relevance

/linux-4.19.296/fs/fscache/
Dhistogram.c60 static void *fscache_histogram_start(struct seq_file *m, loff_t *_pos) in fscache_histogram_start() argument
62 if ((unsigned long long)*_pos >= HZ + 2) in fscache_histogram_start()
64 if (*_pos == 0) in fscache_histogram_start()
65 *_pos = 1; in fscache_histogram_start()
66 return (void *)(unsigned long) *_pos; in fscache_histogram_start()
Dobject-list.c92 static struct fscache_object *fscache_objlist_lookup(loff_t *_pos) in fscache_objlist_lookup() argument
98 if (*_pos >= (unsigned long) ERR_PTR(-ENOENT)) in fscache_objlist_lookup()
100 pos = *_pos; in fscache_objlist_lookup()
105 return (struct fscache_object *)(long)++(*_pos); in fscache_objlist_lookup()
127 *_pos = (unsigned long) ERR_PTR(-ENOENT); in fscache_objlist_lookup()
129 *_pos = (unsigned long) minobj; in fscache_objlist_lookup()
136 static void *fscache_objlist_start(struct seq_file *m, loff_t *_pos) in fscache_objlist_start() argument
140 return fscache_objlist_lookup(_pos); in fscache_objlist_start()
146 static void *fscache_objlist_next(struct seq_file *m, void *v, loff_t *_pos) in fscache_objlist_next() argument
148 (*_pos)++; in fscache_objlist_next()
[all …]
/linux-4.19.296/fs/cachefiles/
Dproc.c54 static void *cachefiles_histogram_start(struct seq_file *m, loff_t *_pos) in cachefiles_histogram_start() argument
56 if ((unsigned long long)*_pos >= HZ + 2) in cachefiles_histogram_start()
58 if (*_pos == 0) in cachefiles_histogram_start()
59 *_pos = 1; in cachefiles_histogram_start()
60 return (void *)(unsigned long) *_pos; in cachefiles_histogram_start()
/linux-4.19.296/fs/afs/
Dproc.c48 static void *afs_proc_cells_start(struct seq_file *m, loff_t *_pos) in afs_proc_cells_start() argument
52 return seq_hlist_start_head_rcu(&afs_seq2net(m)->proc_cells, *_pos); in afs_proc_cells_start()
218 static void *afs_proc_cell_volumes_start(struct seq_file *m, loff_t *_pos) in afs_proc_cell_volumes_start() argument
224 return seq_list_start_head(&cell->proc_volumes, *_pos); in afs_proc_cell_volumes_start()
228 loff_t *_pos) in afs_proc_cell_volumes_next() argument
232 return seq_list_next(v, &cell->proc_volumes, _pos); in afs_proc_cell_volumes_next()
268 static void *afs_proc_cell_vlservers_start(struct seq_file *m, loff_t *_pos) in afs_proc_cell_vlservers_start() argument
273 loff_t pos = *_pos; in afs_proc_cell_vlservers_start()
291 loff_t *_pos) in afs_proc_cell_vlservers_next() argument
299 pos = *_pos; in afs_proc_cell_vlservers_next()
[all …]
/linux-4.19.296/fs/proc/
Dnommu.c85 static void *nommu_region_list_start(struct seq_file *m, loff_t *_pos) in nommu_region_list_start() argument
88 loff_t pos = *_pos; in nommu_region_list_start()
Dgeneric.c783 loff_t *_pos) in proc_simple_write() argument
/linux-4.19.296/fs/nfs/
Dclient.c1105 static void *nfs_server_list_start(struct seq_file *m, loff_t *_pos) in nfs_server_list_start() argument
1112 return seq_list_start_head(&nn->nfs_client_list, *_pos); in nfs_server_list_start()
1172 static void *nfs_volume_list_start(struct seq_file *m, loff_t *_pos) in nfs_volume_list_start() argument
1179 return seq_list_start_head(&nn->nfs_volume_list, *_pos); in nfs_volume_list_start()
/linux-4.19.296/drivers/regulator/
Dpalmas-regulator.c325 #define EXTERNAL_REQUESTOR(_id, _offset, _pos) \ argument
329 .bit_pos = _pos, \
361 #define EXTERNAL_REQUESTOR_TPS65917(_id, _offset, _pos) \ argument
365 .bit_pos = _pos, \