Symbol: cache_detail
fs/nfs/cache_lib.c
116
int nfs_cache_register_sb(struct super_block *sb, struct cache_detail *cd)
fs/nfs/cache_lib.c
127
int nfs_cache_register_net(struct net *net, struct cache_detail *cd)
fs/nfs/cache_lib.c
143
void nfs_cache_unregister_sb(struct super_block *sb, struct cache_detail *cd)
fs/nfs/cache_lib.c
148
void nfs_cache_unregister_net(struct net *net, struct cache_detail *cd)
fs/nfs/cache_lib.c
35
int nfs_cache_upcall(struct cache_detail *cd, char *entry_name)
fs/nfs/cache_lib.h
22
extern int nfs_cache_upcall(struct cache_detail *cd, char *entry_name);
fs/nfs/cache_lib.h
27
extern int nfs_cache_register_net(struct net *net, struct cache_detail *cd);
fs/nfs/cache_lib.h
28
extern void nfs_cache_unregister_net(struct net *net, struct cache_detail *cd);
fs/nfs/cache_lib.h
30
struct cache_detail *cd);
fs/nfs/cache_lib.h
32
struct cache_detail *cd);
fs/nfs/dns_resolve.c
139
static void nfs_dns_request(struct cache_detail *cd,
fs/nfs/dns_resolve.c
149
static int nfs_dns_upcall(struct cache_detail *cd,
fs/nfs/dns_resolve.c
176
static int nfs_dns_show(struct seq_file *m, struct cache_detail *cd,
fs/nfs/dns_resolve.c
202
static struct nfs_dns_ent *nfs_dns_lookup(struct cache_detail *cd,
fs/nfs/dns_resolve.c
215
static struct nfs_dns_ent *nfs_dns_update(struct cache_detail *cd,
fs/nfs/dns_resolve.c
229
static int nfs_dns_parse(struct cache_detail *cd, char *buf, int buflen)
fs/nfs/dns_resolve.c
280
static int do_cache_lookup(struct cache_detail *cd,
fs/nfs/dns_resolve.c
296
static int do_cache_lookup_nowait(struct cache_detail *cd,
fs/nfs/dns_resolve.c
321
static int do_cache_lookup_wait(struct cache_detail *cd,
fs/nfs/dns_resolve.c
366
static struct cache_detail nfs_dns_resolve_template = {
fs/nfs/dns_resolve.c
430
struct cache_detail *cd = nn->nfs_dns_resolve;
fs/nfs/netns.h
22
struct cache_detail *nfs_dns_resolve;
fs/nfsd/export.c
1051
struct cache_detail *cd;
fs/nfsd/export.c
1077
static int svc_export_upcall(struct cache_detail *cd, struct cache_head *h)
fs/nfsd/export.c
1082
static int svc_export_notify(struct cache_detail *cd, struct cache_head *h)
fs/nfsd/export.c
1087
static void svc_export_request(struct cache_detail *cd,
fs/nfsd/export.c
1309
static int svc_export_parse(struct cache_detail *cd, char *mesg, int mlen)
fs/nfsd/export.c
1470
struct cache_detail *cd,
fs/nfsd/export.c
1594
static const struct cache_detail svc_export_cache_template = {
fs/nfsd/export.c
1649
exp_find_key(struct cache_detail *cd, struct auth_domain *clp, int fsid_type,
fs/nfsd/export.c
1674
exp_get_by_name(struct cache_detail *cd, struct auth_domain *clp,
fs/nfsd/export.c
1702
exp_parent(struct cache_detail *cd, struct auth_domain *clp, struct path *path)
fs/nfsd/export.c
1735
struct cache_detail *cd = nn->svc_export_cache;
fs/nfsd/export.c
1770
static struct svc_export *exp_find(struct cache_detail *cd,
fs/nfsd/export.c
179
struct cache_detail *cd,
fs/nfsd/export.c
1924
struct cache_detail *cd = nn->svc_export_cache;
fs/nfsd/export.c
1972
struct cache_detail *cd = nn->svc_export_cache;
fs/nfsd/export.c
2161
struct cache_detail *cd = m->private;
fs/nfsd/export.c
258
static int expkey_notify(struct cache_detail *cd, struct cache_head *h)
fs/nfsd/export.c
263
static const struct cache_detail svc_expkey_cache_template = {
fs/nfsd/export.c
294
svc_expkey_lookup(struct cache_detail *cd, struct svc_expkey *item)
fs/nfsd/export.c
307
svc_expkey_update(struct cache_detail *cd, struct svc_expkey *new,
fs/nfsd/export.c
338
struct cache_detail *cd;
fs/nfsd/export.c
440
static int nfsd_nl_parse_one_expkey(struct cache_detail *cd,
fs/nfsd/export.c
555
struct cache_detail *cd;
fs/nfsd/export.c
57
static int expkey_upcall(struct cache_detail *cd, struct cache_head *h)
fs/nfsd/export.c
62
static void expkey_request(struct cache_detail *cd,
fs/nfsd/export.c
664
struct cache_detail *cd;
fs/nfsd/export.c
77
static struct svc_expkey *svc_expkey_update(struct cache_detail *cd, struct svc_expkey *new,
fs/nfsd/export.c
79
static struct svc_expkey *svc_expkey_lookup(struct cache_detail *cd, struct svc_expkey *);
fs/nfsd/export.c
81
static int expkey_parse(struct cache_detail *cd, char *mesg, int mlen)
fs/nfsd/export.c
843
static int nfsd_nl_parse_one_export(struct cache_detail *cd,
fs/nfsd/export.h
77
struct cache_detail *cd;
fs/nfsd/netns.h
62
struct cache_detail *svc_expkey_cache;
fs/nfsd/netns.h
63
struct cache_detail *svc_export_cache;
fs/nfsd/netns.h
65
struct cache_detail *idtoname_cache;
fs/nfsd/netns.h
66
struct cache_detail *nametoid_cache;
fs/nfsd/nfs4idmap.c
127
idtoname_upcall(struct cache_detail *cd, struct cache_head *h)
fs/nfsd/nfs4idmap.c
133
idtoname_request(struct cache_detail *cd, struct cache_head *ch, char **bpp,
fs/nfsd/nfs4idmap.c
158
idtoname_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h)
fs/nfsd/nfs4idmap.c
177
warn_no_idmapd(struct cache_detail *detail, int has_died)
fs/nfsd/nfs4idmap.c
184
static int idtoname_parse(struct cache_detail *, char *, int);
fs/nfsd/nfs4idmap.c
185
static struct ent *idtoname_lookup(struct cache_detail *, struct ent *);
fs/nfsd/nfs4idmap.c
186
static struct ent *idtoname_update(struct cache_detail *, struct ent *,
fs/nfsd/nfs4idmap.c
189
static const struct cache_detail idtoname_cache_template = {
fs/nfsd/nfs4idmap.c
206
idtoname_parse(struct cache_detail *cd, char *buf, int buflen)
fs/nfsd/nfs4idmap.c
274
idtoname_lookup(struct cache_detail *cd, struct ent *item)
fs/nfsd/nfs4idmap.c
285
idtoname_update(struct cache_detail *cd, struct ent *new, struct ent *old)
fs/nfsd/nfs4idmap.c
307
nametoid_upcall(struct cache_detail *cd, struct cache_head *h)
fs/nfsd/nfs4idmap.c
313
nametoid_request(struct cache_detail *cd, struct cache_head *ch, char **bpp,
fs/nfsd/nfs4idmap.c
336
nametoid_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h)
fs/nfsd/nfs4idmap.c
354
static struct ent *nametoid_lookup(struct cache_detail *, struct ent *);
fs/nfsd/nfs4idmap.c
355
static struct ent *nametoid_update(struct cache_detail *, struct ent *,
fs/nfsd/nfs4idmap.c
357
static int nametoid_parse(struct cache_detail *, char *, int);
fs/nfsd/nfs4idmap.c
359
static const struct cache_detail nametoid_cache_template = {
fs/nfsd/nfs4idmap.c
376
nametoid_parse(struct cache_detail *cd, char *buf, int buflen)
fs/nfsd/nfs4idmap.c
439
nametoid_lookup(struct cache_detail *cd, struct ent *item)
fs/nfsd/nfs4idmap.c
450
nametoid_update(struct cache_detail *cd, struct ent *new, struct ent *old)
fs/nfsd/nfs4idmap.c
508
struct ent *(*lookup_fn)(struct cache_detail *, struct ent *),
fs/nfsd/nfs4idmap.c
509
struct ent *key, struct cache_detail *detail, struct ent **item)
fs/nfsd/nfsctl.c
160
struct cache_detail *cd = seq->private;
fs/nfsd/nfsctl.c
2251
int nfsd_cache_notify(struct cache_detail *cd, struct cache_head *h, u32 cache_type)
fs/nfsd/nfsd.h
110
int nfsd_cache_notify(struct cache_detail *cd, struct cache_head *h, u32 cache_type);
include/linux/sunrpc/cache.h
188
sunrpc_cache_lookup_rcu(struct cache_detail *detail,
include/linux/sunrpc/cache.h
191
sunrpc_cache_update(struct cache_detail *detail,
include/linux/sunrpc/cache.h
195
sunrpc_cache_upcall(struct cache_detail *detail, struct cache_head *h);
include/linux/sunrpc/cache.h
197
sunrpc_cache_upcall_warn(struct cache_detail *detail,
include/linux/sunrpc/cache.h
216
static inline void cache_put(struct cache_head *h, struct cache_detail *cd)
include/linux/sunrpc/cache.h
224
static inline bool cache_is_expired(struct cache_detail *detail, struct cache_head *h)
include/linux/sunrpc/cache.h
233
extern int cache_check_rcu(struct cache_detail *detail,
include/linux/sunrpc/cache.h
235
extern int cache_check(struct cache_detail *detail,
include/linux/sunrpc/cache.h
238
extern void cache_purge(struct cache_detail *detail);
include/linux/sunrpc/cache.h
241
extern int cache_register_net(struct cache_detail *cd, struct net *net);
include/linux/sunrpc/cache.h
242
extern void cache_unregister_net(struct cache_detail *cd, struct net *net);
include/linux/sunrpc/cache.h
244
extern struct cache_detail *cache_create_net(const struct cache_detail *tmpl, struct net *net);
include/linux/sunrpc/cache.h
245
extern void cache_destroy_net(struct cache_detail *cd, struct net *net);
include/linux/sunrpc/cache.h
247
extern void sunrpc_init_cache_detail(struct cache_detail *cd);
include/linux/sunrpc/cache.h
248
extern void sunrpc_destroy_cache_detail(struct cache_detail *cd);
include/linux/sunrpc/cache.h
250
umode_t, struct cache_detail *);
include/linux/sunrpc/cache.h
251
extern void sunrpc_cache_unregister_pipefs(struct cache_detail *);
include/linux/sunrpc/cache.h
252
extern void sunrpc_cache_unhash(struct cache_detail *, struct cache_head *);
include/linux/sunrpc/cache.h
254
int sunrpc_cache_requests_count(struct cache_detail *cd);
include/linux/sunrpc/cache.h
255
int sunrpc_cache_requests_snapshot(struct cache_detail *cd,
include/linux/sunrpc/cache.h
259
int sunrpc_cache_notify(struct cache_detail *cd, struct cache_head *h,
include/linux/sunrpc/cache.h
80
int (*cache_upcall)(struct cache_detail *,
include/linux/sunrpc/cache.h
83
int (*cache_notify)(struct cache_detail *cd,
include/linux/sunrpc/cache.h
86
void (*cache_request)(struct cache_detail *cd,
include/linux/sunrpc/cache.h
90
int (*cache_parse)(struct cache_detail *,
include/linux/sunrpc/cache.h
94
struct cache_detail *cd,
include/linux/sunrpc/cache.h
96
void (*warn_no_listener)(struct cache_detail *cd,
include/linux/sunrpc/rpc_pipe_fs.h
121
struct cache_detail;
include/linux/sunrpc/rpc_pipe_fs.h
125
struct cache_detail *);
include/trace/events/sunrpc.h
2417
const struct cache_detail *cd,
include/trace/events/sunrpc.h
2438
const struct cache_detail *cd, \
net/sunrpc/auth_gss/svcauth_gss.c
1010
svcauth_gss_proc_init_verf(struct cache_detail *cd, struct svc_rqst *rqstp,
net/sunrpc/auth_gss/svcauth_gss.c
106
static struct rsi *rsi_update(struct cache_detail *cd, struct rsi *new, struct rsi *old);
net/sunrpc/auth_gss/svcauth_gss.c
107
static struct rsi *rsi_lookup(struct cache_detail *cd, struct rsi *item);
net/sunrpc/auth_gss/svcauth_gss.c
1219
static int gss_proxy_save_rsc(struct cache_detail *cd,
net/sunrpc/auth_gss/svcauth_gss.c
2022
struct cache_detail *cd;
net/sunrpc/auth_gss/svcauth_gss.c
2040
struct cache_detail *cd = sn->rsi_cache;
net/sunrpc/auth_gss/svcauth_gss.c
2051
struct cache_detail *cd;
net/sunrpc/auth_gss/svcauth_gss.c
2069
struct cache_detail *cd = sn->rsc_cache;
net/sunrpc/auth_gss/svcauth_gss.c
207
static int rsi_upcall(struct cache_detail *cd, struct cache_head *h)
net/sunrpc/auth_gss/svcauth_gss.c
212
static void rsi_request(struct cache_detail *cd,
net/sunrpc/auth_gss/svcauth_gss.c
225
static int rsi_parse(struct cache_detail *cd,
net/sunrpc/auth_gss/svcauth_gss.c
307
static const struct cache_detail rsi_cache_template = {
net/sunrpc/auth_gss/svcauth_gss.c
321
static struct rsi *rsi_lookup(struct cache_detail *cd, struct rsi *item)
net/sunrpc/auth_gss/svcauth_gss.c
333
static struct rsi *rsi_update(struct cache_detail *cd, struct rsi *new, struct rsi *old)
net/sunrpc/auth_gss/svcauth_gss.c
377
static struct rsc *rsc_update(struct cache_detail *cd, struct rsc *new, struct rsc *old);
net/sunrpc/auth_gss/svcauth_gss.c
378
static struct rsc *rsc_lookup(struct cache_detail *cd, struct rsc *item);
net/sunrpc/auth_gss/svcauth_gss.c
459
static int rsc_upcall(struct cache_detail *cd, struct cache_head *h)
net/sunrpc/auth_gss/svcauth_gss.c
464
static int rsc_parse(struct cache_detail *cd,
net/sunrpc/auth_gss/svcauth_gss.c
585
static const struct cache_detail rsc_cache_template = {
net/sunrpc/auth_gss/svcauth_gss.c
598
static struct rsc *rsc_lookup(struct cache_detail *cd, struct rsc *item)
net/sunrpc/auth_gss/svcauth_gss.c
610
static struct rsc *rsc_update(struct cache_detail *cd, struct rsc *new, struct rsc *old)
net/sunrpc/auth_gss/svcauth_gss.c
625
gss_svc_searchbyctx(struct cache_detail *cd, struct xdr_netobj *handle)
net/sunrpc/cache.c
1016
struct cache_detail *cd)
net/sunrpc/cache.c
102
static struct cache_head *sunrpc_cache_add_entry(struct cache_detail *detail,
net/sunrpc/cache.c
1043
struct cache_detail *cd)
net/sunrpc/cache.c
1088
static void cache_dequeue(struct cache_detail *detail, struct cache_head *ch)
net/sunrpc/cache.c
1173
static void warn_no_listener(struct cache_detail *detail)
net/sunrpc/cache.c
1182
static bool cache_listeners_exist(struct cache_detail *detail)
net/sunrpc/cache.c
1205
static int cache_do_upcall(struct cache_detail *detail, struct cache_head *h)
net/sunrpc/cache.c
1248
int sunrpc_cache_upcall(struct cache_detail *detail, struct cache_head *h)
net/sunrpc/cache.c
1256
int sunrpc_cache_upcall_warn(struct cache_detail *detail,
net/sunrpc/cache.c
1348
struct cache_detail *cd = m->private;
net/sunrpc/cache.c
1375
struct cache_detail *cd = m->private;
net/sunrpc/cache.c
1426
struct cache_detail *cd = m->private;
net/sunrpc/cache.c
1452
struct cache_detail *cd)
net/sunrpc/cache.c
1472
struct cache_detail *cd)
net/sunrpc/cache.c
1480
struct cache_detail *cd)
net/sunrpc/cache.c
1488
struct cache_detail *cd)
net/sunrpc/cache.c
1496
struct cache_detail *cd)
net/sunrpc/cache.c
1508
struct cache_detail *cd)
net/sunrpc/cache.c
151
struct cache_head *sunrpc_cache_lookup_rcu(struct cache_detail *detail,
net/sunrpc/cache.c
1552
struct cache_detail *cd = pde_data(file_inode(filp));
net/sunrpc/cache.c
1560
struct cache_detail *cd = pde_data(file_inode(filp));
net/sunrpc/cache.c
1567
struct cache_detail *cd = pde_data(file_inode(filp));
net/sunrpc/cache.c
1576
struct cache_detail *cd = pde_data(inode);
net/sunrpc/cache.c
1583
struct cache_detail *cd = pde_data(inode);
net/sunrpc/cache.c
1590
struct cache_detail *cd = pde_data(inode);
net/sunrpc/cache.c
1606
struct cache_detail *cd = pde_data(inode);
net/sunrpc/cache.c
1613
struct cache_detail *cd = pde_data(inode);
net/sunrpc/cache.c
1627
struct cache_detail *cd = pde_data(inode);
net/sunrpc/cache.c
1634
struct cache_detail *cd = pde_data(inode);
net/sunrpc/cache.c
164
static void cache_dequeue(struct cache_detail *detail, struct cache_head *ch);
net/sunrpc/cache.c
1642
struct cache_detail *cd = pde_data(file_inode(filp));
net/sunrpc/cache.c
1651
struct cache_detail *cd = pde_data(file_inode(filp));
net/sunrpc/cache.c
1663
static void remove_cache_proc_entries(struct cache_detail *cd)
net/sunrpc/cache.c
167
struct cache_detail *detail)
net/sunrpc/cache.c
1671
static int create_cache_proc_entries(struct cache_detail *cd, struct net *net)
net/sunrpc/cache.c
1712
int cache_register_net(struct cache_detail *cd, struct net *net)
net/sunrpc/cache.c
1724
void cache_unregister_net(struct cache_detail *cd, struct net *net)
net/sunrpc/cache.c
1731
struct cache_detail *cache_create_net(const struct cache_detail *tmpl, struct net *net)
net/sunrpc/cache.c
1733
struct cache_detail *cd;
net/sunrpc/cache.c
1736
cd = kmemdup(tmpl, sizeof(struct cache_detail), GFP_KERNEL);
net/sunrpc/cache.c
1753
void cache_destroy_net(struct cache_detail *cd, struct net *net)
net/sunrpc/cache.c
1763
struct cache_detail *cd = RPC_I(file_inode(filp))->private;
net/sunrpc/cache.c
1771
struct cache_detail *cd = RPC_I(file_inode(filp))->private;
net/sunrpc/cache.c
1778
struct cache_detail *cd = RPC_I(file_inode(filp))->private;
net/sunrpc/cache.c
1787
struct cache_detail *cd = RPC_I(inode)->private;
net/sunrpc/cache.c
1794
struct cache_detail *cd = RPC_I(inode)->private;
net/sunrpc/cache.c
180
struct cache_detail *detail)
net/sunrpc/cache.c
1801
struct cache_detail *cd = RPC_I(inode)->private;
net/sunrpc/cache.c
1818
struct cache_detail *cd = RPC_I(inode)->private;
net/sunrpc/cache.c
1825
struct cache_detail *cd = RPC_I(inode)->private;
net/sunrpc/cache.c
1839
struct cache_detail *cd = RPC_I(inode)->private;
net/sunrpc/cache.c
1846
struct cache_detail *cd = RPC_I(inode)->private;
net/sunrpc/cache.c
1854
struct cache_detail *cd = RPC_I(file_inode(filp))->private;
net/sunrpc/cache.c
1863
struct cache_detail *cd = RPC_I(file_inode(filp))->private;
net/sunrpc/cache.c
1877
struct cache_detail *cd)
net/sunrpc/cache.c
188
static void cache_make_negative(struct cache_detail *detail,
net/sunrpc/cache.c
1887
void sunrpc_cache_unregister_pipefs(struct cache_detail *cd)
net/sunrpc/cache.c
1896
void sunrpc_cache_unhash(struct cache_detail *cd, struct cache_head *h)
net/sunrpc/cache.c
1915
int sunrpc_cache_requests_count(struct cache_detail *cd)
net/sunrpc/cache.c
1944
int sunrpc_cache_requests_snapshot(struct cache_detail *cd,
net/sunrpc/cache.c
195
static void cache_entry_update(struct cache_detail *detail,
net/sunrpc/cache.c
1979
int sunrpc_cache_notify(struct cache_detail *cd, struct cache_head *h,
net/sunrpc/cache.c
207
struct cache_head *sunrpc_cache_update(struct cache_detail *detail,
net/sunrpc/cache.c
272
static int try_to_negate_entry(struct cache_detail *detail, struct cache_head *h)
net/sunrpc/cache.c
289
int cache_check_rcu(struct cache_detail *detail,
net/sunrpc/cache.c
349
int cache_check(struct cache_detail *detail,
net/sunrpc/cache.c
395
static struct cache_detail *current_detail;
net/sunrpc/cache.c
401
void sunrpc_init_cache_detail(struct cache_detail *cd)
net/sunrpc/cache.c
423
void sunrpc_destroy_cache_detail(struct cache_detail *cd)
net/sunrpc/cache.c
465
current_detail = list_entry(next, struct cache_detail, others);
net/sunrpc/cache.c
48
static void cache_init(struct cache_head *h, struct cache_detail *detail)
net/sunrpc/cache.c
484
struct cache_detail *d;
net/sunrpc/cache.c
550
void cache_purge(struct cache_detail *detail)
net/sunrpc/cache.c
62
struct cache_detail *detail);
net/sunrpc/cache.c
64
static struct cache_head *sunrpc_cache_find_rcu(struct cache_detail *detail,
net/sunrpc/cache.c
819
static int cache_request(struct cache_detail *detail,
net/sunrpc/cache.c
832
cache_next_request(struct cache_detail *cd, u64 seqno)
net/sunrpc/cache.c
843
loff_t *ppos, struct cache_detail *cd)
net/sunrpc/cache.c
87
struct cache_detail *cd)
net/sunrpc/cache.c
914
size_t count, struct cache_detail *cd)
net/sunrpc/cache.c
931
size_t count, struct cache_detail *cd)
net/sunrpc/cache.c
953
struct cache_detail *cd)
net/sunrpc/cache.c
96
struct cache_detail *cd)
net/sunrpc/cache.c
970
struct cache_detail *cd)
net/sunrpc/cache.c
993
struct cache_detail *cd)
net/sunrpc/netns.h
12
struct cache_detail *ip_map_cache;
net/sunrpc/netns.h
13
struct cache_detail *unix_gid_cache;
net/sunrpc/netns.h
14
struct cache_detail *rsc_cache;
net/sunrpc/netns.h
15
struct cache_detail *rsi_cache;
net/sunrpc/netns.h
8
struct cache_detail;
net/sunrpc/rpc_pipe.c
921
umode_t umode, struct cache_detail *cd)
net/sunrpc/svcauth_unix.c
1289
static int ip_map_notify(struct cache_detail *cd, struct cache_head *h)
net/sunrpc/svcauth_unix.c
1312
struct cache_detail *cd;
net/sunrpc/svcauth_unix.c
1410
static int sunrpc_nl_parse_one_ip_map(struct cache_detail *cd,
net/sunrpc/svcauth_unix.c
1510
struct cache_detail *cd;
net/sunrpc/svcauth_unix.c
1531
static const struct cache_detail ip_map_cache_template = {
net/sunrpc/svcauth_unix.c
1550
struct cache_detail *cd;
net/sunrpc/svcauth_unix.c
156
static int ip_map_upcall(struct cache_detail *cd, struct cache_head *h)
net/sunrpc/svcauth_unix.c
1568
struct cache_detail *cd = sn->ip_map_cache;
net/sunrpc/svcauth_unix.c
161
static void ip_map_request(struct cache_detail *cd,
net/sunrpc/svcauth_unix.c
178
static struct ip_map *__ip_map_lookup(struct cache_detail *cd, char *class, struct in6_addr *addr);
net/sunrpc/svcauth_unix.c
179
static int __ip_map_update(struct cache_detail *cd, struct ip_map *ipm, struct unix_domain *udom, time64_t expiry);
net/sunrpc/svcauth_unix.c
181
static int ip_map_parse(struct cache_detail *cd,
net/sunrpc/svcauth_unix.c
264
struct cache_detail *cd,
net/sunrpc/svcauth_unix.c
293
static struct ip_map *__ip_map_lookup(struct cache_detail *cd, char *class,
net/sunrpc/svcauth_unix.c
311
static int __ip_map_update(struct cache_detail *cd, struct ip_map *ipm,
net/sunrpc/svcauth_unix.c
471
static int unix_gid_upcall(struct cache_detail *cd, struct cache_head *h)
net/sunrpc/svcauth_unix.c
476
static void unix_gid_request(struct cache_detail *cd,
net/sunrpc/svcauth_unix.c
488
static struct unix_gid *unix_gid_lookup(struct cache_detail *cd, kuid_t uid);
net/sunrpc/svcauth_unix.c
490
static int unix_gid_parse(struct cache_detail *cd,
net/sunrpc/svcauth_unix.c
562
struct cache_detail *cd,
net/sunrpc/svcauth_unix.c
588
static int unix_gid_notify(struct cache_detail *cd, struct cache_head *h)
net/sunrpc/svcauth_unix.c
611
struct cache_detail *cd;
net/sunrpc/svcauth_unix.c
702
static int sunrpc_nl_parse_one_unix_gid(struct cache_detail *cd,
net/sunrpc/svcauth_unix.c
800
struct cache_detail *cd;
net/sunrpc/svcauth_unix.c
853
static const struct cache_detail unix_gid_cache_template = {
net/sunrpc/svcauth_unix.c
872
struct cache_detail *cd;
net/sunrpc/svcauth_unix.c
890
struct cache_detail *cd = sn->unix_gid_cache;
net/sunrpc/svcauth_unix.c
898
static struct unix_gid *unix_gid_lookup(struct cache_detail *cd, kuid_t uid)