Home
last modified time | relevance | path

Searched refs:auth_domain (Results 1 – 8 of 8) sorted by relevance

/linux-4.19.296/include/linux/sunrpc/
Dsvcauth.h80 struct auth_domain { struct
133 void (*domain_release)(struct auth_domain *);
159 extern struct auth_domain *unix_domain_find(char *name);
160 extern void auth_domain_put(struct auth_domain *item);
161 extern int auth_unix_add_addr(struct net *net, struct in6_addr *addr, struct auth_domain *dom);
162 extern struct auth_domain *auth_domain_lookup(char *name, struct auth_domain *new);
163 extern struct auth_domain *auth_domain_find(char *name);
164 extern struct auth_domain *auth_unix_lookup(struct net *net, struct in6_addr *addr);
165 extern int auth_unix_forget_old(struct auth_domain *dom);
Dsvcauth_gss.h24 struct auth_domain *svcauth_gss_register_pseudoflavor(u32 pseudoflavor,
26 u32 svcauth_gss_flavor(struct auth_domain *dom);
Dsvc.h294 struct auth_domain * rq_client; /* RPC peer info */
295 struct auth_domain * rq_gssclient; /* "gss/"-style peer info */
Dgss_api.h86 struct auth_domain *domain;
/linux-4.19.296/fs/nfsd/
Dexport.h51 struct auth_domain * ex_client;
73 struct auth_domain * ek_client;
98 int exp_rootfh(struct net *, struct auth_domain *,
Dexport.c76 struct auth_domain *dom = NULL; in expkey_parse()
517 struct auth_domain *dom = NULL; in svc_export_parse()
805 exp_find_key(struct cache_detail *cd, struct auth_domain *clp, int fsid_type, in exp_find_key()
828 exp_get_by_name(struct cache_detail *cd, struct auth_domain *clp, in exp_get_by_name()
854 exp_parent(struct cache_detail *cd, struct auth_domain *clp, struct path *path) in exp_parent()
878 exp_rootfh(struct net *net, struct auth_domain *clp, char *name, in exp_rootfh()
923 struct auth_domain *clp, int fsid_type, in exp_find()
Dnfs4idmap.c516 struct auth_domain *clp; in rqst_authname()
Dnfsctl.c353 struct auth_domain *dom; in write_filehandle()