Searched refs:cache_detail (Results 1 - 16 of 16) sorted by relevance

/linux-master/fs/nfs/
H A 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);
H A Dcache_lib.c35 int nfs_cache_upcall(struct cache_detail *cd, char *entry_name)
116 int nfs_cache_register_sb(struct super_block *sb, struct cache_detail *cd)
127 int nfs_cache_register_net(struct net *net, struct cache_detail *cd)
143 void nfs_cache_unregister_sb(struct super_block *sb, struct cache_detail *cd)
148 void nfs_cache_unregister_net(struct net *net, struct cache_detail *cd)
H A Dnetns.h22 struct cache_detail *nfs_dns_resolve;
H A Ddns_resolve.c139 static void nfs_dns_request(struct cache_detail *cd,
149 static int nfs_dns_upcall(struct cache_detail *cd,
176 static int nfs_dns_show(struct seq_file *m, struct cache_detail *cd,
202 static struct nfs_dns_ent *nfs_dns_lookup(struct cache_detail *cd,
215 static struct nfs_dns_ent *nfs_dns_update(struct cache_detail *cd,
229 static int nfs_dns_parse(struct cache_detail *cd, char *buf, int buflen)
280 static int do_cache_lookup(struct cache_detail *cd,
296 static int do_cache_lookup_nowait(struct cache_detail *cd,
321 static int do_cache_lookup_wait(struct cache_detail *cd,
366 static struct cache_detail nfs_dns_resolve_templat
[all...]
/linux-master/net/sunrpc/
H A Dnetns.h8 struct cache_detail;
12 struct cache_detail *ip_map_cache;
13 struct cache_detail *unix_gid_cache;
14 struct cache_detail *rsc_cache;
15 struct cache_detail *rsi_cache;
H A Dcache.c45 static void cache_init(struct cache_head *h, struct cache_detail *detail)
59 struct cache_detail *detail);
61 static struct cache_head *sunrpc_cache_find_rcu(struct cache_detail *detail,
84 struct cache_detail *cd)
93 struct cache_detail *cd)
99 static struct cache_head *sunrpc_cache_add_entry(struct cache_detail *detail,
146 struct cache_head *sunrpc_cache_lookup_rcu(struct cache_detail *detail,
159 static void cache_dequeue(struct cache_detail *detail, struct cache_head *ch);
162 struct cache_detail *detail)
175 struct cache_detail *detai
[all...]
H A Dsvcauth_unix.c153 static int ip_map_upcall(struct cache_detail *cd, struct cache_head *h)
158 static void ip_map_request(struct cache_detail *cd,
175 static struct ip_map *__ip_map_lookup(struct cache_detail *cd, char *class, struct in6_addr *addr);
176 static int __ip_map_update(struct cache_detail *cd, struct ip_map *ipm, struct unix_domain *udom, time64_t expiry);
178 static int ip_map_parse(struct cache_detail *cd,
261 struct cache_detail *cd,
290 static struct ip_map *__ip_map_lookup(struct cache_detail *cd, char *class,
308 static int __ip_map_update(struct cache_detail *cd, struct ip_map *ipm,
468 static int unix_gid_upcall(struct cache_detail *cd, struct cache_head *h)
473 static void unix_gid_request(struct cache_detail *c
[all...]
H A Drpc_pipe.c1111 umode_t umode, struct cache_detail *cd)
/linux-master/include/linux/sunrpc/
H A Dcache.h22 * - A 'struct cache_detail' which contains information specific to the cache
70 struct cache_detail { struct
79 int (*cache_upcall)(struct cache_detail *,
82 void (*cache_request)(struct cache_detail *cd,
86 int (*cache_parse)(struct cache_detail *,
90 struct cache_detail *cd,
92 void (*warn_no_listener)(struct cache_detail *cd,
180 sunrpc_cache_lookup_rcu(struct cache_detail *detail,
183 sunrpc_cache_update(struct cache_detail *detail,
187 sunrpc_cache_pipe_upcall(struct cache_detail *detai
[all...]
H A Drpc_pipe_fs.h121 struct cache_detail;
125 struct cache_detail *);
/linux-master/fs/nfsd/
H A 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;
H A Dnfs4idmap.c127 idtoname_upcall(struct cache_detail *cd, struct cache_head *h)
133 idtoname_request(struct cache_detail *cd, struct cache_head *ch, char **bpp,
158 idtoname_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h)
177 warn_no_idmapd(struct cache_detail *detail, int has_died)
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)
274 idtoname_lookup(struct cache_detail *c
[all...]
H A Dexport.c54 static int expkey_upcall(struct cache_detail *cd, struct cache_head *h)
59 static void expkey_request(struct cache_detail *cd,
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)
178 struct cache_detail *cd,
257 static const struct cache_detail svc_expkey_cache_template = {
287 svc_expkey_lookup(struct cache_detail *cd, struct svc_expkey *item)
300 svc_expkey_update(struct cache_detail *cd, struct svc_expkey *new,
366 static int svc_export_upcall(struct cache_detail *c
[all...]
H A Dexport.h77 struct cache_detail *cd;
/linux-master/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c106 static struct rsi *rsi_update(struct cache_detail *cd, struct rsi *new, struct rsi *old);
107 static struct rsi *rsi_lookup(struct cache_detail *cd, struct rsi *item);
207 static int rsi_upcall(struct cache_detail *cd, struct cache_head *h)
212 static void rsi_request(struct cache_detail *cd,
225 static int rsi_parse(struct cache_detail *cd,
307 static const struct cache_detail rsi_cache_template = {
321 static struct rsi *rsi_lookup(struct cache_detail *cd, struct rsi *item)
333 static struct rsi *rsi_update(struct cache_detail *cd, struct rsi *new, struct rsi *old)
377 static struct rsc *rsc_update(struct cache_detail *cd, struct rsc *new, struct rsc *old);
378 static struct rsc *rsc_lookup(struct cache_detail *c
[all...]
/linux-master/include/trace/events/
H A Dsunrpc.h2411 const struct cache_detail *cd,
2432 const struct cache_detail *cd, \

Completed in 217 milliseconds