Home
last modified time | relevance | path

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

/linux-6.15/net/x25/
H A 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-6.15/fs/netfs/
H A Dmain.c84 return seq_list_start_head(&netfs_io_requests, *_pos); in netfs_requests_seq_start()
H A Dfscache_cache.c409 return seq_list_start_head(&fscache_caches, *_pos); in fscache_caches_seq_start()
H A Dfscache_volume.c513 return seq_list_start_head(&fscache_volumes, *_pos); in fscache_volumes_seq_start()
H A Dfscache_cookie.c1163 return seq_list_start_head(&fscache_cookies, *_pos); in fscache_cookies_seq_start()
/linux-6.15/net/rxrpc/
H A Dproc.c121 return seq_list_start_head(&rxnet->conn_proc_list, *_pos); in rxrpc_connection_seq_start()
208 return seq_list_start_head(&rxnet->bundle_proc_list, *_pos); in rxrpc_bundle_seq_start()
/linux-6.15/include/linux/
H A Dseq_file.h302 extern struct list_head *seq_list_start_head(struct list_head *head,
/linux-6.15/net/atm/
H A Dresources.c407 return seq_list_start_head(&atm_devs, *pos); in atm_dev_seq_start()
/linux-6.15/fs/
H A Dseq_file.c908 struct list_head *seq_list_start_head(struct list_head *head, loff_t pos) in seq_list_start_head() function
915 EXPORT_SYMBOL(seq_list_start_head);
/linux-6.15/fs/nfs/
H A Dclient.c1265 return seq_list_start_head(&nn->nfs_client_list, *_pos); in nfs_server_list_start()
1332 return seq_list_start_head(&nn->nfs_volume_list, *_pos); in nfs_volume_list_start()
/linux-6.15/Documentation/filesystems/
H A Dseq_file.rst370 struct list_head *seq_list_start_head(struct list_head *head,
/linux-6.15/net/core/
H A Dsock.c4205 return seq_list_start_head(&proto_list, *pos); in proto_seq_start()
/linux-6.15/drivers/md/
H A Dmd.c8342 return seq_list_start_head(&all_mddevs, *pos); in md_seq_start()