Symbol: svc_expkey
fs/nfsd/export.c
1085
struct svc_expkey *ek = exp_find_key(nn->svc_expkey_cache, clp, fsid_type, fsidv, reqp);
fs/nfsd/export.c
190
struct svc_expkey *ek ;
fs/nfsd/export.c
197
ek = container_of(h, struct svc_expkey, h);
fs/nfsd/export.c
213
struct svc_expkey *orig = container_of(a, struct svc_expkey, h);
fs/nfsd/export.c
214
struct svc_expkey *new = container_of(b, struct svc_expkey, h);
fs/nfsd/export.c
226
struct svc_expkey *new = container_of(cnew, struct svc_expkey, h);
fs/nfsd/export.c
227
struct svc_expkey *item = container_of(citem, struct svc_expkey, h);
fs/nfsd/export.c
239
struct svc_expkey *new = container_of(cnew, struct svc_expkey, h);
fs/nfsd/export.c
240
struct svc_expkey *item = container_of(citem, struct svc_expkey, h);
fs/nfsd/export.c
248
struct svc_expkey *i = kmalloc_obj(*i);
fs/nfsd/export.c
283
svc_expkey_hash(struct svc_expkey *item)
fs/nfsd/export.c
295
static struct svc_expkey *
fs/nfsd/export.c
296
svc_expkey_lookup(struct cache_detail *cd, struct svc_expkey *item)
fs/nfsd/export.c
303
return container_of(ch, struct svc_expkey, h);
fs/nfsd/export.c
308
static struct svc_expkey *
fs/nfsd/export.c
309
svc_expkey_update(struct cache_detail *cd, struct svc_expkey *new,
fs/nfsd/export.c
310
struct svc_expkey *old)
fs/nfsd/export.c
317
return container_of(ch, struct svc_expkey, h);
fs/nfsd/export.c
47
struct svc_expkey *key = container_of(to_rcu_work(work),
fs/nfsd/export.c
48
struct svc_expkey, ek_rwork);
fs/nfsd/export.c
59
struct svc_expkey *key = container_of(ref, struct svc_expkey, h.ref);
fs/nfsd/export.c
75
struct svc_expkey *ek = container_of(h, struct svc_expkey, h);
fs/nfsd/export.c
85
static struct svc_expkey *svc_expkey_update(struct cache_detail *cd, struct svc_expkey *new,
fs/nfsd/export.c
86
struct svc_expkey *old);
fs/nfsd/export.c
87
static struct svc_expkey *svc_expkey_lookup(struct cache_detail *cd, struct svc_expkey *);
fs/nfsd/export.c
957
static struct svc_expkey *
fs/nfsd/export.c
961
struct svc_expkey key, *ek;
fs/nfsd/export.c
97
struct svc_expkey key;
fs/nfsd/export.c
98
struct svc_expkey *ek = NULL;
fs/nfsd/trace.h
378
TP_PROTO(const struct svc_expkey *key,
fs/nfsd/trace.h
402
TP_PROTO(const struct svc_expkey *key, const char *exp_path),