Home
last modified time | relevance | path

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

/Linux-v4.19/fs/nfs/
Ddelegation.c513 server = list_entry_rcu(clp->cl_superblocks.next, in nfs_client_return_marked_delegations()
515 list_for_each_entry_from_rcu(server, &clp->cl_superblocks, client_link) { in nfs_client_return_marked_delegations()
661 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) in nfs_client_mark_return_all_delegations()
725 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) in nfs_client_mark_return_unused_delegation_types()
809 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) in nfs_expire_unreferenced_delegations()
884 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in nfs_delegation_find_inode()
920 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) in nfs_delegation_mark_reclaim()
938 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in nfs_delegation_reap_unclaimed()
1022 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) in nfs_mark_test_expired_all_delegations()
1047 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in nfs_reap_expired_delegations()
[all …]
Dcallback_proc.c131 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in nfs_layout_find_inode_by_stateid()
168 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in nfs_layout_find_inode_by_fh()
381 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) in nfs4_callback_devicenotify()
694 list_for_each_entry_rcu(server, &cps->clp->cl_superblocks, in nfs4_callback_offload()
Dclient.c179 INIT_LIST_HEAD(&clp->cl_superblocks); in nfs_alloc_client()
277 WARN_ON_ONCE(!list_empty(&clp->cl_superblocks)); in nfs_put_client()
843 list_add_tail_rcu(&server->client_link, &clp->cl_superblocks); in nfs_server_insert_lists()
861 if (list_empty(&clp->cl_superblocks)) in nfs_server_remove_lists()
Dnfs4state.c226 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in nfs4_get_renew_cred_locked()
1711 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) in nfs4_state_mark_reclaim_helper()
1765 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) in nfs4_state_clear_reclaim_reboot()
1845 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in nfs4_do_reclaim()
2101 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in nfs4_handle_migration()
2149 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in nfs4_handle_lease_moved()
Dpnfs.c830 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in pnfs_destroy_layouts_byfsid()
856 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in pnfs_destroy_layouts_byclid()
/Linux-v4.19/include/linux/
Dnfs_fs_sb.h53 struct list_head cl_superblocks; /* List of nfs_server structs */ member