Home
last modified time | relevance | path

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

/linux-6.15/net/sunrpc/
H A Dsvcauth_unix.c693 rqstp->rq_client = NULL; in svcauth_unix_set_client()
717 rqstp->rq_client = &ipm->m_client->h; in svcauth_unix_set_client()
718 kref_get(&rqstp->rq_client->ref); in svcauth_unix_set_client()
798 if (rqstp->rq_client) in svcauth_null_release()
799 auth_domain_put(rqstp->rq_client); in svcauth_null_release()
800 rqstp->rq_client = NULL; in svcauth_null_release()
999 if (rqstp->rq_client) in svcauth_unix_release()
1000 auth_domain_put(rqstp->rq_client); in svcauth_unix_release()
1001 rqstp->rq_client = NULL; in svcauth_unix_release()
H A Dsvcauth.c115 rqstp->rq_client = NULL; in svc_set_client()
/linux-6.15/fs/nfsd/
H A Dlocalio.c120 net, rqstp->rq_client, THIS_MODULE); in localio_proc_uuid_is_local()
H A Dexport.c1191 if (rqstp->rq_client == NULL) in rqst_exp_get_by_name()
1195 exp = exp_get_by_name(cd, rqstp->rq_client, path, &rqstp->rq_chandle); in rqst_exp_get_by_name()
1287 rqstp->rq_client, rqstp->rq_gssclient, in rqst_find_fsidzero_export()
H A Dnfsfh.c450 rqstp->rq_client, rqstp->rq_gssclient, in fh_verify()
H A Dnfs4idmap.c534 clp = rqstp->rq_gssclient ? rqstp->rq_gssclient : rqstp->rq_client; in rqst_authname()
H A Dnfs4proc.c2347 rqstp->rq_client, rqstp->rq_gssclient, in nfsd4_getdeviceinfo()
/linux-6.15/include/linux/sunrpc/
H A Dsvc.h227 struct auth_domain * rq_client; /* RPC peer info */ member
/linux-6.15/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c1969 if (rqstp->rq_client) in svcauth_gss_release()
1970 auth_domain_put(rqstp->rq_client); in svcauth_gss_release()
1971 rqstp->rq_client = NULL; in svcauth_gss_release()
/linux-6.15/fs/lockd/
H A Dsvc.c508 rqstp->rq_client = NULL; in lockd_authenticate()