Searched refs:cl_ds_clients (Results 1 – 2 of 2) sorted by relevance
66 list_for_each_entry_rcu(dss, &ds_clp->cl_ds_clients, list) { in nfs4_find_ds_client()84 list_for_each_entry(dss, &ds_clp->cl_ds_clients, list) { in nfs4_add_ds_client()90 list_add_rcu(&new->list, &ds_clp->cl_ds_clients); in nfs4_add_ds_client()157 while (!list_empty(&clp->cl_ds_clients)) { in nfs4_shutdown_ds_clients()158 dss = list_entry(clp->cl_ds_clients.next, in nfs4_shutdown_ds_clients()220 INIT_LIST_HEAD(&clp->cl_ds_clients); in nfs4_alloc_client()
73 struct list_head cl_ds_clients; /* auth flavor data servers */ member