Searched refs:unconf (Results 1 – 1 of 1) sorted by relevance
3656 struct nfs4_client *unconf = NULL; in nfsd4_exchange_id() local3783 unconf = find_unconfirmed_client_by_name(&exid->clname, nn); in nfsd4_exchange_id()3784 if (unconf) /* case 4, possible retry or client restart */ in nfsd4_exchange_id()3785 unhash_client_locked(unconf); in nfsd4_exchange_id()3839 if (unconf) { in nfsd4_exchange_id()3840 trace_nfsd_clid_expire_unconf(&unconf->cl_clientid); in nfsd4_exchange_id()3841 expire_client(unconf); in nfsd4_exchange_id()3985 struct nfs4_client *conf, *unconf; in nfsd4_create_session() local4015 unconf = find_unconfirmed_client(&cr_ses->clientid, true, nn); in nfsd4_create_session()4017 if (!conf && !unconf) { in nfsd4_create_session()[all …]