Lines Matching refs:ds_clp
26 nfs_put_client(hdr->ds_clp);
57 nfs_put_client(data->ds_clp);
576 refcount_read(&ds->ds_count), ds->ds_clp,
577 ds->ds_clp ? ds->ds_clp->cl_exchange_flags : 0);
687 nfs_put_client(ds->ds_clp);
791 ds->ds_clp = NULL;
903 WRITE_ONCE(ds->ds_clp, clp);
1023 WRITE_ONCE(ds->ds_clp, clp);
1042 if (err || ds->ds_clp)
1048 if (ds->ds_clp)
1068 * At this point the ds->ds_clp should be ready, but it might have
1072 if (!ds->ds_clp || !nfs_client_init_is_complete(ds->ds_clp)) {
1073 WARN_ON_ONCE(ds->ds_clp ||
1077 err = nfs_client_init_status(ds->ds_clp);