Home
last modified time | relevance | path

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

/Linux-v6.1/fs/nfsd/
Dnfs4state.c3223 struct nfs4_client *unconf = NULL; in nfsd4_exchange_id() local
3344 unconf = find_unconfirmed_client_by_name(&exid->clname, nn); in nfsd4_exchange_id()
3345 if (unconf) /* case 4, possible retry or client restart */ in nfsd4_exchange_id()
3346 unhash_client_locked(unconf); in nfsd4_exchange_id()
3380 if (unconf) { in nfsd4_exchange_id()
3381 trace_nfsd_clid_expire_unconf(&unconf->cl_clientid); in nfsd4_exchange_id()
3382 expire_client(unconf); in nfsd4_exchange_id()
3531 struct nfs4_client *conf, *unconf; in nfsd4_create_session() local
3559 unconf = find_unconfirmed_client(&cr_ses->clientid, true, nn); in nfsd4_create_session()
3561 WARN_ON_ONCE(conf && unconf); in nfsd4_create_session()
[all …]