Lines Matching defs:clp
78 const struct nfs_client *clp, const struct nfs4_deviceid *id,
84 if (d->ld == ld && d->nfs_client == clp &&
167 * @clp nfs_client associated with deviceid
219 * @clp nfs_client associated with deviceid
226 const struct nfs_client *clp, const struct nfs4_deviceid *id)
232 d = _lookup_deviceid(ld, clp, id, nfs4_deviceid_hash(id));
324 _deviceid_purge_client(const struct nfs_client *clp, long hash)
332 if (d->nfs_client == clp && atomic_read(&d->ref)) {
351 nfs4_deviceid_purge_client(const struct nfs_client *clp)
355 if (!(clp->cl_exchange_flags & EXCHGID4_FLAG_USE_PNFS_MDS))
358 _deviceid_purge_client(clp, h);
365 nfs4_deviceid_mark_client_invalid(struct nfs_client *clp)
373 if (d->nfs_client == clp)