| /linux-6.15/fs/afs/ |
| H A D | cell.c | 709 pcell = hlist_entry(*p, struct afs_cell, proc_link); in afs_activate_cell() 714 cell->proc_link.pprev = p; in afs_activate_cell() 715 cell->proc_link.next = *p; in afs_activate_cell() 716 rcu_assign_pointer(*p, &cell->proc_link.next); in afs_activate_cell() 717 if (cell->proc_link.next) in afs_activate_cell() 718 cell->proc_link.next->pprev = &cell->proc_link.next; in afs_activate_cell() 734 if (!hlist_unhashed(&cell->proc_link)) in afs_deactivate_cell() 735 hlist_del_rcu(&cell->proc_link); in afs_deactivate_cell()
|
| H A D | volume.c | 50 hlist_add_head_rcu(&volume->proc_link, &cell->proc_volumes); in afs_insert_volume_into_cell() 62 if (!hlist_unhashed(&volume->proc_link)) { in afs_remove_volume_from_cell() 66 hlist_del_rcu(&volume->proc_link); in afs_remove_volume_from_cell() 99 INIT_HLIST_NODE(&volume->proc_link); in afs_alloc_volume()
|
| H A D | server.c | 100 hlist_add_head_rcu(&server->proc_link, &net->fs_proc); in afs_install_server() 135 INIT_HLIST_NODE(&server->proc_link); in afs_alloc_server() 490 if (!hlist_unhashed(&server->proc_link)) in afs_server_destroyer() 491 hlist_del_rcu(&server->proc_link); in afs_server_destroyer()
|
| H A D | vl_alias.c | 115 hlist_for_each_entry_rcu(p, &cell->net->proc_cells, proc_link) { in afs_compare_cell_roots() 194 hlist_for_each_entry(p, &cell->net->proc_cells, proc_link) { in afs_query_for_alias()
|
| H A D | proc.c | 45 cell = list_entry(v, struct afs_cell, proc_link); in afs_proc_cells_show() 268 struct afs_volume *vol = hlist_entry(v, struct afs_volume, proc_link); in afs_proc_cell_volumes_show() 446 server = list_entry(v, struct afs_server, proc_link); in afs_proc_servers_show()
|
| H A D | internal.h | 377 struct hlist_node proc_link; /* /proc cell list link */ member 539 struct hlist_node proc_link; /* Link in net->fs_proc */ member 621 struct hlist_node proc_link; /* Link in cell->proc_volumes */ member
|
| /linux-6.15/fs/netfs/ |
| H A D | fscache_volume.c | 242 INIT_LIST_HEAD(&volume->proc_link); in fscache_alloc_volume() 263 list_add_tail(&volume->proc_link, &fscache_volumes); in fscache_alloc_volume() 404 list_del_init(&volume->proc_link); in fscache_free_volume() 496 volume = list_entry(v, struct fscache_volume, proc_link); in fscache_volumes_seq_show()
|
| H A D | internal.h | 43 list_add_tail_rcu(&rreq->proc_link, &netfs_io_requests); in netfs_proc_add_rreq() 48 if (!list_empty(&rreq->proc_link)) { in netfs_proc_del_rreq() 50 list_del_rcu(&rreq->proc_link); in netfs_proc_del_rreq()
|
| H A D | main.c | 66 rreq = list_entry(v, struct netfs_io_request, proc_link); in netfs_requests_seq_show()
|
| H A D | fscache_cookie.c | 72 list_del(&cookie->proc_link); in fscache_free_cookie() 367 list_add_tail(&cookie->proc_link, &fscache_cookies); in fscache_alloc_cookie() 1125 cookie = list_entry(v, struct fscache_cookie, proc_link); in fscache_cookies_seq_show()
|
| /linux-6.15/include/linux/ |
| H A D | fscache.h | 79 struct list_head proc_link; /* Link in /proc/fs/fscache/volumes */ member 112 struct list_head proc_link; /* Link in proc list */ member
|
| H A D | netfs.h | 235 struct list_head proc_link; /* Link in netfs_iorequests */ member
|
| /linux-6.15/net/rxrpc/ |
| H A D | conn_object.c | 68 INIT_LIST_HEAD(&conn->proc_link); in rxrpc_alloc_connection() 322 list_del_init(&conn->proc_link); in rxrpc_clean_up_connection()
|
| H A D | conn_service.c | 135 list_add_tail(&conn->proc_link, &rxnet->conn_proc_list); in rxrpc_prealloc_service_connection()
|
| H A D | conn_client.c | 96 list_add_tail(&bundle->proc_link, &bundle->local->rxnet->bundle_proc_list); in rxrpc_alloc_bundle() 117 list_del(&bundle->proc_link); in rxrpc_free_bundle() 193 list_add_tail(&conn->proc_link, &rxnet->conn_proc_list); in rxrpc_alloc_client_connection()
|
| H A D | proc.c | 157 conn = list_entry(v, struct rxrpc_connection, proc_link); in rxrpc_connection_seq_show() 243 bundle = list_entry(v, struct rxrpc_bundle, proc_link); in rxrpc_bundle_seq_show()
|
| H A D | call_accept.c | 209 list_del(&conn->proc_link); in rxrpc_discard_prealloc()
|
| H A D | ar-internal.h | 459 struct list_head proc_link; /* Link in net->bundle_proc_list */ member 515 struct list_head proc_link; /* link in procfs list */ member
|