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()
229 const struct nfs_client *clp, const struct nfs4_deviceid *id) in nfs4_delete_deviceid() argument
235 d = _lookup_deviceid(ld, clp, id, nfs4_deviceid_hash(id)); in nfs4_delete_deviceid()
328 _deviceid_purge_client(const struct nfs_client *clp, long hash) in _deviceid_purge_client() argument
336 if (d->nfs_client == clp && atomic_read(&d->ref)) { in _deviceid_purge_client()
355 nfs4_deviceid_purge_client(const struct nfs_client *clp) in nfs4_deviceid_purge_client() argument
359 if (!(clp->cl_exchange_flags & EXCHGID4_FLAG_USE_PNFS_MDS)) in nfs4_deviceid_purge_client()
362 _deviceid_purge_client(clp, h); in nfs4_deviceid_purge_client()
369 nfs4_deviceid_mark_client_invalid(struct nfs_client *clp) in nfs4_deviceid_mark_client_invalid() argument
377 if (d->nfs_client == clp) in nfs4_deviceid_mark_client_invalid()