Home
last modified time | relevance | path

Searched refs:cl_superblocks (Results 1 – 7 of 7) sorted by relevance

/linux/fs/nfs/
A Ddelegation.c690 list_for_each_entry_rcu (server, &clp->cl_superblocks, client_link) { in nfs_client_clear_delayed_delegations()
853 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) in nfs_client_mark_return_all_delegations()
917 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) in nfs_client_mark_return_unused_delegation_types()
1033 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) in nfs_expire_unreferenced_delegations()
1121 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in nfs_delegation_find_inode()
1157 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) in nfs_delegation_mark_reclaim()
1259 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) in nfs_mark_test_expired_all_delegations()
1382 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) in nfs_delegations_present()
A Dcallback_proc.c136 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()
719 list_for_each_entry_rcu(server, &cps->clp->cl_superblocks, in nfs4_callback_offload()
A Dclient.c177 INIT_LIST_HEAD(&clp->cl_superblocks); in nfs_alloc_client()
272 WARN_ON_ONCE(!list_empty(&clp->cl_superblocks)); in nfs_put_client()
915 list_add_tail_rcu(&server->client_link, &clp->cl_superblocks); in nfs_server_insert_lists()
933 if (list_empty(&clp->cl_superblocks)) in nfs_server_remove_lists()
A Dnfs4state.c242 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in nfs4_get_renew_cred()
1770 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) in nfs4_state_mark_reclaim_helper()
1824 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) in nfs4_state_clear_reclaim_reboot()
1905 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in nfs4_do_reclaim()
2163 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in nfs4_handle_migration()
2209 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in nfs4_handle_lease_moved()
A Dsuper.c235 return __nfs_list_for_each_server(&clp->cl_superblocks, fn, data); in nfs_client_for_each_server()
A Dpnfs.c900 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/include/linux/
A Dnfs_fs_sb.h56 struct list_head cl_superblocks; /* List of nfs_server structs */ member

Completed in 28 milliseconds