Home
last modified time | relevance | path

Searched refs:seq_list_start_head (Results 1 – 13 of 13) sorted by relevance

/linux-5.19.10/net/x25/
Dx25_proc.c29 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()
/linux-5.19.10/fs/fscache/
Dcache.c408 return seq_list_start_head(&fscache_caches, *_pos); in fscache_caches_seq_start()
Dvolume.c497 return seq_list_start_head(&fscache_volumes, *_pos); in fscache_volumes_seq_start()
Dcookie.c1149 return seq_list_start_head(&fscache_cookies, *_pos); in fscache_cookies_seq_start()
/linux-5.19.10/include/linux/
Dseq_file.h275 extern struct list_head *seq_list_start_head(struct list_head *head,
/linux-5.19.10/net/rxrpc/
Dproc.c132 return seq_list_start_head(&rxnet->conn_proc_list, *_pos); in rxrpc_connection_seq_start()
/linux-5.19.10/net/atm/
Dresources.c406 return seq_list_start_head(&atm_devs, *pos); in atm_dev_seq_start()
/linux-5.19.10/fs/
Dseq_file.c915 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);
/linux-5.19.10/drivers/net/wireless/intersil/hostap/
Dhostap_proc.c156 return seq_list_start_head(&local->bss_list, *_pos); in prism2_bss_list_proc_start()
Dhostap_ap.c357 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()
/linux-5.19.10/fs/nfs/
Dclient.c1193 return seq_list_start_head(&nn->nfs_client_list, *_pos); in nfs_server_list_start()
1260 return seq_list_start_head(&nn->nfs_volume_list, *_pos); in nfs_volume_list_start()
/linux-5.19.10/Documentation/filesystems/
Dseq_file.rst370 struct list_head *seq_list_start_head(struct list_head *head,
/linux-5.19.10/net/core/
Dsock.c3892 return seq_list_start_head(&proto_list, *pos); in proto_seq_start()