Searched refs:unconf (Results 1 – 1 of 1) sorted by relevance
2325 struct nfs4_client *unconf = NULL; in nfsd4_exchange_id() local2407 unconf = find_unconfirmed_client_by_name(&exid->clname, nn); in nfsd4_exchange_id()2408 if (unconf) /* case 4, possible retry or client restart */ in nfsd4_exchange_id()2409 unhash_client_locked(unconf); in nfsd4_exchange_id()2439 if (unconf) in nfsd4_exchange_id()2440 expire_client(unconf); in nfsd4_exchange_id()2583 struct nfs4_client *conf, *unconf; in nfsd4_create_session() local2611 unconf = find_unconfirmed_client(&cr_ses->clientid, true, nn); in nfsd4_create_session()2613 WARN_ON_ONCE(conf && unconf); in nfsd4_create_session()2628 } else if (unconf) { in nfsd4_create_session()[all …]