Lines Matching defs:unconf
3276 struct nfs4_client *unconf = NULL;
3397 unconf = find_unconfirmed_client_by_name(&exid->clname, nn);
3398 if (unconf) /* case 4, possible retry or client restart */
3399 unhash_client_locked(unconf);
3433 if (unconf) {
3434 trace_nfsd_clid_expire_unconf(&unconf->cl_clientid);
3435 expire_client(unconf);
3584 struct nfs4_client *conf, *unconf;
3612 unconf = find_unconfirmed_client(&cr_ses->clientid, true, nn);
3614 WARN_ON_ONCE(conf && unconf);
3627 } else if (unconf) {
3629 if (!same_creds(&unconf->cl_cred, &rqstp->rq_cred) ||
3630 !rpc_cmp_addr(sa, (struct sockaddr *) &unconf->cl_addr)) {
3631 trace_nfsd_clid_cred_mismatch(unconf, rqstp);
3635 if (!nfsd4_mach_creds_match(unconf, rqstp))
3637 cs_slot = &unconf->cl_cs_slot;
3644 old = find_confirmed_client_by_name(&unconf->cl_name, nn);
3653 move_to_confirmed(unconf);
3654 conf = unconf;
3676 if (conf == unconf)
4091 struct nfs4_client *conf, *unconf;
4097 unconf = find_unconfirmed_client(&dc->clientid, true, nn);
4099 WARN_ON_ONCE(conf && unconf);
4110 } else if (unconf)
4111 clp = unconf;
4179 struct nfs4_client *unconf = NULL;
4197 unconf = find_unconfirmed_client_by_name(&clname, nn);
4198 if (unconf)
4199 unhash_client_locked(unconf);
4221 if (unconf) {
4222 trace_nfsd_clid_expire_unconf(&unconf->cl_clientid);
4223 expire_client(unconf);
4235 struct nfs4_client *conf, *unconf;
4247 unconf = find_unconfirmed_client(clid, false, nn);
4256 if (unconf && !same_creds(&unconf->cl_cred, &rqstp->rq_cred)) {
4257 trace_nfsd_clid_cred_mismatch(unconf, rqstp);
4264 if (!unconf || !same_verf(&confirm, &unconf->cl_confirm)) {
4273 old = unconf;
4275 nfsd4_change_callback(conf, &unconf->cl_cb_conn);
4277 old = find_confirmed_client_by_name(&unconf->cl_name, nn);
4281 && !same_creds(&unconf->cl_cred,
4293 move_to_confirmed(unconf);
4294 conf = unconf;
4298 if (conf == unconf)