Home
last modified time | relevance | path

Searched refs:ex_client (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/nfsd/
Dexport.c314 auth_domain_put(exp->ex_client); in svc_export_put()
328 qword_add(bpp, blen, exp->ex_client->name); in svc_export_request()
549 exp.ex_client = dom; in svc_export_parse()
671 seq_escape(m, exp->ex_client->name, " \t\n\\"); in svc_export_show()
695 return orig->ex_client == new->ex_client && in svc_export_match()
704 kref_get(&item->ex_client->ref); in svc_export_init()
705 new->ex_client = item->ex_client; in svc_export_init()
771 hash = hash_ptr(exp->ex_client, EXPORT_HASHBITS); in svc_export_hash()
837 key.ex_client = clp; in exp_get_by_name()
946 if (exp->ex_client == rqstp->rq_gssclient) in check_nfsd_access()
Dexport.h51 struct auth_domain * ex_client; member
Dnfs4xdr.c3800 if (exp->ex_client->flavour->flavour == RPC_AUTH_UNIX) { in nfsd4_do_encode_secinfo()
3804 } else if (exp->ex_client->flavour->flavour == RPC_AUTH_GSS) { in nfsd4_do_encode_secinfo()
3807 = svcauth_gss_flavor(exp->ex_client); in nfsd4_do_encode_secinfo()
3811 = exp->ex_client->flavour->flavour; in nfsd4_do_encode_secinfo()