Lines Matching defs:clp
80 const struct nfs_client *clp, const struct nfs4_deviceid *id,
86 if (d->ld == ld && d->nfs_client == clp &&
169 * @clp nfs_client associated with deviceid
225 * @clp nfs_client associated with deviceid
232 const struct nfs_client *clp, const struct nfs4_deviceid *id)
238 d = _lookup_deviceid(ld, clp, id, nfs4_deviceid_hash(id));
331 _deviceid_purge_client(const struct nfs_client *clp, long hash)
339 if (d->nfs_client == clp && atomic_read(&d->ref)) {
358 nfs4_deviceid_purge_client(const struct nfs_client *clp)
362 if (!(clp->cl_exchange_flags & EXCHGID4_FLAG_USE_PNFS_MDS))
365 _deviceid_purge_client(clp, h);
372 nfs4_deviceid_mark_client_invalid(struct nfs_client *clp)
380 if (d->nfs_client == clp)