Lines Matching defs:unconf

3082 	struct nfs4_client *unconf = NULL;
3198 unconf = find_unconfirmed_client_by_name(&exid->clname, nn);
3199 if (unconf) /* case 4, possible retry or client restart */
3200 unhash_client_locked(unconf);
3231 if (unconf)
3232 expire_client(unconf);
3380 struct nfs4_client *conf, *unconf;
3408 unconf = find_unconfirmed_client(&cr_ses->clientid, true, nn);
3410 WARN_ON_ONCE(conf && unconf);
3423 } else if (unconf) {
3424 if (!same_creds(&unconf->cl_cred, &rqstp->rq_cred) ||
3425 !rpc_cmp_addr(sa, (struct sockaddr *) &unconf->cl_addr)) {
3430 if (!nfsd4_mach_creds_match(unconf, rqstp))
3432 cs_slot = &unconf->cl_cs_slot;
3439 old = find_confirmed_client_by_name(&unconf->cl_name, nn);
3447 move_to_confirmed(unconf);
3448 conf = unconf;
3883 struct nfs4_client *conf, *unconf;
3889 unconf = find_unconfirmed_client(&dc->clientid, true, nn);
3891 WARN_ON_ONCE(conf && unconf);
3902 } else if (unconf)
3903 clp = unconf;
3969 struct nfs4_client *unconf = NULL;
3989 unconf = find_unconfirmed_client_by_name(&clname, nn);
3990 if (unconf)
3991 unhash_client_locked(unconf);
4009 if (unconf)
4010 expire_client(unconf);
4022 struct nfs4_client *conf, *unconf;
4034 unconf = find_unconfirmed_client(clid, false, nn);
4043 if (unconf && !same_creds(&unconf->cl_cred, &rqstp->rq_cred))
4048 if (!unconf || !same_verf(&confirm, &unconf->cl_confirm)) {
4058 old = unconf;
4060 nfsd4_change_callback(conf, &unconf->cl_cb_conn);
4062 old = find_confirmed_client_by_name(&unconf->cl_name, nn);
4066 && !same_creds(&unconf->cl_cred,
4077 move_to_confirmed(unconf);
4078 conf = unconf;