/linux-6.12.1/fs/afs/ |
D | cell.c | 687 pcell = hlist_entry(*p, struct afs_cell, proc_link); in afs_activate_cell() 692 cell->proc_link.pprev = p; in afs_activate_cell() 693 cell->proc_link.next = *p; in afs_activate_cell() 694 rcu_assign_pointer(*p, &cell->proc_link.next); in afs_activate_cell() 695 if (cell->proc_link.next) in afs_activate_cell() 696 cell->proc_link.next->pprev = &cell->proc_link.next; in afs_activate_cell() 713 hlist_del_rcu(&cell->proc_link); in afs_deactivate_cell()
|
D | volume.c | 49 hlist_add_head_rcu(&volume->proc_link, &cell->proc_volumes); in afs_insert_volume_into_cell() 61 if (!hlist_unhashed(&volume->proc_link)) { in afs_remove_volume_from_cell() 65 hlist_del_rcu(&volume->proc_link); in afs_remove_volume_from_cell() 97 INIT_HLIST_NODE(&volume->proc_link); in afs_alloc_volume()
|
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()
|
D | proc.c | 45 cell = list_entry(v, struct afs_cell, proc_link); in afs_proc_cells_show() 261 struct afs_volume *vol = hlist_entry(v, struct afs_volume, proc_link); in afs_proc_cell_volumes_show() 439 server = list_entry(v, struct afs_server, proc_link); in afs_proc_servers_show()
|
D | server.c | 164 hlist_add_head_rcu(&server->proc_link, &net->fs_proc); in afs_install_server() 511 hlist_del_rcu(&server->proc_link); in afs_gc_servers()
|
D | dynroot.c | 344 hlist_for_each_entry(cell, &net->proc_cells, proc_link) { in afs_dynroot_populate()
|
D | internal.h | 401 struct hlist_node proc_link; /* /proc cell list link */ member 565 struct hlist_node proc_link; /* Link in net->fs_proc */ member 642 struct hlist_node proc_link; /* Link in cell->proc_volumes */ member
|
/linux-6.12.1/fs/netfs/ |
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() 405 list_del_init(&volume->proc_link); in fscache_free_volume() 497 volume = list_entry(v, struct fscache_volume, proc_link); in fscache_volumes_seq_show()
|
D | internal.h | 42 list_add_tail_rcu(&rreq->proc_link, &netfs_io_requests); in netfs_proc_add_rreq() 47 if (!list_empty(&rreq->proc_link)) { in netfs_proc_del_rreq() 49 list_del_rcu(&rreq->proc_link); in netfs_proc_del_rreq()
|
D | main.c | 64 rreq = list_entry(v, struct netfs_io_request, proc_link); in netfs_requests_seq_show()
|
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.12.1/include/linux/ |
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
|
D | netfs.h | 235 struct list_head proc_link; /* Link in netfs_iorequests */ member
|
/linux-6.12.1/net/rxrpc/ |
D | conn_object.c | 68 INIT_LIST_HEAD(&conn->proc_link); in rxrpc_alloc_connection() 321 list_del_init(&conn->proc_link); in rxrpc_clean_up_connection()
|
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()
|
D | conn_service.c | 135 list_add_tail(&conn->proc_link, &rxnet->conn_proc_list); in rxrpc_prealloc_service_connection()
|
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()
|
D | ar-internal.h | 447 struct list_head proc_link; /* Link in net->bundle_proc_list */ member 503 struct list_head proc_link; /* link in procfs list */ member
|
D | call_accept.c | 209 list_del(&conn->proc_link); in rxrpc_discard_prealloc()
|