Searched refs:client_link (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.15/fs/nfs/ |
| D | delegation.c | 690 list_for_each_entry_rcu (server, &clp->cl_superblocks, client_link) { in nfs_client_clear_delayed_delegations() 851 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) in nfs_client_mark_return_all_delegations() 915 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) in nfs_client_mark_return_unused_delegation_types() 1031 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) in nfs_expire_unreferenced_delegations() 1119 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in nfs_delegation_find_inode() 1155 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) in nfs_delegation_mark_reclaim() 1257 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) in nfs_mark_test_expired_all_delegations() 1380 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) in nfs_delegations_present()
|
| D | callback_proc.c | 136 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in nfs_layout_find_inode_by_stateid() 172 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in nfs_layout_find_inode_by_fh() 377 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) in nfs4_callback_devicenotify() 720 client_link) { in nfs4_callback_offload()
|
| D | nfs4state.c | 242 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in nfs4_get_renew_cred() 1773 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) in nfs4_state_mark_reclaim_helper() 1827 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) in nfs4_state_clear_reclaim_reboot() 1908 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in nfs4_do_reclaim() 2162 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in nfs4_handle_migration() 2208 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in nfs4_handle_lease_moved()
|
| D | client.c | 892 list_add_tail_rcu(&server->client_link, &clp->cl_superblocks); in nfs_server_insert_lists() 909 list_del_rcu(&server->client_link); in nfs_server_remove_lists() 933 INIT_LIST_HEAD(&server->client_link); in nfs_alloc_server()
|
| D | super.c | 212 list_for_each_entry_rcu(server, head, client_link) { in __nfs_list_for_each_server()
|
| D | pnfs.c | 900 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in pnfs_destroy_layouts_byfsid() 926 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in pnfs_destroy_layouts_byclid()
|
| /Linux-v5.15/include/linux/ |
| D | nfs_fs_sb.h | 137 struct list_head client_link; /* List of other nfs_server structs member
|