Searched refs:svc_cacherep (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/fs/nfsd/ |
A D | nfscache.c | 87 static struct svc_cacherep * 91 struct svc_cacherep *rp; in nfsd_reply_cache_alloc() 142 sizeof(struct svc_cacherep), 0, 0, NULL); in nfsd_drc_slab_create() 207 struct svc_cacherep *rp; in nfsd_reply_cache_shutdown() 250 struct svc_cacherep *rp, *tmp; in prune_bucket() 348 nfsd_cache_key_cmp(const struct svc_cacherep *key, in nfsd_cache_key_cmp() 365 static struct svc_cacherep * 369 struct svc_cacherep *rp, *ret = key; in nfsd_cache_insert() 378 rp = rb_entry(parent, struct svc_cacherep, c_node); in nfsd_cache_insert() 426 struct svc_cacherep *rp, *found; in nfsd_cache_lookup() [all …]
|
A D | cache.h | 22 struct svc_cacherep { struct
|
A D | trace.h | 1243 const struct svc_cacherep *key, 1244 const struct svc_cacherep *rp
|
/linux-6.3-rc2/include/linux/sunrpc/ |
A D | svc.h | 269 struct svc_cacherep * rq_cacherep; /* cache info */
|
Completed in 8 milliseconds