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