Home
last modified time | relevance | path

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

/linux/net/sunrpc/
A Dsvcauth_unix.c682 rqstp->rq_client = NULL; in svcauth_unix_set_client()
705 rqstp->rq_client = &ipm->m_client->h; in svcauth_unix_set_client()
706 kref_get(&rqstp->rq_client->ref); in svcauth_unix_set_client()
770 if (rqstp->rq_client) in svcauth_null_release()
771 auth_domain_put(rqstp->rq_client); in svcauth_null_release()
772 rqstp->rq_client = NULL; in svcauth_null_release()
855 if (rqstp->rq_client) in svcauth_unix_release()
856 auth_domain_put(rqstp->rq_client); in svcauth_unix_release()
857 rqstp->rq_client = NULL; in svcauth_unix_release()
A Dsvcauth.c89 rqstp->rq_client = NULL; in svc_set_client()
/linux/fs/nfsd/
A Dexport.c1084 if (rqstp->rq_client == NULL) in rqst_exp_get_by_name()
1088 exp = exp_get_by_name(cd, rqstp->rq_client, path, &rqstp->rq_chandle); in rqst_exp_get_by_name()
1115 if (rqstp->rq_client == NULL) in rqst_exp_find()
1119 exp = exp_find(cd, rqstp->rq_client, fsid_type, in rqst_exp_find()
A Dnfs4idmap.c533 clp = rqstp->rq_gssclient ? rqstp->rq_gssclient : rqstp->rq_client; in rqst_authname()
/linux/include/linux/sunrpc/
A Dsvc.h300 struct auth_domain * rq_client; /* RPC peer info */ member
/linux/net/sunrpc/auth_gss/
A Dsvcauth_gss.c1872 if (rqstp->rq_client) in svcauth_gss_release()
1873 auth_domain_put(rqstp->rq_client); in svcauth_gss_release()
1874 rqstp->rq_client = NULL; in svcauth_gss_release()
/linux/fs/lockd/
A Dsvc.c648 rqstp->rq_client = NULL; in lockd_authenticate()

Completed in 17 milliseconds