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