Lines Matching refs:nfs4_client
68 struct nfs4_client *cb_clp;
104 struct nfs4_client *sc_client;
121 * Represents a delegation stateid. The nfs4_client holds references to these
255 * to the nfs4_client. References are only taken when the server is actively
265 struct nfs4_client *se_client;
286 * struct nfs4_client - one per client. Clientids live here.
304 * o Each nfs4_client is hashed by clientid
310 * when we expire the nfs4_client
312 struct nfs4_client {
393 struct nfs4_client *cr_clp; /* pointer to associated clp */
436 struct nfs4_client *so_client;
495 struct nfs4_client *co_client;
545 * A generic struct representing either a open or lock stateid. The nfs4_client
639 struct nfs4_stid *nfs4_alloc_stid(struct nfs4_client *cl, struct kmem_cache *slab,
654 extern void nfsd4_probe_callback(struct nfs4_client *clp);
655 extern void nfsd4_probe_callback_sync(struct nfs4_client *clp);
656 extern void nfsd4_change_callback(struct nfs4_client *clp, struct nfs4_cb_conn *);
657 extern void nfsd4_init_cb(struct nfsd4_callback *cb, struct nfs4_client *clp,
662 extern void nfsd4_shutdown_callback(struct nfs4_client *);
663 extern void nfsd4_shutdown_copy(struct nfs4_client *clp);
673 find_async_copy(struct nfs4_client *clp, stateid_t *staetid);
677 struct nfs4_client *clp,
691 extern void nfsd4_client_record_create(struct nfs4_client *clp);
692 extern void nfsd4_client_record_remove(struct nfs4_client *clp);
693 extern int nfsd4_client_record_check(struct nfs4_client *clp);