Lines Matching refs:svc_expkey
45 struct svc_expkey *key = container_of(ref, struct svc_expkey, h.ref);
64 struct svc_expkey *ek = container_of(h, struct svc_expkey, h);
74 static struct svc_expkey *svc_expkey_update(struct cache_detail *cd, struct svc_expkey *new,
75 struct svc_expkey *old);
76 static struct svc_expkey *svc_expkey_lookup(struct cache_detail *cd, struct svc_expkey *);
87 struct svc_expkey key;
88 struct svc_expkey *ek = NULL;
181 struct svc_expkey *ek ;
188 ek = container_of(h, struct svc_expkey, h);
204 struct svc_expkey *orig = container_of(a, struct svc_expkey, h);
205 struct svc_expkey *new = container_of(b, struct svc_expkey, h);
217 struct svc_expkey *new = container_of(cnew, struct svc_expkey, h);
218 struct svc_expkey *item = container_of(citem, struct svc_expkey, h);
230 struct svc_expkey *new = container_of(cnew, struct svc_expkey, h);
231 struct svc_expkey *item = container_of(citem, struct svc_expkey, h);
239 struct svc_expkey *i = kmalloc(sizeof(*i), GFP_KERNEL);
274 svc_expkey_hash(struct svc_expkey *item)
286 static struct svc_expkey *
287 svc_expkey_lookup(struct cache_detail *cd, struct svc_expkey *item)
294 return container_of(ch, struct svc_expkey, h);
299 static struct svc_expkey *
300 svc_expkey_update(struct cache_detail *cd, struct svc_expkey *new,
301 struct svc_expkey *old)
308 return container_of(ch, struct svc_expkey, h);
836 static struct svc_expkey *
840 struct svc_expkey key, *ek;
964 struct svc_expkey *ek = exp_find_key(nn->svc_expkey_cache, clp, fsid_type, fsidv, reqp);