Searched refs:seq_list_start_head (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/net/x25/ |
H A D | x25_proc.c | 29 return seq_list_start_head(&x25_route_list, *pos); in x25_seq_route_start() 116 return seq_list_start_head(&x25_forward_list, *pos); in x25_seq_forward_start()
|
/openbmc/linux/fs/fscache/ |
H A D | cache.c | 409 return seq_list_start_head(&fscache_caches, *_pos); in fscache_caches_seq_start()
|
H A D | volume.c | 513 return seq_list_start_head(&fscache_volumes, *_pos); in fscache_volumes_seq_start()
|
H A D | cookie.c | 1163 return seq_list_start_head(&fscache_cookies, *_pos); in fscache_cookies_seq_start()
|
/openbmc/linux/include/linux/ |
H A D | seq_file.h | 276 extern struct list_head *seq_list_start_head(struct list_head *head,
|
/openbmc/linux/net/atm/ |
H A D | resources.c | 407 return seq_list_start_head(&atm_devs, *pos); in atm_dev_seq_start()
|
/openbmc/linux/fs/ |
H A D | seq_file.c | 915 struct list_head *seq_list_start_head(struct list_head *head, loff_t pos) in seq_list_start_head() function 922 EXPORT_SYMBOL(seq_list_start_head);
|
/openbmc/linux/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_proc.c | 156 return seq_list_start_head(&local->bss_list, *_pos); in prism2_bss_list_proc_start()
|
H A D | hostap_ap.c | 357 return seq_list_start_head(&ap->mac_restrictions.mac_list, *_pos); in ap_control_proc_start() 559 return seq_list_start_head(&ap->sta_list, *_pos); in prism2_ap_proc_start()
|
/openbmc/linux/net/rxrpc/ |
H A D | proc.c | 123 return seq_list_start_head(&rxnet->conn_proc_list, *_pos); in rxrpc_connection_seq_start()
|
/openbmc/linux/fs/nfs/ |
H A D | client.c | 1231 return seq_list_start_head(&nn->nfs_client_list, *_pos); in nfs_server_list_start() 1298 return seq_list_start_head(&nn->nfs_volume_list, *_pos); in nfs_volume_list_start()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | seq_file.rst | 370 struct list_head *seq_list_start_head(struct list_head *head,
|
/openbmc/linux/net/core/ |
H A D | sock.c | 4018 return seq_list_start_head(&proto_list, *pos); in proto_seq_start()
|
/openbmc/linux/drivers/md/ |
H A D | md.c | 8281 return seq_list_start_head(&all_mddevs, *pos); in md_seq_start()
|