Home
last modified time | relevance | path

Searched refs:client_link (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/fs/nfs/
H A Ddelegation.c685 list_for_each_entry_rcu (server, &clp->cl_superblocks, client_link) { in nfs_client_clear_delayed_delegations()
848 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) in nfs_client_mark_return_all_delegations()
912 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()
1258 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) in nfs_mark_test_expired_all_delegations()
1380 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) in nfs_delegations_present()
H 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()
712 client_link) { in nfs4_callback_offload()
H A Dnfs4state.c245 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in nfs4_get_renew_cred()
1799 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) in nfs4_state_mark_reclaim_helper()
1854 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) in nfs4_state_clear_reclaim_reboot()
1936 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in nfs4_do_reclaim()
2210 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in nfs4_handle_migration()
2256 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in nfs4_handle_lease_moved()
H A Dclient.c935 list_add_tail_rcu(&server->client_link, &clp->cl_superblocks); in nfs_server_insert_lists()
952 list_del_rcu(&server->client_link); in nfs_server_remove_lists()
984 INIT_LIST_HEAD(&server->client_link); in nfs_alloc_server()
H A Dsuper.c217 list_for_each_entry_rcu(server, head, client_link) { in __nfs_list_for_each_server()
H A Dpnfs.c915 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in pnfs_destroy_layouts_byfsid()
941 list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) { in pnfs_destroy_layouts_byclid()
/openbmc/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_context_types.h300 struct list_head client_link; member
H A Di915_gem_context.c1529 list_del_rcu(&ctx->client_link); in context_close()
1715 list_add_tail_rcu(&ctx->client_link, &ctx->client->ctx_list); in gem_context_register()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_drm_client.c79 list_for_each_entry_rcu(ctx, &client->ctx_list, client_link) in show_client_class()
/openbmc/linux/include/linux/
H A Dnfs_fs_sb.h134 struct list_head client_link; /* List of other nfs_server structs member