Lines Matching refs:svc_expkey

42 	struct svc_expkey *key = container_of(ref, struct svc_expkey, h.ref);  in expkey_put()
56 struct svc_expkey *ek = container_of(h, struct svc_expkey, h); in expkey_request()
66 static struct svc_expkey *svc_expkey_update(struct cache_detail *cd, struct svc_expkey *new,
67 struct svc_expkey *old);
68 static struct svc_expkey *svc_expkey_lookup(struct cache_detail *cd, struct svc_expkey *);
79 struct svc_expkey key; in expkey_parse()
80 struct svc_expkey *ek = NULL; in expkey_parse()
169 struct svc_expkey *ek ; in expkey_show()
176 ek = container_of(h, struct svc_expkey, h); in expkey_show()
192 struct svc_expkey *orig = container_of(a, struct svc_expkey, h); in expkey_match()
193 struct svc_expkey *new = container_of(b, struct svc_expkey, h); in expkey_match()
205 struct svc_expkey *new = container_of(cnew, struct svc_expkey, h); in expkey_init()
206 struct svc_expkey *item = container_of(citem, struct svc_expkey, h); in expkey_init()
218 struct svc_expkey *new = container_of(cnew, struct svc_expkey, h); in expkey_update()
219 struct svc_expkey *item = container_of(citem, struct svc_expkey, h); in expkey_update()
227 struct svc_expkey *i = kmalloc(sizeof(*i), GFP_KERNEL); in expkey_alloc()
249 svc_expkey_hash(struct svc_expkey *item) in svc_expkey_hash()
261 static struct svc_expkey *
262 svc_expkey_lookup(struct cache_detail *cd, struct svc_expkey *item) in svc_expkey_lookup()
269 return container_of(ch, struct svc_expkey, h); in svc_expkey_lookup()
274 static struct svc_expkey *
275 svc_expkey_update(struct cache_detail *cd, struct svc_expkey *new, in svc_expkey_update()
276 struct svc_expkey *old) in svc_expkey_update()
283 return container_of(ch, struct svc_expkey, h); in svc_expkey_update()
802 static struct svc_expkey *
806 struct svc_expkey key, *ek; in exp_find_key()
926 struct svc_expkey *ek = exp_find_key(nn->svc_expkey_cache, clp, fsid_type, fsidv, reqp); in exp_find()