Lines Matching refs:clp
693 extern void nfsd4_probe_callback(struct nfs4_client *clp);
694 extern void nfsd4_probe_callback_sync(struct nfs4_client *clp);
695 extern void nfsd4_change_callback(struct nfs4_client *clp, struct nfs4_cb_conn *);
696 extern void nfsd4_init_cb(struct nfsd4_callback *cb, struct nfs4_client *clp,
702 extern void nfsd4_shutdown_copy(struct nfs4_client *clp);
711 struct nfs4_client *clp,
725 extern void nfsd4_client_record_create(struct nfs4_client *clp);
726 extern void nfsd4_client_record_remove(struct nfs4_client *clp);
727 extern int nfsd4_client_record_check(struct nfs4_client *clp);
730 static inline bool try_to_expire_client(struct nfs4_client *clp) in try_to_expire_client() argument
732 cmpxchg(&clp->cl_state, NFSD4_COURTESY, NFSD4_EXPIRABLE); in try_to_expire_client()
733 return clp->cl_state == NFSD4_EXPIRABLE; in try_to_expire_client()