Home
last modified time | relevance | path

Searched refs:nfs4_client (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/fs/nfsd/
Dstate.h67 struct nfs4_client *cb_clp;
84 struct nfs4_client *sc_client;
191 struct nfs4_client *se_client;
222 struct nfs4_client { struct
279 mark_client_expired(struct nfs4_client *clp) in mark_client_expired() argument
285 is_client_expired(struct nfs4_client *clp) in is_client_expired()
333 struct nfs4_client * so_client;
461 extern struct nfs4_client_reclaim *nfsd4_find_reclaim_client(struct nfs4_client *crp);
466 extern void nfsd4_probe_callback(struct nfs4_client *clp);
467 extern void nfsd4_probe_callback_sync(struct nfs4_client *clp);
[all …]
Dnfs4callback.c42 static void nfsd4_mark_cb_fault(struct nfs4_client *, int reason);
634 static int setup_callback_client(struct nfs4_client *clp, struct nfs4_cb_conn *conn, struct nfsd4_s… in setup_callback_client()
682 static void warn_no_callback_path(struct nfs4_client *clp, int reason) in warn_no_callback_path()
688 static void nfsd4_mark_cb_down(struct nfs4_client *clp, int reason) in nfsd4_mark_cb_down()
694 static void nfsd4_mark_cb_fault(struct nfs4_client *clp, int reason) in nfsd4_mark_cb_fault()
702 struct nfs4_client *clp = container_of(calldata, struct nfs4_client, cl_cb_null); in nfsd4_cb_probe_done()
735 static void do_probe_callback(struct nfs4_client *clp) in do_probe_callback()
756 void nfsd4_probe_callback(struct nfs4_client *clp) in nfsd4_probe_callback()
764 void nfsd4_probe_callback_sync(struct nfs4_client *clp) in nfsd4_probe_callback_sync()
770 void nfsd4_change_callback(struct nfs4_client *clp, struct nfs4_cb_conn *conn) in nfsd4_change_callback()
[all …]
Dnfs4state.c261 static void init_stid(struct nfs4_stid *stid, struct nfs4_client *cl, unsigned char type) in init_stid()
275 static struct nfs4_stid *nfs4_alloc_stid(struct nfs4_client *cl, struct kmem_cache *slab) in nfs4_alloc_stid()
290 static struct nfs4_ol_stateid * nfs4_alloc_stateid(struct nfs4_client *clp) in nfs4_alloc_stateid()
296 alloc_init_deleg(struct nfs4_client *clp, struct nfs4_ol_stateid *stp, struct svc_fh *current_fh, u… in alloc_init_deleg()
637 struct nfs4_client *clp = ses->se_client; in gen_sessionid()
762 struct nfs4_client *clp = c->cn_session->se_client; in nfsd4_conn_lost()
795 struct nfs4_client *clp = ses->se_client; in nfsd4_hash_conn()
837 struct nfs4_client *clp = s->se_client; in nfsd4_del_conns()
877 static struct nfsd4_session *alloc_init_session(struct svc_rqst *rqstp, struct nfs4_client *clp, st… in alloc_init_session()
978 renew_client_locked(struct nfs4_client *clp) in renew_client_locked()
[all …]
Dnfs4recover.c58 void (*create)(struct nfs4_client *);
59 void (*remove)(struct nfs4_client *);
60 int (*check)(struct nfs4_client *);
140 nfsd4_create_clid_dir(struct nfs4_client *clp) in nfsd4_create_clid_dir()
288 nfsd4_remove_clid_dir(struct nfs4_client *clp) in nfsd4_remove_clid_dir()
480 nfsd4_check_legacy_client(struct nfs4_client *clp) in nfsd4_check_legacy_client()
783 nfsd4_cld_create(struct nfs4_client *clp) in nfsd4_cld_create()
821 nfsd4_cld_remove(struct nfs4_client *clp) in nfsd4_cld_remove()
859 nfsd4_cld_check(struct nfs4_client *clp) in nfsd4_cld_check()
964 nfsd4_client_record_create(struct nfs4_client *clp) in nfsd4_client_record_create()
[all …]