Home
last modified time | relevance | path

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

/linux-4.1.27/net/sunrpc/
Dsvcauth_unix.c679 rqstp->rq_client = NULL; in svcauth_unix_set_client()
701 rqstp->rq_client = &ipm->m_client->h; in svcauth_unix_set_client()
702 kref_get(&rqstp->rq_client->ref); in svcauth_unix_set_client()
733 rqstp->rq_client = NULL; in svcauth_null_accept()
767 if (rqstp->rq_client) in svcauth_null_release()
768 auth_domain_put(rqstp->rq_client); in svcauth_null_release()
769 rqstp->rq_client = NULL; in svcauth_null_release()
799 rqstp->rq_client = NULL; in svcauth_unix_accept()
852 if (rqstp->rq_client) in svcauth_unix_release()
853 auth_domain_put(rqstp->rq_client); in svcauth_unix_release()
[all …]
/linux-4.1.27/fs/nfsd/
Dexport.c976 if (rqstp->rq_client == NULL) in rqst_exp_get_by_name()
980 exp = exp_get_by_name(cd, rqstp->rq_client, path, &rqstp->rq_chandle); in rqst_exp_get_by_name()
1007 if (rqstp->rq_client == NULL) in rqst_exp_find()
1011 exp = exp_find(cd, rqstp->rq_client, fsid_type, in rqst_exp_find()
Dnfs4idmap.c521 clp = rqstp->rq_gssclient ? rqstp->rq_gssclient : rqstp->rq_client; in rqst_authname()
/linux-4.1.27/include/linux/sunrpc/
Dsvc.h283 struct auth_domain * rq_client; /* RPC peer info */ member
/linux-4.1.27/fs/lockd/
Dsvc.c544 rqstp->rq_client = NULL; in lockd_authenticate()
/linux-4.1.27/net/sunrpc/auth_gss/
Dsvcauth_gss.c1729 if (rqstp->rq_client) in svcauth_gss_release()
1730 auth_domain_put(rqstp->rq_client); in svcauth_gss_release()
1731 rqstp->rq_client = NULL; in svcauth_gss_release()