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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dstate.h70 struct nfs4_client *cbs_clp;
88 struct nfs4_client *dl_client;
168 struct nfs4_client *se_client;
198 * struct nfs4_client - one per client. Clientids live here.
199 * o Each nfs4_client is hashed by clientid.
205 * when we expire the nfs4_client
207 struct nfs4_client { struct
247 mark_client_expired(struct nfs4_client *clp)
253 is_client_expired(struct nfs4_client *clp)
303 * so_perclient: nfs4_client
[all...]
H A Dnfs4callback.c475 int setup_callback_client(struct nfs4_client *clp, struct nfs4_cb_conn *cb)
513 static void warn_no_callback_path(struct nfs4_client *clp, int reason)
521 struct nfs4_client *clp = calldata;
546 void do_probe_callback(struct nfs4_client *clp)
565 void nfsd4_probe_callback(struct nfs4_client *clp, struct nfs4_cb_conn *cb)
584 static int nfsd41_cb_setup_sequence(struct nfs4_client *clp,
620 struct nfs4_client *clp = dp->dl_client;
643 struct nfs4_client *clp = dp->dl_client;
665 struct nfs4_client *clp = dp->dl_client;
734 void nfsd4_set_callback_client(struct nfs4_client *cl
[all...]
H A Dnfs4state.c206 alloc_init_deleg(struct nfs4_client *clp, struct nfs4_stateid *stp, struct svc_fh *current_fh, u32 type)
317 * client_lru holds client queue ordered by nfs4_client.cl_time
497 struct nfs4_client *clp = ses->se_client;
623 alloc_init_session(struct svc_rqst *rqstp, struct nfs4_client *clp,
728 renew_client_locked(struct nfs4_client *clp)
749 renew_client(struct nfs4_client *clp)
767 static struct nfs4_client *alloc_client(struct xdr_netobj name)
769 struct nfs4_client *clp;
771 clp = kzalloc(sizeof(struct nfs4_client), GFP_KERNEL);
785 free_client(struct nfs4_client *cl
[all...]
H A Dnfs4recover.c120 nfsd4_create_clid_dir(struct nfs4_client *clp)
271 nfsd4_remove_clid_dir(struct nfs4_client *clp)

Completed in 78 milliseconds