Home
last modified time | relevance | path

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

/Linux-v5.4/fs/nfsd/
Dexport.c327 auth_domain_put(exp->ex_client); in svc_export_put()
341 qword_add(bpp, blen, exp->ex_client->name); in svc_export_request()
562 exp.ex_client = dom; in svc_export_parse()
684 seq_escape(m, exp->ex_client->name, " \t\n\\"); in svc_export_show()
708 return orig->ex_client == new->ex_client && in svc_export_match()
717 kref_get(&item->ex_client->ref); in svc_export_init()
718 new->ex_client = item->ex_client; in svc_export_init()
784 hash = hash_ptr(exp->ex_client, EXPORT_HASHBITS); in svc_export_hash()
850 key.ex_client = clp; in exp_get_by_name()
959 if (exp->ex_client == rqstp->rq_gssclient) in check_nfsd_access()
Dexport.h51 struct auth_domain * ex_client; member
Dnfs4xdr.c3793 if (exp->ex_client->flavour->flavour == RPC_AUTH_UNIX) { in nfsd4_do_encode_secinfo()
3797 } else if (exp->ex_client->flavour->flavour == RPC_AUTH_GSS) { in nfsd4_do_encode_secinfo()
3800 = svcauth_gss_flavor(exp->ex_client); in nfsd4_do_encode_secinfo()
3804 = exp->ex_client->flavour->flavour; in nfsd4_do_encode_secinfo()