• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/

Lines Matching refs:nfs4_client

206 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 *clp)
797 struct nfs4_client *clp = session->se_client;
811 unhash_client_locked(struct nfs4_client *clp)
825 expire_client(struct nfs4_client *clp)
862 static void copy_verf(struct nfs4_client *target, nfs4_verifier *source)
868 static void copy_clid(struct nfs4_client *target, struct nfs4_client *source)
905 static void gen_clid(struct nfs4_client *clp)
913 static void gen_confirm(struct nfs4_client *clp)
923 static struct nfs4_client *create_client(struct xdr_netobj name, char *recdir,
926 struct nfs4_client *clp;
976 add_to_unconfirmed(struct nfs4_client *clp, unsigned int strhashval)
987 move_to_confirmed(struct nfs4_client *clp)
992 dprintk("NFSD: move_to_confirm nfs4_client %p\n", clp);
999 static struct nfs4_client *
1002 struct nfs4_client *clp;
1012 static struct nfs4_client *
1015 struct nfs4_client *clp;
1026 match_clientid_establishment(struct nfs4_client *clp, bool use_exchange_id)
1032 static struct nfs4_client *
1036 struct nfs4_client *clp;
1046 static struct nfs4_client *
1050 struct nfs4_client *clp;
1061 gen_callback(struct nfs4_client *clp, struct nfsd4_setclientid *se, u32 scopeid)
1190 nfsd4_set_ex_flags(struct nfs4_client *new, struct nfsd4_exchange_id *clid)
1207 struct nfs4_client *unconf, *conf, *new;
1379 struct nfs4_client *conf, *unconf;
1488 * - The confirmed nfs4_client->cl_sessionid holds destroyed sessinid
1623 struct nfs4_client *conf, *unconf, *new;
1731 struct nfs4_client *conf, *unconf;
1915 alloc_init_open_stateowner(unsigned int strhashval, struct nfs4_client *clp, struct nfsd4_open *open) {
2201 struct nfs4_client *clp = NULL;
2612 struct nfs4_client *clp;
2659 struct nfs4_client *clp;
2675 clp = list_entry(pos, struct nfs4_client, cl_lru);
2692 clp = list_entry(pos, struct nfs4_client, cl_lru);
3006 struct nfs4_client *clp = sop->so_client;
3436 alloc_init_lock_stateowner(unsigned int strhashval, struct nfs4_client *clp, struct nfs4_stateid *open_stp, struct nfsd4_lock *lock) {
3927 struct nfs4_client *clp;
3978 struct nfs4_client *clp;
4125 struct nfs4_client *clp = NULL;
4131 clp = list_entry(conf_id_hashtbl[i].next, struct nfs4_client, cl_idhash);
4135 clp = list_entry(unconf_str_hashtbl[i].next, struct nfs4_client, cl_strhash);