Searched refs:cl_superblocks (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/fs/nfs/ |
| H A D | delegation.c | 706 list_for_each_entry_rcu (server, &clp->cl_superblocks, client_link) { in nfs_client_clear_delayed_delegations() 920 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) in nfs_client_mark_return_all_delegations() 984 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) in nfs_client_mark_return_unused_delegation_types() 1105 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) in nfs_expire_unreferenced_delegations() 1193 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in nfs_delegation_find_inode() 1229 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) in nfs_delegation_mark_reclaim() 1331 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) in nfs_mark_test_expired_all_delegations() 1463 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) in nfs_delegations_present()
|
| H A D | callback_proc.c | 140 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in nfs_layout_find_inode_by_stateid() 176 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in nfs_layout_find_inode_by_fh() 725 list_for_each_entry_rcu(server, &cps->clp->cl_superblocks, in nfs4_callback_offload()
|
| H A D | client.c | 176 INIT_LIST_HEAD(&clp->cl_superblocks); in nfs_alloc_client() 278 WARN_ON_ONCE(!list_empty(&clp->cl_superblocks)); in nfs_put_client() 952 list_add_tail_rcu(&server->client_link, &clp->cl_superblocks); in nfs_server_insert_lists() 970 if (list_empty(&clp->cl_superblocks)) in nfs_server_remove_lists()
|
| H A D | nfs4state.c | 245 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in nfs4_get_renew_cred() 1782 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) in nfs4_state_mark_reclaim_helper() 1837 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) in nfs4_state_clear_reclaim_reboot() 1923 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in nfs4_do_reclaim() 2203 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in nfs4_handle_migration() 2249 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in nfs4_handle_lease_moved()
|
| H A D | sysfs.c | 240 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in shutdown_nfs_client()
|
| H A D | pnfs.c | 935 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in pnfs_layout_destroy_byfsid() 957 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in pnfs_layout_build_destroy_list_byclient() 1003 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in pnfs_layout_build_recover_list_byclient()
|
| H A D | super.c | 247 return __nfs_list_for_each_server(&clp->cl_superblocks, fn, data); in nfs_client_for_each_server()
|
| /linux-6.15/include/linux/ |
| H A D | nfs_fs_sb.h | 59 struct list_head cl_superblocks; /* List of nfs_server structs */ member
|