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

/linux-master/include/linux/sunrpc/
H A Dcache.h234 extern struct cache_detail *cache_create_net(const struct cache_detail *tmpl, struct net *net);
/linux-master/fs/nfsd/
H A Dnfs4idmap.c470 nn->idtoname_cache = cache_create_net(&idtoname_cache_template, net);
476 nn->nametoid_cache = cache_create_net(&nametoid_cache_template, net);
H A Dexport.c1393 nn->svc_export_cache = cache_create_net(&svc_export_cache_template, net);
1400 nn->svc_expkey_cache = cache_create_net(&svc_expkey_cache_template, net);
/linux-master/fs/nfs/
H A Ddns_resolve.c387 nn->nfs_dns_resolve = cache_create_net(&nfs_dns_resolve_template, net);
/linux-master/net/sunrpc/
H A Dsvcauth_unix.c606 cd = cache_create_net(&unix_gid_cache_template, net);
1040 cd = cache_create_net(&ip_map_cache_template, net);
H A Dcache.c1740 struct cache_detail *cache_create_net(const struct cache_detail *tmpl, struct net *net) function
1761 EXPORT_SYMBOL_GPL(cache_create_net); variable
/linux-master/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c2029 cd = cache_create_net(&rsi_cache_template, net);
2058 cd = cache_create_net(&rsc_cache_template, net);

Completed in 127 milliseconds