Searched refs:cl_ds_clients (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs4client.c | 50 struct list_head list; /* ds_clp->cl_ds_clients */ 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() 129 * in the nfs_client cl_ds_clients list. 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()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs4client.c | 51 struct list_head list; /* ds_clp->cl_ds_clients */ 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() 130 * in the nfs_client cl_ds_clients list. 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()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | nfs_fs_sb.h | 68 struct list_head cl_ds_clients; /* auth flavor data servers */ member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | nfs_fs_sb.h | 71 struct list_head cl_ds_clients; /* auth flavor data servers */ member
|
Completed in 6 milliseconds