Searched refs:rq_client (Results 1 – 10 of 10) sorted by relevance
| /linux/net/sunrpc/ |
| A D | svcauth_unix.c | 693 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()
|
| A D | svcauth.c | 115 rqstp->rq_client = NULL; in svc_set_client()
|
| /linux/fs/nfsd/ |
| A D | localio.c | 117 net, rqstp->rq_client, THIS_MODULE); in localio_proc_uuid_is_local()
|
| A D | export.c | 1163 if (rqstp->rq_client == NULL) in rqst_exp_get_by_name() 1167 exp = exp_get_by_name(cd, rqstp->rq_client, path, &rqstp->rq_chandle); in rqst_exp_get_by_name() 1259 rqstp->rq_client, rqstp->rq_gssclient, in rqst_find_fsidzero_export()
|
| A D | nfsfh.c | 449 rqstp->rq_client, rqstp->rq_gssclient, in fh_verify()
|
| A D | nfs4idmap.c | 534 clp = rqstp->rq_gssclient ? rqstp->rq_gssclient : rqstp->rq_client; in rqst_authname()
|
| A D | nfs4proc.c | 2238 rqstp->rq_client, rqstp->rq_gssclient, in nfsd4_getdeviceinfo()
|
| /linux/include/linux/sunrpc/ |
| A D | svc.h | 231 struct auth_domain * rq_client; /* RPC peer info */ member
|
| /linux/fs/lockd/ |
| A D | svc.c | 506 rqstp->rq_client = NULL; in lockd_authenticate()
|
| /linux/net/sunrpc/auth_gss/ |
| A D | svcauth_gss.c | 1969 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()
|
Completed in 28 milliseconds