Symbol: svc_expkey
fs/nfsd/export.c
1648
static struct svc_expkey *
fs/nfsd/export.c
1652
struct svc_expkey key, *ek;
fs/nfsd/export.c
1776
struct svc_expkey *ek = exp_find_key(nn->svc_expkey_cache, clp, fsid_type, fsidv, reqp);
fs/nfsd/export.c
182
struct svc_expkey *ek ;
fs/nfsd/export.c
189
ek = container_of(h, struct svc_expkey, h);
fs/nfsd/export.c
205
struct svc_expkey *orig = container_of(a, struct svc_expkey, h);
fs/nfsd/export.c
206
struct svc_expkey *new = container_of(b, struct svc_expkey, h);
fs/nfsd/export.c
218
struct svc_expkey *new = container_of(cnew, struct svc_expkey, h);
fs/nfsd/export.c
219
struct svc_expkey *item = container_of(citem, struct svc_expkey, h);
fs/nfsd/export.c
231
struct svc_expkey *new = container_of(cnew, struct svc_expkey, h);
fs/nfsd/export.c
232
struct svc_expkey *item = container_of(citem, struct svc_expkey, h);
fs/nfsd/export.c
240
struct svc_expkey *i = kmalloc_obj(*i);
fs/nfsd/export.c
281
svc_expkey_hash(struct svc_expkey *item)
fs/nfsd/export.c
293
static struct svc_expkey *
fs/nfsd/export.c
294
svc_expkey_lookup(struct cache_detail *cd, struct svc_expkey *item)
fs/nfsd/export.c
301
return container_of(ch, struct svc_expkey, h);
fs/nfsd/export.c
306
static struct svc_expkey *
fs/nfsd/export.c
307
svc_expkey_update(struct cache_detail *cd, struct svc_expkey *new,
fs/nfsd/export.c
308
struct svc_expkey *old)
fs/nfsd/export.c
315
return container_of(ch, struct svc_expkey, h);
fs/nfsd/export.c
385
struct svc_expkey *ek;
fs/nfsd/export.c
388
ek = container_of(items[i], struct svc_expkey, h);
fs/nfsd/export.c
445
struct svc_expkey key;
fs/nfsd/export.c
446
struct svc_expkey *ek = NULL;
fs/nfsd/export.c
48
struct svc_expkey *key = container_of(ref, struct svc_expkey, h.ref);
fs/nfsd/export.c
67
struct svc_expkey *ek = container_of(h, struct svc_expkey, h);
fs/nfsd/export.c
77
static struct svc_expkey *svc_expkey_update(struct cache_detail *cd, struct svc_expkey *new,
fs/nfsd/export.c
78
struct svc_expkey *old);
fs/nfsd/export.c
79
static struct svc_expkey *svc_expkey_lookup(struct cache_detail *cd, struct svc_expkey *);
fs/nfsd/export.c
89
struct svc_expkey key;
fs/nfsd/export.c
90
struct svc_expkey *ek = NULL;
fs/nfsd/trace.h
379
TP_PROTO(const struct svc_expkey *key,
fs/nfsd/trace.h
403
TP_PROTO(const struct svc_expkey *key, const char *exp_path),