Searched refs:svc_expkey (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/fs/nfsd/ |
D | export.c | 46 struct svc_expkey *key = container_of(ref, struct svc_expkey, h.ref); in expkey_put() 60 struct svc_expkey *ek = container_of(h, struct svc_expkey, h); in expkey_request() 75 static struct svc_expkey *svc_expkey_update(struct svc_expkey *new, struct svc_expkey *old); 76 static struct svc_expkey *svc_expkey_lookup(struct svc_expkey *); 88 struct svc_expkey key; in expkey_parse() 89 struct svc_expkey *ek = NULL; in expkey_parse() 178 struct svc_expkey *ek ; in expkey_show() 185 ek = container_of(h, struct svc_expkey, h); in expkey_show() 201 struct svc_expkey *orig = container_of(a, struct svc_expkey, h); in expkey_match() 202 struct svc_expkey *new = container_of(b, struct svc_expkey, h); in expkey_match() [all …]
|
/linux-2.6.39/include/linux/nfsd/ |
D | export.h | 113 struct svc_expkey { struct
|