Home
last modified time | relevance | path

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

/linux/net/sunrpc/
H A Dsvcauth_unix.c962 rqstp->rq_client = NULL; in svcauth_unix_set_client()
986 rqstp->rq_client = &ipm->m_client->h; in svcauth_unix_set_client()
987 kref_get(&rqstp->rq_client->ref); in svcauth_unix_set_client()
1067 if (rqstp->rq_client) in svcauth_null_release()
1068 auth_domain_put(rqstp->rq_client); in svcauth_null_release()
1069 rqstp->rq_client = NULL; in svcauth_null_release()
1268 if (rqstp->rq_client) in svcauth_unix_release()
1269 auth_domain_put(rqstp->rq_client); in svcauth_unix_release()
1270 rqstp->rq_client = NULL; in svcauth_unix_release()
H A Dsvcauth.c115 rqstp->rq_client = NULL; in svc_set_client()
/linux/fs/nfsd/
H A Dlocalio.c171 net, rqstp->rq_client, THIS_MODULE); in localio_proc_uuid_is_local()
H A Dnfs4idmap.c535 clp = rqstp->rq_gssclient ? rqstp->rq_gssclient : rqstp->rq_client; in rqst_authname()
H A Dnfsfh.c540 rqstp->rq_client, rqstp->rq_gssclient, in fh_verify()
H A Dnfs4proc.c2748 rqstp->rq_client, rqstp->rq_gssclient, in nfsd4_getdeviceinfo()
/linux/include/linux/sunrpc/
H A Dsvc.h254 struct auth_domain * rq_client; /* RPC peer info */ member
/linux/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c1977 if (rqstp->rq_client) in svcauth_gss_release()
1978 auth_domain_put(rqstp->rq_client); in svcauth_gss_release()
1979 rqstp->rq_client = NULL; in svcauth_gss_release()
/linux/fs/lockd/
H A Dsvc.c514 rqstp->rq_client = NULL; in lockd_authenticate()