cache_detail       35 fs/nfs/cache_lib.c int nfs_cache_upcall(struct cache_detail *cd, char *entry_name)
cache_detail      116 fs/nfs/cache_lib.c int nfs_cache_register_sb(struct super_block *sb, struct cache_detail *cd)
cache_detail      127 fs/nfs/cache_lib.c int nfs_cache_register_net(struct net *net, struct cache_detail *cd)
cache_detail      143 fs/nfs/cache_lib.c void nfs_cache_unregister_sb(struct super_block *sb, struct cache_detail *cd)
cache_detail      148 fs/nfs/cache_lib.c void nfs_cache_unregister_net(struct net *net, struct cache_detail *cd)
cache_detail       22 fs/nfs/cache_lib.h extern int nfs_cache_upcall(struct cache_detail *cd, char *entry_name);
cache_detail       27 fs/nfs/cache_lib.h extern int nfs_cache_register_net(struct net *net, struct cache_detail *cd);
cache_detail       28 fs/nfs/cache_lib.h extern void nfs_cache_unregister_net(struct net *net, struct cache_detail *cd);
cache_detail       30 fs/nfs/cache_lib.h 				 struct cache_detail *cd);
cache_detail       32 fs/nfs/cache_lib.h 				    struct cache_detail *cd);
cache_detail      141 fs/nfs/dns_resolve.c static void nfs_dns_request(struct cache_detail *cd,
cache_detail      151 fs/nfs/dns_resolve.c static int nfs_dns_upcall(struct cache_detail *cd,
cache_detail      177 fs/nfs/dns_resolve.c static int nfs_dns_show(struct seq_file *m, struct cache_detail *cd,
cache_detail      203 fs/nfs/dns_resolve.c static struct nfs_dns_ent *nfs_dns_lookup(struct cache_detail *cd,
cache_detail      216 fs/nfs/dns_resolve.c static struct nfs_dns_ent *nfs_dns_update(struct cache_detail *cd,
cache_detail      230 fs/nfs/dns_resolve.c static int nfs_dns_parse(struct cache_detail *cd, char *buf, int buflen)
cache_detail      281 fs/nfs/dns_resolve.c static int do_cache_lookup(struct cache_detail *cd,
cache_detail      297 fs/nfs/dns_resolve.c static int do_cache_lookup_nowait(struct cache_detail *cd,
cache_detail      322 fs/nfs/dns_resolve.c static int do_cache_lookup_wait(struct cache_detail *cd,
cache_detail      367 fs/nfs/dns_resolve.c static struct cache_detail nfs_dns_resolve_template = {
cache_detail      431 fs/nfs/dns_resolve.c 	struct cache_detail *cd = nn->nfs_dns_resolve;
cache_detail       21 fs/nfs/netns.h 	struct cache_detail *nfs_dns_resolve;
cache_detail       53 fs/nfsd/export.c static void expkey_request(struct cache_detail *cd,
cache_detail       68 fs/nfsd/export.c static struct svc_expkey *svc_expkey_update(struct cache_detail *cd, struct svc_expkey *new,
cache_detail       70 fs/nfsd/export.c static struct svc_expkey *svc_expkey_lookup(struct cache_detail *cd, struct svc_expkey *);
cache_detail       72 fs/nfsd/export.c static int expkey_parse(struct cache_detail *cd, char *mesg, int mlen)
cache_detail      168 fs/nfsd/export.c 		       struct cache_detail *cd,
cache_detail      247 fs/nfsd/export.c static const struct cache_detail svc_expkey_cache_template = {
cache_detail      276 fs/nfsd/export.c svc_expkey_lookup(struct cache_detail *cd, struct svc_expkey *item)
cache_detail      289 fs/nfsd/export.c svc_expkey_update(struct cache_detail *cd, struct svc_expkey *new,
cache_detail      333 fs/nfsd/export.c static void svc_export_request(struct cache_detail *cd,
cache_detail      524 fs/nfsd/export.c static int svc_export_parse(struct cache_detail *cd, char *mesg, int mlen)
cache_detail      672 fs/nfsd/export.c 			   struct cache_detail *cd,
cache_detail      765 fs/nfsd/export.c static const struct cache_detail svc_export_cache_template = {
cache_detail      818 fs/nfsd/export.c exp_find_key(struct cache_detail *cd, struct auth_domain *clp, int fsid_type,
cache_detail      841 fs/nfsd/export.c exp_get_by_name(struct cache_detail *cd, struct auth_domain *clp,
cache_detail      867 fs/nfsd/export.c exp_parent(struct cache_detail *cd, struct auth_domain *clp, struct path *path)
cache_detail      900 fs/nfsd/export.c 	struct cache_detail	*cd = nn->svc_export_cache;
cache_detail      935 fs/nfsd/export.c static struct svc_export *exp_find(struct cache_detail *cd,
cache_detail      999 fs/nfsd/export.c 	struct cache_detail *cd = nn->svc_export_cache;
cache_detail     1030 fs/nfsd/export.c 	struct cache_detail *cd = nn->svc_export_cache;
cache_detail     1218 fs/nfsd/export.c 	struct cache_detail *cd = m->private;
cache_detail       63 fs/nfsd/export.h 	struct cache_detail	*cd;
cache_detail       35 fs/nfsd/netns.h 	struct cache_detail *svc_expkey_cache;
cache_detail       36 fs/nfsd/netns.h 	struct cache_detail *svc_export_cache;
cache_detail       38 fs/nfsd/netns.h 	struct cache_detail *idtoname_cache;
cache_detail       39 fs/nfsd/netns.h 	struct cache_detail *nametoid_cache;
cache_detail      126 fs/nfsd/nfs4idmap.c idtoname_request(struct cache_detail *cd, struct cache_head *ch, char **bpp,
cache_detail      151 fs/nfsd/nfs4idmap.c idtoname_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h)
cache_detail      170 fs/nfsd/nfs4idmap.c warn_no_idmapd(struct cache_detail *detail, int has_died)
cache_detail      177 fs/nfsd/nfs4idmap.c static int         idtoname_parse(struct cache_detail *, char *, int);
cache_detail      178 fs/nfsd/nfs4idmap.c static struct ent *idtoname_lookup(struct cache_detail *, struct ent *);
cache_detail      179 fs/nfsd/nfs4idmap.c static struct ent *idtoname_update(struct cache_detail *, struct ent *,
cache_detail      182 fs/nfsd/nfs4idmap.c static const struct cache_detail idtoname_cache_template = {
cache_detail      198 fs/nfsd/nfs4idmap.c idtoname_parse(struct cache_detail *cd, char *buf, int buflen)
cache_detail      266 fs/nfsd/nfs4idmap.c idtoname_lookup(struct cache_detail *cd, struct ent *item)
cache_detail      277 fs/nfsd/nfs4idmap.c idtoname_update(struct cache_detail *cd, struct ent *new, struct ent *old)
cache_detail      299 fs/nfsd/nfs4idmap.c nametoid_request(struct cache_detail *cd, struct cache_head *ch, char **bpp,
cache_detail      322 fs/nfsd/nfs4idmap.c nametoid_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h)
cache_detail      340 fs/nfsd/nfs4idmap.c static struct ent *nametoid_lookup(struct cache_detail *, struct ent *);
cache_detail      341 fs/nfsd/nfs4idmap.c static struct ent *nametoid_update(struct cache_detail *, struct ent *,
cache_detail      343 fs/nfsd/nfs4idmap.c static int         nametoid_parse(struct cache_detail *, char *, int);
cache_detail      345 fs/nfsd/nfs4idmap.c static const struct cache_detail nametoid_cache_template = {
cache_detail      361 fs/nfsd/nfs4idmap.c nametoid_parse(struct cache_detail *cd, char *buf, int buflen)
cache_detail      424 fs/nfsd/nfs4idmap.c nametoid_lookup(struct cache_detail *cd, struct ent *item)
cache_detail      435 fs/nfsd/nfs4idmap.c nametoid_update(struct cache_detail *cd, struct ent *new, struct ent *old)
cache_detail      493 fs/nfsd/nfs4idmap.c 		struct ent *(*lookup_fn)(struct cache_detail *, struct ent *),
cache_detail      494 fs/nfsd/nfs4idmap.c 		struct ent *key, struct cache_detail *detail, struct ent **item)
cache_detail       73 include/linux/sunrpc/cache.h 	int			(*cache_upcall)(struct cache_detail *,
cache_detail       76 include/linux/sunrpc/cache.h 	void			(*cache_request)(struct cache_detail *cd,
cache_detail       80 include/linux/sunrpc/cache.h 	int			(*cache_parse)(struct cache_detail *,
cache_detail       84 include/linux/sunrpc/cache.h 					      struct cache_detail *cd,
cache_detail       86 include/linux/sunrpc/cache.h 	void			(*warn_no_listener)(struct cache_detail *cd,
cache_detail      170 include/linux/sunrpc/cache.h sunrpc_cache_lookup_rcu(struct cache_detail *detail,
cache_detail      173 include/linux/sunrpc/cache.h sunrpc_cache_update(struct cache_detail *detail,
cache_detail      177 include/linux/sunrpc/cache.h sunrpc_cache_pipe_upcall(struct cache_detail *detail, struct cache_head *h);
cache_detail      195 include/linux/sunrpc/cache.h static inline void cache_put(struct cache_head *h, struct cache_detail *cd)
cache_detail      203 include/linux/sunrpc/cache.h static inline bool cache_is_expired(struct cache_detail *detail, struct cache_head *h)
cache_detail      212 include/linux/sunrpc/cache.h extern int cache_check(struct cache_detail *detail,
cache_detail      215 include/linux/sunrpc/cache.h extern void cache_purge(struct cache_detail *detail);
cache_detail      218 include/linux/sunrpc/cache.h extern int cache_register_net(struct cache_detail *cd, struct net *net);
cache_detail      219 include/linux/sunrpc/cache.h extern void cache_unregister_net(struct cache_detail *cd, struct net *net);
cache_detail      221 include/linux/sunrpc/cache.h extern struct cache_detail *cache_create_net(const struct cache_detail *tmpl, struct net *net);
cache_detail      222 include/linux/sunrpc/cache.h extern void cache_destroy_net(struct cache_detail *cd, struct net *net);
cache_detail      224 include/linux/sunrpc/cache.h extern void sunrpc_init_cache_detail(struct cache_detail *cd);
cache_detail      225 include/linux/sunrpc/cache.h extern void sunrpc_destroy_cache_detail(struct cache_detail *cd);
cache_detail      227 include/linux/sunrpc/cache.h 					umode_t, struct cache_detail *);
cache_detail      228 include/linux/sunrpc/cache.h extern void sunrpc_cache_unregister_pipefs(struct cache_detail *);
cache_detail      229 include/linux/sunrpc/cache.h extern void sunrpc_cache_unhash(struct cache_detail *, struct cache_head *);
cache_detail      118 include/linux/sunrpc/rpc_pipe_fs.h struct cache_detail;
cache_detail      122 include/linux/sunrpc/rpc_pipe_fs.h 					   struct cache_detail *);
cache_detail       83 net/sunrpc/auth_gss/svcauth_gss.c static struct rsi *rsi_update(struct cache_detail *cd, struct rsi *new, struct rsi *old);
cache_detail       84 net/sunrpc/auth_gss/svcauth_gss.c static struct rsi *rsi_lookup(struct cache_detail *cd, struct rsi *item);
cache_detail      184 net/sunrpc/auth_gss/svcauth_gss.c static void rsi_request(struct cache_detail *cd,
cache_detail      195 net/sunrpc/auth_gss/svcauth_gss.c static int rsi_parse(struct cache_detail *cd,
cache_detail      277 net/sunrpc/auth_gss/svcauth_gss.c static const struct cache_detail rsi_cache_template = {
cache_detail      290 net/sunrpc/auth_gss/svcauth_gss.c static struct rsi *rsi_lookup(struct cache_detail *cd, struct rsi *item)
cache_detail      302 net/sunrpc/auth_gss/svcauth_gss.c static struct rsi *rsi_update(struct cache_detail *cd, struct rsi *new, struct rsi *old)
cache_detail      346 net/sunrpc/auth_gss/svcauth_gss.c static struct rsc *rsc_update(struct cache_detail *cd, struct rsc *new, struct rsc *old);
cache_detail      347 net/sunrpc/auth_gss/svcauth_gss.c static struct rsc *rsc_lookup(struct cache_detail *cd, struct rsc *item);
cache_detail      428 net/sunrpc/auth_gss/svcauth_gss.c static int rsc_parse(struct cache_detail *cd,
cache_detail      549 net/sunrpc/auth_gss/svcauth_gss.c static const struct cache_detail rsc_cache_template = {
cache_detail      561 net/sunrpc/auth_gss/svcauth_gss.c static struct rsc *rsc_lookup(struct cache_detail *cd, struct rsc *item)
cache_detail      573 net/sunrpc/auth_gss/svcauth_gss.c static struct rsc *rsc_update(struct cache_detail *cd, struct rsc *new, struct rsc *old)
cache_detail      588 net/sunrpc/auth_gss/svcauth_gss.c gss_svc_searchbyctx(struct cache_detail *cd, struct xdr_netobj *handle)
cache_detail     1007 net/sunrpc/auth_gss/svcauth_gss.c gss_write_init_verf(struct cache_detail *cd, struct svc_rqst *rqstp,
cache_detail     1209 net/sunrpc/auth_gss/svcauth_gss.c static int gss_proxy_save_rsc(struct cache_detail *cd,
cache_detail     1858 net/sunrpc/auth_gss/svcauth_gss.c 	struct cache_detail *cd;
cache_detail     1876 net/sunrpc/auth_gss/svcauth_gss.c 	struct cache_detail *cd = sn->rsi_cache;
cache_detail     1887 net/sunrpc/auth_gss/svcauth_gss.c 	struct cache_detail *cd;
cache_detail     1905 net/sunrpc/auth_gss/svcauth_gss.c 	struct cache_detail *cd = sn->rsc_cache;
cache_detail       41 net/sunrpc/cache.c static bool cache_listeners_exist(struct cache_detail *detail);
cache_detail       43 net/sunrpc/cache.c static void cache_init(struct cache_head *h, struct cache_detail *detail)
cache_detail       57 net/sunrpc/cache.c 				struct cache_detail *detail);
cache_detail       59 net/sunrpc/cache.c static struct cache_head *sunrpc_cache_find_rcu(struct cache_detail *detail,
cache_detail       80 net/sunrpc/cache.c static struct cache_head *sunrpc_cache_add_entry(struct cache_detail *detail,
cache_detail      127 net/sunrpc/cache.c struct cache_head *sunrpc_cache_lookup_rcu(struct cache_detail *detail,
cache_detail      140 net/sunrpc/cache.c static void cache_dequeue(struct cache_detail *detail, struct cache_head *ch);
cache_detail      143 net/sunrpc/cache.c 			       struct cache_detail *detail)
cache_detail      156 net/sunrpc/cache.c 				 struct cache_detail *detail)
cache_detail      164 net/sunrpc/cache.c struct cache_head *sunrpc_cache_update(struct cache_detail *detail,
cache_detail      214 net/sunrpc/cache.c static int cache_make_upcall(struct cache_detail *cd, struct cache_head *h)
cache_detail      242 net/sunrpc/cache.c static int try_to_negate_entry(struct cache_detail *detail, struct cache_head *h)
cache_detail      273 net/sunrpc/cache.c int cache_check(struct cache_detail *detail,
cache_detail      357 net/sunrpc/cache.c static struct cache_detail *current_detail;
cache_detail      363 net/sunrpc/cache.c void sunrpc_init_cache_detail(struct cache_detail *cd)
cache_detail      381 net/sunrpc/cache.c void sunrpc_destroy_cache_detail(struct cache_detail *cd)
cache_detail      423 net/sunrpc/cache.c 		current_detail = list_entry(next, struct cache_detail, others);
cache_detail      442 net/sunrpc/cache.c 		struct cache_detail *d;
cache_detail      511 net/sunrpc/cache.c void cache_purge(struct cache_detail *detail)
cache_detail      784 net/sunrpc/cache.c static int cache_request(struct cache_detail *detail,
cache_detail      797 net/sunrpc/cache.c 			  loff_t *ppos, struct cache_detail *cd)
cache_detail      879 net/sunrpc/cache.c 				 size_t count, struct cache_detail *cd)
cache_detail      895 net/sunrpc/cache.c 				   size_t count, struct cache_detail *cd)
cache_detail      911 net/sunrpc/cache.c 			      size_t count, struct cache_detail *cd)
cache_detail      936 net/sunrpc/cache.c 			   struct cache_detail *cd)
cache_detail      955 net/sunrpc/cache.c 			       struct cache_detail *cd)
cache_detail      983 net/sunrpc/cache.c 		       struct cache_detail *cd)
cache_detail     1011 net/sunrpc/cache.c 		      struct cache_detail *cd)
cache_detail     1038 net/sunrpc/cache.c 			 struct cache_detail *cd)
cache_detail     1072 net/sunrpc/cache.c static void cache_dequeue(struct cache_detail *detail, struct cache_head *ch)
cache_detail     1161 net/sunrpc/cache.c static void warn_no_listener(struct cache_detail *detail)
cache_detail     1170 net/sunrpc/cache.c static bool cache_listeners_exist(struct cache_detail *detail)
cache_detail     1193 net/sunrpc/cache.c int sunrpc_cache_pipe_upcall(struct cache_detail *detail, struct cache_head *h)
cache_detail     1322 net/sunrpc/cache.c 	struct cache_detail *cd = m->private;
cache_detail     1350 net/sunrpc/cache.c 	struct cache_detail *cd = m->private;
cache_detail     1401 net/sunrpc/cache.c 	struct cache_detail *cd = m->private;
cache_detail     1431 net/sunrpc/cache.c 			struct cache_detail *cd)
cache_detail     1451 net/sunrpc/cache.c 		struct cache_detail *cd)
cache_detail     1459 net/sunrpc/cache.c 			struct cache_detail *cd)
cache_detail     1467 net/sunrpc/cache.c 			struct cache_detail *cd)
cache_detail     1475 net/sunrpc/cache.c 			  struct cache_detail *cd)
cache_detail     1487 net/sunrpc/cache.c 			   struct cache_detail *cd)
cache_detail     1531 net/sunrpc/cache.c 	struct cache_detail *cd = PDE_DATA(file_inode(filp));
cache_detail     1539 net/sunrpc/cache.c 	struct cache_detail *cd = PDE_DATA(file_inode(filp));
cache_detail     1546 net/sunrpc/cache.c 	struct cache_detail *cd = PDE_DATA(file_inode(filp));
cache_detail     1555 net/sunrpc/cache.c 	struct cache_detail *cd = PDE_DATA(inode);
cache_detail     1562 net/sunrpc/cache.c 	struct cache_detail *cd = PDE_DATA(inode);
cache_detail     1569 net/sunrpc/cache.c 	struct cache_detail *cd = PDE_DATA(inode);
cache_detail     1587 net/sunrpc/cache.c 	struct cache_detail *cd = PDE_DATA(inode);
cache_detail     1594 net/sunrpc/cache.c 	struct cache_detail *cd = PDE_DATA(inode);
cache_detail     1608 net/sunrpc/cache.c 	struct cache_detail *cd = PDE_DATA(inode);
cache_detail     1615 net/sunrpc/cache.c 	struct cache_detail *cd = PDE_DATA(inode);
cache_detail     1623 net/sunrpc/cache.c 	struct cache_detail *cd = PDE_DATA(file_inode(filp));
cache_detail     1632 net/sunrpc/cache.c 	struct cache_detail *cd = PDE_DATA(file_inode(filp));
cache_detail     1645 net/sunrpc/cache.c static void remove_cache_proc_entries(struct cache_detail *cd)
cache_detail     1654 net/sunrpc/cache.c static int create_cache_proc_entries(struct cache_detail *cd, struct net *net)
cache_detail     1687 net/sunrpc/cache.c static int create_cache_proc_entries(struct cache_detail *cd, struct net *net)
cache_detail     1698 net/sunrpc/cache.c int cache_register_net(struct cache_detail *cd, struct net *net)
cache_detail     1710 net/sunrpc/cache.c void cache_unregister_net(struct cache_detail *cd, struct net *net)
cache_detail     1717 net/sunrpc/cache.c struct cache_detail *cache_create_net(const struct cache_detail *tmpl, struct net *net)
cache_detail     1719 net/sunrpc/cache.c 	struct cache_detail *cd;
cache_detail     1722 net/sunrpc/cache.c 	cd = kmemdup(tmpl, sizeof(struct cache_detail), GFP_KERNEL);
cache_detail     1740 net/sunrpc/cache.c void cache_destroy_net(struct cache_detail *cd, struct net *net)
cache_detail     1750 net/sunrpc/cache.c 	struct cache_detail *cd = RPC_I(file_inode(filp))->private;
cache_detail     1758 net/sunrpc/cache.c 	struct cache_detail *cd = RPC_I(file_inode(filp))->private;
cache_detail     1765 net/sunrpc/cache.c 	struct cache_detail *cd = RPC_I(file_inode(filp))->private;
cache_detail     1774 net/sunrpc/cache.c 	struct cache_detail *cd = RPC_I(inode)->private;
cache_detail     1781 net/sunrpc/cache.c 	struct cache_detail *cd = RPC_I(inode)->private;
cache_detail     1788 net/sunrpc/cache.c 	struct cache_detail *cd = RPC_I(inode)->private;
cache_detail     1806 net/sunrpc/cache.c 	struct cache_detail *cd = RPC_I(inode)->private;
cache_detail     1813 net/sunrpc/cache.c 	struct cache_detail *cd = RPC_I(inode)->private;
cache_detail     1827 net/sunrpc/cache.c 	struct cache_detail *cd = RPC_I(inode)->private;
cache_detail     1834 net/sunrpc/cache.c 	struct cache_detail *cd = RPC_I(inode)->private;
cache_detail     1842 net/sunrpc/cache.c 	struct cache_detail *cd = RPC_I(file_inode(filp))->private;
cache_detail     1851 net/sunrpc/cache.c 	struct cache_detail *cd = RPC_I(file_inode(filp))->private;
cache_detail     1866 net/sunrpc/cache.c 				 struct cache_detail *cd)
cache_detail     1876 net/sunrpc/cache.c void sunrpc_cache_unregister_pipefs(struct cache_detail *cd)
cache_detail     1885 net/sunrpc/cache.c void sunrpc_cache_unhash(struct cache_detail *cd, struct cache_head *h)
cache_detail        8 net/sunrpc/netns.h struct cache_detail;
cache_detail       12 net/sunrpc/netns.h 	struct cache_detail *ip_map_cache;
cache_detail       13 net/sunrpc/netns.h 	struct cache_detail *unix_gid_cache;
cache_detail       14 net/sunrpc/netns.h 	struct cache_detail *rsc_cache;
cache_detail       15 net/sunrpc/netns.h 	struct cache_detail *rsi_cache;
cache_detail     1109 net/sunrpc/rpc_pipe.c 				    umode_t umode, struct cache_detail *cd)
cache_detail      151 net/sunrpc/svcauth_unix.c static void ip_map_request(struct cache_detail *cd,
cache_detail      168 net/sunrpc/svcauth_unix.c static struct ip_map *__ip_map_lookup(struct cache_detail *cd, char *class, struct in6_addr *addr);
cache_detail      169 net/sunrpc/svcauth_unix.c static int __ip_map_update(struct cache_detail *cd, struct ip_map *ipm, struct unix_domain *udom, time_t expiry);
cache_detail      171 net/sunrpc/svcauth_unix.c static int ip_map_parse(struct cache_detail *cd,
cache_detail      254 net/sunrpc/svcauth_unix.c 		       struct cache_detail *cd,
cache_detail      283 net/sunrpc/svcauth_unix.c static struct ip_map *__ip_map_lookup(struct cache_detail *cd, char *class,
cache_detail      310 net/sunrpc/svcauth_unix.c static int __ip_map_update(struct cache_detail *cd, struct ip_map *ipm,
cache_detail      470 net/sunrpc/svcauth_unix.c static void unix_gid_request(struct cache_detail *cd,
cache_detail      482 net/sunrpc/svcauth_unix.c static struct unix_gid *unix_gid_lookup(struct cache_detail *cd, kuid_t uid);
cache_detail      484 net/sunrpc/svcauth_unix.c static int unix_gid_parse(struct cache_detail *cd,
cache_detail      556 net/sunrpc/svcauth_unix.c 			 struct cache_detail *cd,
cache_detail      582 net/sunrpc/svcauth_unix.c static const struct cache_detail unix_gid_cache_template = {
cache_detail      599 net/sunrpc/svcauth_unix.c 	struct cache_detail *cd;
cache_detail      617 net/sunrpc/svcauth_unix.c 	struct cache_detail *cd = sn->unix_gid_cache;
cache_detail      625 net/sunrpc/svcauth_unix.c static struct unix_gid *unix_gid_lookup(struct cache_detail *cd, kuid_t uid)
cache_detail      879 net/sunrpc/svcauth_unix.c static const struct cache_detail ip_map_cache_template = {
cache_detail      896 net/sunrpc/svcauth_unix.c 	struct cache_detail *cd;
cache_detail      914 net/sunrpc/svcauth_unix.c 	struct cache_detail *cd = sn->ip_map_cache;