Home
last modified time | relevance | path

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

/linux/include/linux/sunrpc/
H A Dcache.h236 extern struct cache_detail *cache_create_net(const struct cache_detail *tmpl, struct net *net);
/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.c1460 nn->svc_export_cache = cache_create_net(&svc_export_cache_template, net); in nfsd_export_init()
1467 nn->svc_expkey_cache = cache_create_net(&svc_expkey_cache_template, net); in nfsd_export_init()
/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()
/linux/net/sunrpc/
H A Dsvcauth_unix.c606 cd = cache_create_net(&unix_gid_cache_template, net); in unix_gid_cache_create()
1041 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);