Home
last modified time | relevance | path

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

/fs/nfsd/
Dnfs4idmap.c127 idtoname_upcall(struct cache_detail *cd, struct cache_head *h) in idtoname_upcall()
133 idtoname_request(struct cache_detail *cd, struct cache_head *ch, char **bpp, in idtoname_request()
158 idtoname_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h) in idtoname_show()
177 warn_no_idmapd(struct cache_detail *detail, int has_died) in warn_no_idmapd()
184 static int idtoname_parse(struct cache_detail *, char *, int);
185 static struct ent *idtoname_lookup(struct cache_detail *, struct ent *);
186 static struct ent *idtoname_update(struct cache_detail *, struct ent *,
189 static const struct cache_detail idtoname_cache_template = {
206 idtoname_parse(struct cache_detail *cd, char *buf, int buflen) in idtoname_parse()
274 idtoname_lookup(struct cache_detail *cd, struct ent *item) in idtoname_lookup()
[all …]
Dnetns.h60 struct cache_detail *svc_expkey_cache;
61 struct cache_detail *svc_export_cache;
63 struct cache_detail *idtoname_cache;
64 struct cache_detail *nametoid_cache;
Dexport.c54 static int expkey_upcall(struct cache_detail *cd, struct cache_head *h) in expkey_upcall()
59 static void expkey_request(struct cache_detail *cd, in expkey_request()
74 static struct svc_expkey *svc_expkey_update(struct cache_detail *cd, struct svc_expkey *new,
76 static struct svc_expkey *svc_expkey_lookup(struct cache_detail *cd, struct svc_expkey *);
78 static int expkey_parse(struct cache_detail *cd, char *mesg, int mlen) in expkey_parse()
178 struct cache_detail *cd, in expkey_show()
257 static const struct cache_detail svc_expkey_cache_template = {
287 svc_expkey_lookup(struct cache_detail *cd, struct svc_expkey *item) in svc_expkey_lookup()
300 svc_expkey_update(struct cache_detail *cd, struct svc_expkey *new, in svc_expkey_update()
366 static int svc_export_upcall(struct cache_detail *cd, struct cache_head *h) in svc_export_upcall()
[all …]
Dexport.h77 struct cache_detail *cd;
/fs/nfs/
Dcache_lib.h22 extern int nfs_cache_upcall(struct cache_detail *cd, char *entry_name);
27 extern int nfs_cache_register_net(struct net *net, struct cache_detail *cd);
28 extern void nfs_cache_unregister_net(struct net *net, struct cache_detail *cd);
30 struct cache_detail *cd);
32 struct cache_detail *cd);
Ddns_resolve.c139 static void nfs_dns_request(struct cache_detail *cd, in nfs_dns_request()
149 static int nfs_dns_upcall(struct cache_detail *cd, in nfs_dns_upcall()
176 static int nfs_dns_show(struct seq_file *m, struct cache_detail *cd, in nfs_dns_show()
202 static struct nfs_dns_ent *nfs_dns_lookup(struct cache_detail *cd, in nfs_dns_lookup()
215 static struct nfs_dns_ent *nfs_dns_update(struct cache_detail *cd, in nfs_dns_update()
229 static int nfs_dns_parse(struct cache_detail *cd, char *buf, int buflen) in nfs_dns_parse()
280 static int do_cache_lookup(struct cache_detail *cd, in do_cache_lookup()
296 static int do_cache_lookup_nowait(struct cache_detail *cd, in do_cache_lookup_nowait()
321 static int do_cache_lookup_wait(struct cache_detail *cd, in do_cache_lookup_wait()
366 static struct cache_detail nfs_dns_resolve_template = {
[all …]
Dcache_lib.c35 int nfs_cache_upcall(struct cache_detail *cd, char *entry_name) in nfs_cache_upcall()
116 int nfs_cache_register_sb(struct super_block *sb, struct cache_detail *cd) in nfs_cache_register_sb()
127 int nfs_cache_register_net(struct net *net, struct cache_detail *cd) in nfs_cache_register_net()
143 void nfs_cache_unregister_sb(struct super_block *sb, struct cache_detail *cd) in nfs_cache_unregister_sb()
148 void nfs_cache_unregister_net(struct net *net, struct cache_detail *cd) in nfs_cache_unregister_net()
Dnetns.h22 struct cache_detail *nfs_dns_resolve;