Home
last modified time | relevance | path

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

/linux-6.1.9/net/sunrpc/
Dsvcauth_unix.c683 rqstp->rq_client = NULL; in svcauth_unix_set_client()
706 rqstp->rq_client = &ipm->m_client->h; in svcauth_unix_set_client()
707 kref_get(&rqstp->rq_client->ref); in svcauth_unix_set_client()
771 if (rqstp->rq_client) in svcauth_null_release()
772 auth_domain_put(rqstp->rq_client); in svcauth_null_release()
773 rqstp->rq_client = NULL; in svcauth_null_release()
915 if (rqstp->rq_client) in svcauth_unix_release()
916 auth_domain_put(rqstp->rq_client); in svcauth_unix_release()
917 rqstp->rq_client = NULL; in svcauth_unix_release()
Dsvcauth.c91 rqstp->rq_client = NULL; in svc_set_client()
/linux-6.1.9/fs/nfsd/
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()
Dnfs4idmap.c533 clp = rqstp->rq_gssclient ? rqstp->rq_gssclient : rqstp->rq_client; in rqst_authname()
/linux-6.1.9/include/linux/sunrpc/
Dsvc.h310 struct auth_domain * rq_client; /* RPC peer info */ member
/linux-6.1.9/fs/lockd/
Dsvc.c562 rqstp->rq_client = NULL; in lockd_authenticate()
/linux-6.1.9/net/sunrpc/auth_gss/
Dsvcauth_gss.c1877 if (rqstp->rq_client) in svcauth_gss_release()
1878 auth_domain_put(rqstp->rq_client); in svcauth_gss_release()
1879 rqstp->rq_client = NULL; in svcauth_gss_release()