Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nfs/
Ddelegation.c477 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in nfs_client_return_marked_delegations()
576 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) in nfs_client_mark_return_all_delegations()
640 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) in nfs_client_mark_return_unused_delegation_types()
703 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) in nfs_expire_unreferenced_delegations()
776 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in nfs_delegation_find_inode()
803 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) in nfs_delegation_mark_reclaim()
821 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in nfs_delegation_reap_unclaimed()
867 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) in nfs_delegations_present()
Dcallback_proc.c124 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in get_layout_by_fh_locked()
282 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) in nfs4_callback_devicenotify()
Dclient.c179 INIT_LIST_HEAD(&clp->cl_superblocks); in nfs_alloc_client()
282 WARN_ON_ONCE(!list_empty(&clp->cl_superblocks)); in nfs_put_client()
841 list_add_tail_rcu(&server->client_link, &clp->cl_superblocks); in nfs_server_insert_lists()
859 if (list_empty(&clp->cl_superblocks)) in nfs_server_remove_lists()
Dnfs4state.c207 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in nfs4_get_renew_cred_locked()
1580 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) in nfs4_state_mark_reclaim_helper()
1633 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) in nfs4_state_clear_reclaim_reboot()
1717 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in nfs4_do_reclaim()
1969 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in nfs4_handle_migration()
2017 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in nfs4_handle_lease_moved()
Dpnfs.c723 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in pnfs_destroy_layouts_byfsid()
749 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in pnfs_destroy_layouts_byclid()
/linux-4.4.14/include/linux/
Dnfs_fs_sb.h50 struct list_head cl_superblocks; /* List of nfs_server structs */ member