Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/sunrpc/
Dcache.h66 struct cache_detail { struct
75 int (*cache_upcall)(struct cache_detail *, argument
78 void (*cache_request)(struct cache_detail *cd, argument
82 int (*cache_parse)(struct cache_detail *, argument
86 struct cache_detail *cd, argument
88 void (*warn_no_listener)(struct cache_detail *cd, argument
171 sunrpc_cache_lookup(struct cache_detail *detail,
174 sunrpc_cache_update(struct cache_detail *detail,
178 sunrpc_cache_pipe_upcall(struct cache_detail *detail, struct cache_head *h);
190 static inline void cache_put(struct cache_head *h, struct cache_detail *cd) in cache_put()
[all …]
Drpc_pipe_fs.h123 struct cache_detail;
127 struct cache_detail *);
/linux-4.19.296/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);
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()
Ddns_resolve.c131 static void nfs_dns_request(struct cache_detail *cd, in nfs_dns_request()
141 static int nfs_dns_upcall(struct cache_detail *cd, in nfs_dns_upcall()
167 static int nfs_dns_show(struct seq_file *m, struct cache_detail *cd, in nfs_dns_show()
193 static struct nfs_dns_ent *nfs_dns_lookup(struct cache_detail *cd, in nfs_dns_lookup()
206 static struct nfs_dns_ent *nfs_dns_update(struct cache_detail *cd, in nfs_dns_update()
220 static int nfs_dns_parse(struct cache_detail *cd, char *buf, int buflen) in nfs_dns_parse()
271 static int do_cache_lookup(struct cache_detail *cd, in do_cache_lookup()
287 static int do_cache_lookup_nowait(struct cache_detail *cd, in do_cache_lookup_nowait()
312 static int do_cache_lookup_wait(struct cache_detail *cd, in do_cache_lookup_wait()
357 static struct cache_detail nfs_dns_resolve_template = {
[all …]
Dnetns.h19 struct cache_detail *nfs_dns_resolve;
/linux-4.19.296/fs/nfsd/
Dnfs4idmap.c125 idtoname_request(struct cache_detail *cd, struct cache_head *ch, char **bpp, in idtoname_request()
150 idtoname_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h) in idtoname_show()
169 warn_no_idmapd(struct cache_detail *detail, int has_died) in warn_no_idmapd()
176 static int idtoname_parse(struct cache_detail *, char *, int);
177 static struct ent *idtoname_lookup(struct cache_detail *, struct ent *);
178 static struct ent *idtoname_update(struct cache_detail *, struct ent *,
181 static const struct cache_detail idtoname_cache_template = {
197 idtoname_parse(struct cache_detail *cd, char *buf, int buflen) in idtoname_parse()
265 idtoname_lookup(struct cache_detail *cd, struct ent *item) in idtoname_lookup()
276 idtoname_update(struct cache_detail *cd, struct ent *new, struct ent *old) in idtoname_update()
[all …]
Dnetns.h48 struct cache_detail *svc_expkey_cache;
49 struct cache_detail *svc_export_cache;
51 struct cache_detail *idtoname_cache;
52 struct cache_detail *nametoid_cache;
Dexport.c52 static void expkey_request(struct cache_detail *cd, in expkey_request()
67 static struct svc_expkey *svc_expkey_update(struct cache_detail *cd, struct svc_expkey *new,
69 static struct svc_expkey *svc_expkey_lookup(struct cache_detail *cd, struct svc_expkey *);
71 static int expkey_parse(struct cache_detail *cd, char *mesg, int mlen) in expkey_parse()
167 struct cache_detail *cd, in expkey_show()
235 static const struct cache_detail svc_expkey_cache_template = {
263 svc_expkey_lookup(struct cache_detail *cd, struct svc_expkey *item) in svc_expkey_lookup()
276 svc_expkey_update(struct cache_detail *cd, struct svc_expkey *new, in svc_expkey_update()
320 static void svc_export_request(struct cache_detail *cd, in svc_export_request()
511 static int svc_export_parse(struct cache_detail *cd, char *mesg, int mlen) in svc_export_parse()
[all …]
Dexport.h63 struct cache_detail *cd;