Home
last modified time | relevance | path

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

/linux/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/fs/netfs/
H A Dmain.c85 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.c512 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/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/net/atm/
H A Dresources.c408 return seq_list_start_head(&atm_devs, *pos); in atm_dev_seq_start()
/linux/fs/
H A Dseq_file.c909 struct list_head *seq_list_start_head(struct list_head *head, loff_t pos) in seq_list_start_head() function
916 EXPORT_SYMBOL(seq_list_start_head);
/linux/fs/nfs/
H A Dclient.c1329 return seq_list_start_head(&nn->nfs_client_list, *_pos); in nfs_server_list_start()
1396 return seq_list_start_head(&nn->nfs_volume_list, *_pos); in nfs_volume_list_start()
/linux/Documentation/filesystems/
H A Dseq_file.rst370 struct list_head *seq_list_start_head(struct list_head *head,
/linux/net/core/
H A Dsock.c4288 return seq_list_start_head(&proto_list, *pos); in proto_seq_start()
/linux/drivers/md/
H A Dmd.c8788 return seq_list_start_head(&all_mddevs, *pos); in md_seq_start()