svc_expkey         44 fs/nfsd/export.c 	struct svc_expkey *key = container_of(ref, struct svc_expkey, h.ref);
svc_expkey         58 fs/nfsd/export.c 	struct svc_expkey *ek = container_of(h, struct svc_expkey, h);
svc_expkey         68 fs/nfsd/export.c static struct svc_expkey *svc_expkey_update(struct cache_detail *cd, struct svc_expkey *new,
svc_expkey         69 fs/nfsd/export.c 					    struct svc_expkey *old);
svc_expkey         70 fs/nfsd/export.c static struct svc_expkey *svc_expkey_lookup(struct cache_detail *cd, struct svc_expkey *);
svc_expkey         81 fs/nfsd/export.c 	struct svc_expkey key;
svc_expkey         82 fs/nfsd/export.c 	struct svc_expkey *ek = NULL;
svc_expkey        171 fs/nfsd/export.c 	struct svc_expkey *ek ;
svc_expkey        178 fs/nfsd/export.c 	ek = container_of(h, struct svc_expkey, h);
svc_expkey        194 fs/nfsd/export.c 	struct svc_expkey *orig = container_of(a, struct svc_expkey, h);
svc_expkey        195 fs/nfsd/export.c 	struct svc_expkey *new = container_of(b, struct svc_expkey, h);
svc_expkey        207 fs/nfsd/export.c 	struct svc_expkey *new = container_of(cnew, struct svc_expkey, h);
svc_expkey        208 fs/nfsd/export.c 	struct svc_expkey *item = container_of(citem, struct svc_expkey, h);
svc_expkey        220 fs/nfsd/export.c 	struct svc_expkey *new = container_of(cnew, struct svc_expkey, h);
svc_expkey        221 fs/nfsd/export.c 	struct svc_expkey *item = container_of(citem, struct svc_expkey, h);
svc_expkey        229 fs/nfsd/export.c 	struct svc_expkey *i = kmalloc(sizeof(*i), GFP_KERNEL);
svc_expkey        263 fs/nfsd/export.c svc_expkey_hash(struct svc_expkey *item)
svc_expkey        275 fs/nfsd/export.c static struct svc_expkey *
svc_expkey        276 fs/nfsd/export.c svc_expkey_lookup(struct cache_detail *cd, struct svc_expkey *item)
svc_expkey        283 fs/nfsd/export.c 		return container_of(ch, struct svc_expkey, h);
svc_expkey        288 fs/nfsd/export.c static struct svc_expkey *
svc_expkey        289 fs/nfsd/export.c svc_expkey_update(struct cache_detail *cd, struct svc_expkey *new,
svc_expkey        290 fs/nfsd/export.c 		  struct svc_expkey *old)
svc_expkey        297 fs/nfsd/export.c 		return container_of(ch, struct svc_expkey, h);
svc_expkey        817 fs/nfsd/export.c static struct svc_expkey *
svc_expkey        821 fs/nfsd/export.c 	struct svc_expkey key, *ek;
svc_expkey        941 fs/nfsd/export.c 	struct svc_expkey *ek = exp_find_key(nn->svc_expkey_cache, clp, fsid_type, fsidv, reqp);