Lines Matching refs:clp
79 const struct nfs_client *clp, const struct nfs4_deviceid *id, in _lookup_deviceid() argument
85 if (d->ld == ld && d->nfs_client == clp && in _lookup_deviceid()
227 const struct nfs_client *clp, const struct nfs4_deviceid *id) in nfs4_delete_deviceid() argument
233 d = _lookup_deviceid(ld, clp, id, nfs4_deviceid_hash(id)); in nfs4_delete_deviceid()
312 _deviceid_purge_client(const struct nfs_client *clp, long hash) in _deviceid_purge_client() argument
320 if (d->nfs_client == clp && atomic_read(&d->ref)) { in _deviceid_purge_client()
339 nfs4_deviceid_purge_client(const struct nfs_client *clp) in nfs4_deviceid_purge_client() argument
343 if (!(clp->cl_exchange_flags & EXCHGID4_FLAG_USE_PNFS_MDS)) in nfs4_deviceid_purge_client()
346 _deviceid_purge_client(clp, h); in nfs4_deviceid_purge_client()
353 nfs4_deviceid_mark_client_invalid(struct nfs_client *clp) in nfs4_deviceid_mark_client_invalid() argument
361 if (d->nfs_client == clp) in nfs4_deviceid_mark_client_invalid()