/linux-4.1.27/fs/afs/ |
D | proc.c | 29 size_t size, loff_t *_pos); 47 size_t size, loff_t *_pos); 50 size_t size, loff_t *_pos); 177 static void *afs_proc_cells_start(struct seq_file *m, loff_t *_pos) in afs_proc_cells_start() argument 181 return seq_list_start_head(&afs_proc_cells, *_pos); in afs_proc_cells_start() 224 size_t size, loff_t *_pos) in afs_proc_cells_write() argument 298 size_t size, loff_t *_pos) in afs_proc_rootcell_read() argument 309 size_t size, loff_t *_pos) in afs_proc_rootcell_write() argument 417 static void *afs_proc_cell_volumes_start(struct seq_file *m, loff_t *_pos) in afs_proc_cell_volumes_start() argument 421 _enter("cell=%p pos=%Ld", cell, *_pos); in afs_proc_cell_volumes_start() [all …]
|
/linux-4.1.27/security/keys/ |
D | proc.c | 22 static void *proc_keys_start(struct seq_file *p, loff_t *_pos); 23 static void *proc_keys_next(struct seq_file *p, void *v, loff_t *_pos); 42 static void *proc_key_users_start(struct seq_file *p, loff_t *_pos); 43 static void *proc_key_users_next(struct seq_file *p, void *v, loff_t *_pos); 138 static void *proc_keys_start(struct seq_file *p, loff_t *_pos) in proc_keys_start() argument 141 key_serial_t pos = *_pos; in proc_keys_start() 146 if (*_pos > INT_MAX) in proc_keys_start() 151 *_pos = key->serial; in proc_keys_start() 161 static void *proc_keys_next(struct seq_file *p, void *v, loff_t *_pos) in proc_keys_next() argument 167 *_pos = key_node_serial(n); in proc_keys_next() [all …]
|
/linux-4.1.27/drivers/net/wireless/hostap/ |
D | hostap_proc.c | 122 static void *prism2_wds_proc_start(struct seq_file *m, loff_t *_pos) in prism2_wds_proc_start() argument 126 return seq_list_start(&local->hostap_interfaces, *_pos); in prism2_wds_proc_start() 129 static void *prism2_wds_proc_next(struct seq_file *m, void *v, loff_t *_pos) in prism2_wds_proc_next() argument 132 return seq_list_next(v, &local->hostap_interfaces, _pos); in prism2_wds_proc_next() 193 static void *prism2_bss_list_proc_start(struct seq_file *m, loff_t *_pos) in prism2_bss_list_proc_start() argument 197 return seq_list_start_head(&local->bss_list, *_pos); in prism2_bss_list_proc_start() 200 static void *prism2_bss_list_proc_next(struct seq_file *m, void *v, loff_t *_pos) in prism2_bss_list_proc_next() argument 203 return seq_list_next(v, &local->bss_list, _pos); in prism2_bss_list_proc_next() 268 size_t count, loff_t *_pos) in prism2_pda_proc_read() argument 273 if (local->pda == NULL || *_pos >= PRISM2_PDA_SIZE) in prism2_pda_proc_read() [all …]
|
D | hostap_download.c | 193 static void *prism2_download_aux_dump_proc_start(struct seq_file *m, loff_t *_pos) in prism2_download_aux_dump_proc_start() argument 197 if (*_pos >= prism2_download_aux_dump_npages) in prism2_download_aux_dump_proc_start() 199 return (void *)((unsigned long)*_pos + 1); in prism2_download_aux_dump_proc_start() 202 static void *prism2_download_aux_dump_proc_next(struct seq_file *m, void *v, loff_t *_pos) in prism2_download_aux_dump_proc_next() argument 204 ++*_pos; in prism2_download_aux_dump_proc_next() 205 if (*_pos >= prism2_download_aux_dump_npages) in prism2_download_aux_dump_proc_next() 207 return (void *)((unsigned long)*_pos + 1); in prism2_download_aux_dump_proc_next()
|
D | hostap_ap.c | 365 static void *ap_control_proc_start(struct seq_file *m, loff_t *_pos) in ap_control_proc_start() argument 369 return seq_list_start_head(&ap->mac_restrictions.mac_list, *_pos); in ap_control_proc_start() 372 static void *ap_control_proc_next(struct seq_file *m, void *v, loff_t *_pos) in ap_control_proc_next() argument 375 return seq_list_next(v, &ap->mac_restrictions.mac_list, _pos); in ap_control_proc_next() 585 static void *prism2_ap_proc_start(struct seq_file *m, loff_t *_pos) in prism2_ap_proc_start() argument 589 return seq_list_start_head(&ap->sta_list, *_pos); in prism2_ap_proc_start() 592 static void *prism2_ap_proc_next(struct seq_file *m, void *v, loff_t *_pos) in prism2_ap_proc_next() argument 595 return seq_list_next(v, &ap->sta_list, _pos); in prism2_ap_proc_next()
|
/linux-4.1.27/fs/fscache/ |
D | histogram.c | 60 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()
|
D | object-list.c | 94 static struct fscache_object *fscache_objlist_lookup(loff_t *_pos) in fscache_objlist_lookup() argument 100 if (*_pos >= (unsigned long) ERR_PTR(-ENOENT)) in fscache_objlist_lookup() 102 pos = *_pos; in fscache_objlist_lookup() 107 return (struct fscache_object *)(long)++(*_pos); in fscache_objlist_lookup() 129 *_pos = (unsigned long) ERR_PTR(-ENOENT); in fscache_objlist_lookup() 131 *_pos = (unsigned long) minobj; in fscache_objlist_lookup() 138 static void *fscache_objlist_start(struct seq_file *m, loff_t *_pos) in fscache_objlist_start() argument 142 return fscache_objlist_lookup(_pos); in fscache_objlist_start() 148 static void *fscache_objlist_next(struct seq_file *m, void *v, loff_t *_pos) in fscache_objlist_next() argument 150 (*_pos)++; in fscache_objlist_next() [all …]
|
/linux-4.1.27/fs/cachefiles/ |
D | proc.c | 54 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.1.27/drivers/nubus/ |
D | proc.c | 165 static void *nubus_proc_start(struct seq_file *m, loff_t *_pos) in nubus_proc_start() argument 170 if (*_pos > LONG_MAX) in nubus_proc_start() 172 pos = *_pos; in nubus_proc_start() 181 static void *nubus_proc_next(struct seq_file *p, void *v, loff_t *_pos) in nubus_proc_next() argument 186 ++*_pos; in nubus_proc_next()
|
/linux-4.1.27/net/rxrpc/ |
D | ar-proc.c | 31 static void *rxrpc_call_seq_start(struct seq_file *seq, loff_t *_pos) in rxrpc_call_seq_start() argument 34 return seq_list_start_head(&rxrpc_calls, *_pos); in rxrpc_call_seq_start() 112 static void *rxrpc_connection_seq_start(struct seq_file *seq, loff_t *_pos) in rxrpc_connection_seq_start() argument 115 return seq_list_start_head(&rxrpc_connections, *_pos); in rxrpc_connection_seq_start()
|
/linux-4.1.27/fs/proc/ |
D | nommu.c | 85 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()
|
/linux-4.1.27/net/hsr/ |
D | hsr_framereg.h | 42 void *hsr_get_next_node(struct hsr_priv *hsr, void *_pos,
|
D | hsr_framereg.c | 410 void *hsr_get_next_node(struct hsr_priv *hsr, void *_pos, in hsr_get_next_node() argument 415 if (!_pos) { in hsr_get_next_node() 423 node = _pos; in hsr_get_next_node()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | fw-api-coex.h | 284 #define BT_MBOX(n_dw, _msg, _pos, _nbits) \ argument 285 BT_MBOX##n_dw##_##_msg##_POS = (_pos), \
|
/linux-4.1.27/drivers/mfd/ |
D | rc5t583.c | 43 #define DEEPSLEEP_INIT(_id, _reg, _pos) \ argument 46 .ds_pos_bit = _pos, \
|
/linux-4.1.27/arch/s390/net/ |
D | bpf_jit.S | 51 ENTRY(sk_load_##NAME##_pos); \
|
/linux-4.1.27/fs/nfs/ |
D | client.c | 1253 static void *nfs_server_list_start(struct seq_file *m, loff_t *_pos) in nfs_server_list_start() argument 1260 return seq_list_start_head(&nn->nfs_client_list, *_pos); in nfs_server_list_start() 1329 static void *nfs_volume_list_start(struct seq_file *m, loff_t *_pos) in nfs_volume_list_start() argument 1336 return seq_list_start_head(&nn->nfs_volume_list, *_pos); in nfs_volume_list_start()
|
/linux-4.1.27/drivers/regulator/ |
D | palmas-regulator.c | 318 #define EXTERNAL_REQUESTOR(_id, _offset, _pos) \ argument 322 .bit_pos = _pos, \ 354 #define EXTERNAL_REQUESTOR_TPS65917(_id, _offset, _pos) \ argument 358 .bit_pos = _pos, \
|