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