Lines Matching refs:nfs4_client
68 struct nfs4_client *cb_clp;
104 struct nfs4_client *sc_client;
266 struct nfs4_client *se_client;
335 struct nfs4_client { struct
423 struct nfs4_client *cr_clp; /* pointer to associated clp */ argument
466 struct nfs4_client *so_client;
525 struct nfs4_client *co_client;
676 struct nfs4_stid *nfs4_alloc_stid(struct nfs4_client *cl, struct kmem_cache *slab,
689 extern __be32 nfs4_check_open_reclaim(struct nfs4_client *);
690 extern void nfsd4_probe_callback(struct nfs4_client *clp);
691 extern void nfsd4_probe_callback_sync(struct nfs4_client *clp);
692 extern void nfsd4_change_callback(struct nfs4_client *clp, struct nfs4_cb_conn *);
693 extern void nfsd4_init_cb(struct nfsd4_callback *cb, struct nfs4_client *clp,
698 extern void nfsd4_shutdown_callback(struct nfs4_client *);
699 extern void nfsd4_shutdown_copy(struct nfs4_client *clp);
706 find_async_copy(struct nfs4_client *clp, stateid_t *staetid);
710 struct nfs4_client *clp,
724 extern void nfsd4_client_record_create(struct nfs4_client *clp);
725 extern void nfsd4_client_record_remove(struct nfs4_client *clp);
726 extern int nfsd4_client_record_check(struct nfs4_client *clp);
729 static inline bool try_to_expire_client(struct nfs4_client *clp) in try_to_expire_client()