Searched refs:cl_superblocks (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/fs/nfs/ |
D | delegation.c | 330 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in nfs_client_return_marked_delegations() 454 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) in nfs_client_mark_return_all_delegation_types() 520 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) in nfs_expire_unreferenced_delegations() 593 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in nfs_delegation_find_inode() 620 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) in nfs_delegation_mark_reclaim() 638 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in nfs_delegation_reap_unclaimed() 673 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) in nfs_delegations_present()
|
D | callback_proc.c | 118 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in get_layout_by_fh_locked() 192 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in initiate_bulk_draining() 288 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) in nfs4_callback_devicenotify()
|
D | nfs4state.c | 155 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in nfs4_get_renew_cred_locked() 315 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in nfs4_get_setclientid_cred() 1374 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) in nfs4_state_mark_reclaim_helper() 1426 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) in nfs4_state_clear_reclaim_reboot() 1499 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in nfs4_do_reclaim()
|
D | client.c | 171 INIT_LIST_HEAD(&clp->cl_superblocks); in nfs_alloc_client() 331 BUG_ON(!list_empty(&clp->cl_superblocks)); in nfs_put_client() 1053 list_add_tail_rcu(&server->client_link, &clp->cl_superblocks); in nfs_server_insert_lists() 1070 if (list_empty(&clp->cl_superblocks)) in nfs_server_remove_lists()
|
D | pnfs.c | 475 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in pnfs_destroy_all_layouts()
|
/linux-3.4.99/include/linux/ |
D | nfs_fs_sb.h | 42 struct list_head cl_superblocks; /* List of nfs_server structs */ member
|