Home
last modified time | relevance | path

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

/linux-2.6.39/net/sunrpc/
Dsvcauth_unix.c745 rqstp->rq_client = NULL; in svcauth_unix_set_client()
767 rqstp->rq_client = &ipm->m_client->h; in svcauth_unix_set_client()
768 kref_get(&rqstp->rq_client->ref); in svcauth_unix_set_client()
798 rqstp->rq_client = NULL; in svcauth_null_accept()
832 if (rqstp->rq_client) in svcauth_null_release()
833 auth_domain_put(rqstp->rq_client); in svcauth_null_release()
834 rqstp->rq_client = NULL; in svcauth_null_release()
863 rqstp->rq_client = NULL; in svcauth_unix_accept()
908 if (rqstp->rq_client) in svcauth_unix_release()
909 auth_domain_put(rqstp->rq_client); in svcauth_unix_release()
[all …]
/linux-2.6.39/include/linux/sunrpc/
Dsvc.h274 struct auth_domain * rq_client; /* RPC peer info */ member
/linux-2.6.39/fs/lockd/
Dsvc.c461 rqstp->rq_client = NULL; in lockd_authenticate()
/linux-2.6.39/fs/nfsd/
Dexport.c1262 if (rqstp->rq_client == NULL) in rqst_exp_get_by_name()
1266 exp = exp_get_by_name(rqstp->rq_client, path, &rqstp->rq_chandle); in rqst_exp_get_by_name()
1291 if (rqstp->rq_client == NULL) in rqst_exp_find()
1295 exp = exp_find(rqstp->rq_client, fsid_type, fsidv, &rqstp->rq_chandle); in rqst_exp_find()
Dnfs4idmap.c513 clp = rqstp->rq_gssclient ? rqstp->rq_gssclient : rqstp->rq_client; in rqst_authname()
/linux-2.6.39/net/sunrpc/auth_gss/
Dsvcauth_gss.c1397 if (rqstp->rq_client) in svcauth_gss_release()
1398 auth_domain_put(rqstp->rq_client); in svcauth_gss_release()
1399 rqstp->rq_client = NULL; in svcauth_gss_release()