Home
last modified time | relevance | path

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

/linux/net/sunrpc/
H A Dsvcauth_unix.c693 rqstp->rq_client = NULL; in svcauth_unix_set_client()
716 rqstp->rq_client = &ipm->m_client->h; in svcauth_unix_set_client()
717 kref_get(&rqstp->rq_client->ref); in svcauth_unix_set_client()
797 if (rqstp->rq_client) in svcauth_null_release()
798 auth_domain_put(rqstp->rq_client); in svcauth_null_release()
799 rqstp->rq_client = NULL; in svcauth_null_release()
998 if (rqstp->rq_client) in svcauth_unix_release()
999 auth_domain_put(rqstp->rq_client); in svcauth_unix_release()
1000 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 Dexport.c1143 if (rqstp->rq_client == NULL) in rqst_exp_get_by_name()
1147 exp = exp_get_by_name(cd, rqstp->rq_client, path, &rqstp->rq_chandle); in rqst_exp_get_by_name()
1174 if (rqstp->rq_client == NULL) in rqst_exp_find()
1178 exp = exp_find(cd, rqstp->rq_client, fsid_type, in rqst_exp_find()
H A Dnfs4idmap.c534 clp = rqstp->rq_gssclient ? rqstp->rq_gssclient : rqstp->rq_client; in rqst_authname()
/linux/include/linux/sunrpc/
H A Dsvc.h228 struct auth_domain * rq_client; /* RPC peer info */ member
/linux/fs/lockd/
H A Dsvc.c509 rqstp->rq_client = NULL; in lockd_authenticate()
/linux/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()