Searched refs:proc_link (Results 1 – 10 of 10) sorted by relevance
| /fs/afs/ |
| A D | cell.c | 710 pcell = hlist_entry(*p, struct afs_cell, proc_link); in afs_activate_cell() 715 cell->proc_link.pprev = p; in afs_activate_cell() 716 cell->proc_link.next = *p; in afs_activate_cell() 717 rcu_assign_pointer(*p, &cell->proc_link.next); in afs_activate_cell() 718 if (cell->proc_link.next) in afs_activate_cell() 719 cell->proc_link.next->pprev = &cell->proc_link.next; in afs_activate_cell() 735 if (!hlist_unhashed(&cell->proc_link)) in afs_deactivate_cell() 736 hlist_del_rcu(&cell->proc_link); in afs_deactivate_cell()
|
| 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()
|
| A D | server.c | 100 hlist_add_head_rcu(&server->proc_link, &net->fs_proc); in afs_install_server() 136 INIT_HLIST_NODE(&server->proc_link); in afs_alloc_server() 492 if (!hlist_unhashed(&server->proc_link)) in afs_server_destroyer() 493 hlist_del_rcu(&server->proc_link); in afs_server_destroyer()
|
| 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()
|
| 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()
|
| A D | internal.h | 382 struct hlist_node proc_link; /* /proc cell list link */ member 544 struct hlist_node proc_link; /* Link in net->fs_proc */ member 628 struct hlist_node proc_link; /* Link in cell->proc_volumes */ member
|
| /fs/netfs/ |
| 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()
|
| A D | internal.h | 49 list_add_tail_rcu(&rreq->proc_link, &netfs_io_requests); in netfs_proc_add_rreq() 54 if (!list_empty(&rreq->proc_link)) { in netfs_proc_del_rreq() 56 list_del_rcu(&rreq->proc_link); in netfs_proc_del_rreq()
|
| A D | main.c | 67 rreq = list_entry(v, struct netfs_io_request, proc_link); in netfs_requests_seq_show()
|
| 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()
|
Completed in 27 milliseconds