Searched refs:auth_domain (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/include/linux/sunrpc/ |
D | svcauth.h | 68 struct auth_domain { struct 121 void (*domain_release)(struct auth_domain *); 147 extern struct auth_domain *unix_domain_find(char *name); 148 extern void auth_domain_put(struct auth_domain *item); 149 extern int auth_unix_add_addr(struct net *net, struct in6_addr *addr, struct auth_domain *dom); 150 extern struct auth_domain *auth_domain_lookup(char *name, struct auth_domain *new); 151 extern struct auth_domain *auth_domain_find(char *name); 152 extern struct auth_domain *auth_unix_lookup(struct net *net, struct in6_addr *addr); 153 extern int auth_unix_forget_old(struct auth_domain *dom);
|
D | svcauth_gss.h | 24 u32 svcauth_gss_flavor(struct auth_domain *dom);
|
D | svc.h | 283 struct auth_domain * rq_client; /* RPC peer info */ 284 struct auth_domain * rq_gssclient; /* "gss/"-style peer info */
|
/linux-4.1.27/net/sunrpc/ |
D | svcauth.c | 128 void auth_domain_put(struct auth_domain *dom) in auth_domain_put() 138 struct auth_domain * 139 auth_domain_lookup(char *name, struct auth_domain *new) in auth_domain_lookup() 141 struct auth_domain *hp; in auth_domain_lookup() 162 struct auth_domain *auth_domain_find(char *name) in auth_domain_find()
|
D | svcauth_unix.c | 33 struct auth_domain h; 40 static void svcauth_unix_domain_release(struct auth_domain *dom) in svcauth_unix_domain_release() 48 struct auth_domain *unix_domain_find(char *name) in unix_domain_find() 50 struct auth_domain *rv; in unix_domain_find() 181 struct auth_domain *dom; in ip_map_parse()
|
/linux-4.1.27/fs/nfsd/ |
D | export.h | 49 struct auth_domain * ex_client; 71 struct auth_domain * ek_client; 96 int exp_rootfh(struct net *, struct auth_domain *,
|
D | export.c | 75 struct auth_domain *dom = NULL; in expkey_parse() 515 struct auth_domain *dom = NULL; in svc_export_parse() 803 exp_find_key(struct cache_detail *cd, struct auth_domain *clp, int fsid_type, in exp_find_key() 826 exp_get_by_name(struct cache_detail *cd, struct auth_domain *clp, in exp_get_by_name() 852 exp_parent(struct cache_detail *cd, struct auth_domain *clp, struct path *path) in exp_parent() 876 exp_rootfh(struct net *net, struct auth_domain *clp, char *name, in exp_rootfh() 921 struct auth_domain *clp, int fsid_type, in exp_find()
|
D | nfs4idmap.c | 519 struct auth_domain *clp; in rqst_authname()
|
D | nfsctl.c | 356 struct auth_domain *dom; in write_filehandle()
|
/linux-4.1.27/net/sunrpc/auth_gss/ |
D | svcauth_gss.c | 748 struct auth_domain h; 752 static struct auth_domain * 765 u32 svcauth_gss_flavor(struct auth_domain *dom) in svcauth_gss_flavor() 778 struct auth_domain *test; in svcauth_gss_register_pseudoflavor() 1746 svcauth_gss_domain_release(struct auth_domain *dom) in svcauth_gss_domain_release()
|