Lines Matching refs:svc_cacherep
93 static struct svc_cacherep *
97 struct svc_cacherep *rp; in nfsd_reply_cache_alloc()
120 nfsd_reply_cache_free_locked(struct nfsd_drc_bucket *b, struct svc_cacherep *rp, in nfsd_reply_cache_free_locked()
137 nfsd_reply_cache_free(struct nfsd_drc_bucket *b, struct svc_cacherep *rp, in nfsd_reply_cache_free()
148 sizeof(struct svc_cacherep), 0, 0, NULL); in nfsd_drc_slab_create()
212 struct svc_cacherep *rp; in nfsd_reply_cache_shutdown()
220 rp = list_first_entry(head, struct svc_cacherep, c_lru); in nfsd_reply_cache_shutdown()
238 lru_put_end(struct nfsd_drc_bucket *b, struct svc_cacherep *rp) in lru_put_end()
247 struct svc_cacherep *rp, *tmp; in prune_bucket()
339 nfsd_cache_key_cmp(const struct svc_cacherep *key, in nfsd_cache_key_cmp()
340 const struct svc_cacherep *rp, struct nfsd_net *nn) in nfsd_cache_key_cmp()
356 static struct svc_cacherep *
357 nfsd_cache_insert(struct nfsd_drc_bucket *b, struct svc_cacherep *key, in nfsd_cache_insert()
360 struct svc_cacherep *rp, *ret = key; in nfsd_cache_insert()
369 rp = rb_entry(parent, struct svc_cacherep, c_node); in nfsd_cache_insert()
417 struct svc_cacherep *rp, *found; in nfsd_cache_lookup()
524 struct svc_cacherep *rp = rqstp->rq_cacherep; in nfsd_cache_update()