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);
672 nfs_put_client(ds->ds_clp);
777 ds->ds_clp = NULL;
881 WRITE_ONCE(ds->ds_clp, clp);
954 WRITE_ONCE(ds->ds_clp, clp);
973 if (err || ds->ds_clp)
979 if (ds->ds_clp)
999 * At this point the ds->ds_clp should be ready, but it might have
1003 if (!ds->ds_clp || !nfs_client_init_is_complete(ds->ds_clp)) {
1004 WARN_ON_ONCE(ds->ds_clp ||
1008 err = nfs_client_init_status(ds->ds_clp);