Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/sunrpc/
H A Dcache.h234 extern struct cache_detail *cache_create_net(const struct cache_detail *tmpl, struct net *net);
/openbmc/linux/fs/nfsd/
H A Dnfs4idmap.c470 nn->idtoname_cache = cache_create_net(&idtoname_cache_template, net); in nfsd_idmap_init()
476 nn->nametoid_cache = cache_create_net(&nametoid_cache_template, net); in nfsd_idmap_init()
H A Dexport.c1397 nn->svc_export_cache = cache_create_net(&svc_export_cache_template, net); in nfsd_export_init()
1404 nn->svc_expkey_cache = cache_create_net(&svc_expkey_cache_template, net); in nfsd_export_init()
/openbmc/linux/net/sunrpc/
H A Dsvcauth_unix.c606 cd = cache_create_net(&unix_gid_cache_template, net); in unix_gid_cache_create()
1040 cd = cache_create_net(&ip_map_cache_template, net); in ip_map_cache_create()
H A Dcache.c1738 struct cache_detail *cache_create_net(const struct cache_detail *tmpl, struct net *net) in cache_create_net() function
1759 EXPORT_SYMBOL_GPL(cache_create_net);
/openbmc/linux/fs/nfs/
H A Ddns_resolve.c387 nn->nfs_dns_resolve = cache_create_net(&nfs_dns_resolve_template, net); in nfs_dns_resolver_cache_init()
/openbmc/linux/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c2027 cd = cache_create_net(&rsi_cache_template, net); in rsi_cache_create_net()
2056 cd = cache_create_net(&rsc_cache_template, net); in rsc_cache_create_net()