svc_expkey         64 fs/nfsd/export.c 	struct svc_expkey *key = container_of(ref, struct svc_expkey, h.ref);
svc_expkey         78 fs/nfsd/export.c 	struct svc_expkey *ek = container_of(h, struct svc_expkey, h);
svc_expkey         88 fs/nfsd/export.c static struct svc_expkey *svc_expkey_update(struct svc_expkey *new, struct svc_expkey *old);
svc_expkey         89 fs/nfsd/export.c static struct svc_expkey *svc_expkey_lookup(struct svc_expkey *);
svc_expkey        101 fs/nfsd/export.c 	struct svc_expkey key;
svc_expkey        102 fs/nfsd/export.c 	struct svc_expkey *ek;
svc_expkey        192 fs/nfsd/export.c 	struct svc_expkey *ek ;
svc_expkey        199 fs/nfsd/export.c 	ek = container_of(h, struct svc_expkey, h);
svc_expkey        215 fs/nfsd/export.c 	struct svc_expkey *orig = container_of(a, struct svc_expkey, h);
svc_expkey        216 fs/nfsd/export.c 	struct svc_expkey *new = container_of(b, struct svc_expkey, h);
svc_expkey        228 fs/nfsd/export.c 	struct svc_expkey *new = container_of(cnew, struct svc_expkey, h);
svc_expkey        229 fs/nfsd/export.c 	struct svc_expkey *item = container_of(citem, struct svc_expkey, h);
svc_expkey        241 fs/nfsd/export.c 	struct svc_expkey *new = container_of(cnew, struct svc_expkey, h);
svc_expkey        242 fs/nfsd/export.c 	struct svc_expkey *item = container_of(citem, struct svc_expkey, h);
svc_expkey        250 fs/nfsd/export.c 	struct svc_expkey *i = kmalloc(sizeof(*i), GFP_KERNEL);
svc_expkey        272 fs/nfsd/export.c static struct svc_expkey *
svc_expkey        287 fs/nfsd/export.c 		return container_of(ch, struct svc_expkey, h);
svc_expkey        292 fs/nfsd/export.c static struct svc_expkey *
svc_expkey        307 fs/nfsd/export.c 		return container_of(ch, struct svc_expkey, h);
svc_expkey        785 fs/nfsd/export.c static struct svc_expkey *
svc_expkey        788 fs/nfsd/export.c 	struct svc_expkey key, *ek;
svc_expkey        810 fs/nfsd/export.c 	struct svc_expkey key, *ek;
svc_expkey        832 fs/nfsd/export.c static inline struct svc_expkey *
svc_expkey        848 fs/nfsd/export.c static inline struct svc_expkey *
svc_expkey        940 fs/nfsd/export.c 	struct svc_expkey *ek;
svc_expkey        980 fs/nfsd/export.c 	struct svc_expkey *ek;
svc_expkey       1000 fs/nfsd/export.c 	struct svc_expkey	*fsid_key = NULL;
svc_expkey       1214 fs/nfsd/export.c 	struct svc_expkey *ek = exp_find_key(clp, fsid_type, fsidv, reqp);